Changes between Version 137 and Version 138 of UserGuidelines/GIS/Data


Ignore:
Timestamp:
06/10/11 18:52:25 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UserGuidelines/GIS/Data

    v137 v138  
    307307 * Beware this is a *lot* of data! (At least 20Gb for a global dataset)
    308308 * Partial datasets are, of course, possible (@ToDo: A script to sewlect an area & download just that area)
    309 
    310 Unzip the data into a folder called 'SRTMv4' in the !GeoServer 'coverages' folder (or use a symlink)
     309{{{
     310mkdir /tmp/SRTMv4
     311cd /tmp/SRTMv4
     312sh get.sh
     313}}}
     314
     315Unzip the data into a folder called 'SRTMv4' in the !GeoServer 'coverages' folder (or use a symlink):
     316{{{
     317cd /var/lib/tomcat6/webapps/geoserver/data/coverages
     318mkdir SRTMv4
     319unzip -o /tmp/SRTMv4/\*.zip
     320}}}
    311321
    312322Give Tomcat permission to the folder:
    313  * {{{chown tomcat6 /path/to/coverages/SRTMv4}}}
     323{{{
     324chown tomcat6 /var/lib/tomcat6/webapps/geoserver/data/coverages/SRTMv4
     325}}}
    314326
    315327Configure !GeoServer by adding a new Store using the [http://docs.geoserver.org/stable/en/user/tutorials/image_mosaic_plugin/imagemosaic.html Image mosaicking plugin]