rSW2st
no longer depends on but instead suggests"sp"
and"raster"
packages (#18; @dschlaep).- Functions that gained the ability to handle
"SpatRaster"
("terra"
package) objects:get_xyspace()
,calculate_cell_area()
,calculate_nominal_resolution()
,read_netCDF()
as_points()
gained the ability to handle"SpatVector"
("terra"
package) objects.
- Functions that gained the ability to handle
- Github Actions are triggered for
release/**
branches in addition tomain
. r-lib
Github Actions updated tov2
(#6; @dschlaep).get_data_dims()
now returns consistently an integer vector.- Linting updated to
lintr
>= 3 and lint workflow switched from package tests to Github Action (#5; @dschlaep). isoline_from_raster()
is now based on thestars
andsf
packages (removing a dependency onrgeos
; addressing #3; @dschlaep).variogram_range()
is now based on thestars
andsf
packages (removing a dependency onrgdal
; addressing #3; @dschlaep).read_netCDF_as_array()
gains arguments"time_name"
and"vertical_name"
with previous hard-coded values as defaults ("time" and "vertical") (#14; @dschlaep)- New
get_nc_type()
identifies a suitable netCDF data type from an R object. read_netCDF()
gains argument"verbose_read"
which, if set to"FALSE"
, attempts to silence communication (messages, warnings, and print statements) generated from reading anetCDF
(#9; @dschlaep).
Initial release