-
see #87 - Windows QGIS standalone installations of GRASS GIS can be used only if R is started in the OSGeo4W shell bundled with the installation
-
write_VECT()
: when theSpatVector
object already refers to a source file, an intermediate temporary file is no longer written to get the data into the GRASS GIS database (#93). A similar shortcut was already in place forwrite_RAST()
. -
read_VECT()
: provide access to the standalone GDAL-GRASS driver to read vector data, which skips the step of writing a intermediate file (#93). Note that this standalone driver needs to be set up separately. More information is in the driver's README. -
read_VECT()
: support reading asSpatVectorProxy
class of{terra}
, by providing aproxy
argument (#93).
- see #84 - handling fully-qualified map names
- replace
XML
withxml2
see #72
-
reinstate
grass-stable
OSGeo/grass-website#357 -
fix #79 thanks to Adam B. Smith, use
terra::as.vector
method rather than internal slot name
-
#73 guess
gisBase=
ininitGRASS()
-
added SP_EVOLUTION_STATUS 2 to examples
-
#66 re-examining to protect from UInt maxing out; add stop for required manual NODATA
-
#68, #69 improvements to vignettes, thanks to Floris Vanderhaeghe and Veronica Andreo
- macOS vignette issue
-
#63 and #64, detection of GRASS path for
initGRASS()
semi-automated ifgrass --config path
works or if environment variableGRASS_INSTALLATION
set to path, thanks to Robin Lovelace -
correct NODATA logic in
read_RAST()
for unsigned rasters #66 thanks to Laura Poggio
- correct vignette logic error triggered on M1 when stars not installed
-
first release to replace deprecated rgrass7
-
remove suggested packages planned for retirement (rgdal)
-
add vignettes
-
remove old code working around earlier use by GRASS of DBF rather than SQLite for storing vector attributes
-
remove
use_sp()
anduse_sf()
for file transfer -
remove code using GDAL GRASS plugin