Package: rgrass 0.4-5
rgrass: Interface Between 'GRASS' Geographical Information System and 'R'
An interface between the 'GRASS' geographical information system ('GIS') and 'R', based on starting 'R' from within the 'GRASS' 'GIS' environment, or running a free-standing 'R' session in a temporary 'GRASS' location; the package provides facilities for using all 'GRASS' commands from the 'R' command line. The original interface package for 'GRASS 5' (2000-2010) is described in Bivand (2000) <doi:10.1016/S0098-3004(00)00057-1> and Bivand (2001) <https://www.r-project.org/conferences/DSC-2001/Proceedings/Bivand.pdf>. This was succeeded by 'spgrass6' for 'GRASS 6' (2006-2016) and 'rgrass7' for 'GRASS 7' (2015-present). The 'rgrass' package modernizes the interface for 'GRASS 8' while still permitting the use of 'GRASS 7'.
Authors:
rgrass_0.4-5.tar.gz
rgrass_0.4-5.zip(r-4.5)rgrass_0.4-5.zip(r-4.4)rgrass_0.4-5.zip(r-4.3)
rgrass_0.4-5.tgz(r-4.4-any)rgrass_0.4-5.tgz(r-4.3-any)
rgrass_0.4-5.tar.gz(r-4.5-noble)rgrass_0.4-5.tar.gz(r-4.4-noble)
rgrass_0.4-5.tgz(r-4.4-emscripten)rgrass_0.4-5.tgz(r-4.3-emscripten)
rgrass.pdf |rgrass.html✨
rgrass/json (API)
NEWS
# Install 'rgrass' in R: |
install.packages('rgrass', repos = c('https://rsbivand.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/rsbivand/rgrass/issues
Last updated 20 days agofrom:ef72593c18. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 02 2024 |
R-4.5-win | OK | Nov 02 2024 |
R-4.5-linux | OK | Nov 02 2024 |
R-4.4-win | OK | Nov 02 2024 |
R-4.4-mac | OK | Nov 02 2024 |
R-4.3-win | OK | Nov 02 2024 |
R-4.3-mac | OK | Nov 02 2024 |
Exports:doGRASSexecGRASSget.defaultFlagsOptionget.echoCmdOptionget.GIS_LOCKget.ignore.stderrOptionget.legacyExecOptionget.stop_on_no_flags_parasOptionget.suppressEchoCmdInFuncOptionget.useInternOptiongetLocationProjgetXMLencodinggmetagmeta2grdinitGRASSparseGRASSread_RASTread_VECTremove_GISRCset.defaultFlagsOptionset.echoCmdOptionset.GIS_LOCKset.ignore.stderrOptionset.legacyExecOptionset.stop_on_no_flags_parasOptionset.suppressEchoCmdInFuncOptionset.useInternOptionsetXMLencodingstringexecGRASSunlink_.gislockunset.GIS_LOCKvColumnsvDataCountvect2neighvInfowrite_RASTwrite_VECT
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Run GRASS commands | doGRASS execGRASS getXMLencoding parseGRASS print.GRASS_interface_desc setXMLencoding stringexecGRASS |
Reads GRASS metadata from the current LOCATION | get.defaultFlagsOption get.echoCmdOption get.ignore.stderrOption get.legacyExecOption get.stop_on_no_flags_parasOption get.suppressEchoCmdInFuncOption get.useInternOption getLocationProj gmeta gmeta2grd print.gmeta set.defaultFlagsOption set.echoCmdOption set.ignore.stderrOption set.legacyExecOption set.stop_on_no_flags_parasOption set.suppressEchoCmdInFuncOption set.useInternOption |
Initiate GRASS session | get.GIS_LOCK initGRASS remove_GISRC set.GIS_LOCK unlink_.gislock unset.GIS_LOCK |
Read and write GRASS raster files | read_RAST write_RAST |
Read and write GRASS vector object files | read_VECT vColumns vDataCount vect2neigh vInfo write_VECT |