Opened 10 years ago
Closed 8 years ago
#1444 closed task (fixed)
Build spgrass6 against grass70-dev
Reported by: | kalxas | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | OSGeoLive10.0 |
Component: | OSGeoLive | Keywords: | GRASS, R |
Cc: | live-demo@… |
Description
According to
http://cran.r-project.org/web/packages/spgrass6/index.html
spgrass6 supports GRASS6+
https://launchpad.net/~osgeolive/+archive/ubuntu/nightly/+sourcepub/4578743/+listing-archive-extra
Change History (8)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
I spoke to fast: due to a change in some commands like v.out.ogr (1) which is used in readVECT6(), vector data cannot be read right away. The readVECT6() function needs to be updated accordingly (which is a rather trivial task I can help with).
Background: in GRASS GIS 7 a series of parameters got standardized for coherence and ease of use. When in the GRASS session, the commands accept the old parameter names and advertise the new names while this is not possible in scripts.
(1) Lookup table: http://trac.osgeo.org/grass/wiki/Grass7/NewFeatures#Optionschanges
comment:3 by , 10 years ago
Update: There is a new, dedicated spgrass7 package available:
https://r-forge.r-project.org/projects/spgrass/
GRASS 7.0.0svn (nc_spm_08_grass7):~ > R ... > install.packages("spgrass7", repos="http://R-Forge.R-project.org", dependencies=T) > library(spgrass7) Loading required package: sp Loading required package: XML GRASS GIS interface loaded with GRASS version: GRASS 7.0.0RC2 (2015) and location: nc_spm_08_grass7 >
comment:4 by , 9 years ago
Milestone: | OSGeoLive8.5 → OSGeoLive9.0 |
---|
Ticket retargeted after milestone closed
comment:5 by , 9 years ago
Milestone: | OSGeoLive9.0 → OSGeoLive9.5 |
---|
Ticket retargeted after milestone closed
comment:6 by , 8 years ago
Milestone: | OSGeoLive9.5 → OSGeoLive10.0 |
---|
Ticket retargeted after milestone closed
comment:7 by , 8 years ago
R Package is called rgrass7 now. I've copied it from https://launchpad.net/~marutter/+archive/ubuntu/c2d4u/ , install script needs a matching update, and test.
Just for the record, the "spgrass6" interface works well also with GRASS GIS 7:
... plots the map as expected.