Opened 6 years ago
Closed 6 years ago
#2086 closed defect (fixed)
PostGIS Quickstart - can't find sids.shp
Reported by: | bakaniko | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | OSGeoLive12.0 |
Component: | OSGeoLive | Keywords: | postGIS, R, shapefile |
Cc: | osgeolive@… |
Description
The postgis loads the sids shapefile into the database. Unfotunatly, it is (was ?) provided by the sp (an R package) and should found at /usr/lib/R/site-library/spdep/etc/shapes/
/usr/lib/R/site-library/ is empty
This can be provided by installing spData package (6.5 Mo installed)
R command: install.packages('spData')
bash command: Rscript -e "install.packages('spData')"
Change History (3)
comment:1 by , 6 years ago
comment:2 by , 6 years ago
12dev beta2
/usr/local/lib/R/site-library/spData/shapes/sids.shp
close after testing confirms fix
comment:3 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Ok fixed in beta2. URL similar to the one provided in the quickstart.
A symbolic link in /home/user/data will be useful.
Maybe we should test at building that requested data are present during the build ?
Made some PR to fix this:
https://github.com/OSGeo/OSGeoLive-doc/pull/414
https://github.com/OSGeo/OSGeoLive/pull/218