rgrass | R Documentation |
Interpreted interface between GRASS geographical information system, versions 7 and 8, and R, based on starting R from within the GRASS environment, or on running R stand-alone and creating a throw-away GRASS environment from within R. The interface uses classes defined in the sp package to hold spatial data.
Index:
read_RAST read GRASS raster files write_RAST write GRASS raster files read_VECT read GRASS vector object files write_VECT write GRASS vector object files gmeta read GRASS metadata from the current LOCATION getLocationProj return a WKT2 string of projection information gmeta2grd create a GridTopology object from the GRASS region vInfo return vector geometry information vColumns return vector database columns information vDataCount return count of vector database rows vect2neigh return area neighbours with shared boundary length
Note that the examples now use the smaller subset North Carolina location: https://grass.osgeo.org/sampledata/north_carolina/nc_basic_spm_grass7.tar.gz
Maintainer: Roger Bivand Roger.Bivand@nhh.no (ORCID)
Other contributors:
Rainer Krug Rainer@krugs.de (ORCID) [contributor]
Robin Lovelace (ORCID) [contributor]
Markus Neteler neteler@osgeo.org (ORCID) [contributor]
Sebastian Jeworutzki Sebastian.Jeworutzki@rub.de (ORCID) [contributor]
Floris Vanderhaeghe floris.vanderhaeghe@inbo.be (ORCID) [contributor]
Useful links:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.