Changes between Version 128 and Version 129 of UserGuidelines/GIS/Data


Ignore:
Timestamp:
05/17/11 12:16:48 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UserGuidelines/GIS/Data

    v128 v129  
    260260}}}
    261261
     262For GADM:
     263{{{
     264mkdir gadm
     265cd gadm
     266wget http://gadm.org/data/gadm_v1_lev0_shp.zip
     267wget http://gadm.org/data/gadm_v1_lev1_shp.zip
     268wget http://gadm.org/data/gadm_v1_lev2_shp.zip
     269unzip gadm_v1_lev0_shp.zip
     270unzip gadm_v1_lev1_shp.zip
     271unzip gadm_v1_lev2_shp.zip
     272su postgres
     273shp2pgsql -s 4326 -I gadm1_lev0.shp public.gadm1_lev0 | psql -d gis
     274shp2pgsql -s 4326 -I gadm1_lev1.shp public.gadm1_lev1 | psql -d gis
     275shp2pgsql -s 4326 -I gadm1_lev2.shp public.gadm1_lev2 | psql -d gis
     276}}}
    262277==== Configure !GeoServer ====
    263278 * Add [http://geo.eden.sahanafoundation.org/geoserver/web/?wicket:bookmarkablePage=:org.geoserver.web.data.layer.LayerPage Layer]