Opened 6 years ago

Closed 6 years ago

#2086 closed defect (fixed)

PostGIS Quickstart - can't find sids.shp

Reported by: bakaniko Owned by: osgeolive@…
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:2 by darkblueb, 6 years ago

12dev beta2

/usr/local/lib/R/site-library/spData/shapes/sids.shp

Version 0, edited 6 years ago by darkblueb (next)

comment:3 by bakaniko, 6 years ago

Resolution: fixed
Status: newclosed

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 ?

Note: See TracTickets for help on using tickets.