Changes between Version 231 and Version 232 of UserGuidelines/GIS/Data


Ignore:
Timestamp:
06/04/14 13:17:18 (11 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UserGuidelines/GIS/Data

    v231 v232  
    289289
    290290To import into Sahana Eden's gis_location table (for consistency of naming/boundaries across basemap & dynamic data):
    291  * Install latest [wiki:InstallationGuidelinesGISDataLinux#GDAL Python GDAL bindings]
     291 * Install latest [wiki:GIS/InstallationGuidelines/Linux#GDAL Python GDAL bindings]
    292292 * Open a web2py CLI:
    293293{{{
     
    304304
    305305This can then be served as separate WMS layers using !GeoServer & !GeoWebCache.[[BR]]
    306 You can use GeoServer's [http://docs.geoserver.org/2.1.3/user/data/sqlview.html SQLView] feature.[[BR]]
     306You can use GeoServer's [http://docs.geoserver.org/stable/en/user/data/database/sqlview.html SQLView] feature.[[BR]]
    307307SLD files are attached:
    308  * [http://eden.sahanafoundation.org/attachment/wiki/UserGuidelinesGISData/gadm_v1_lev0_base_sld.xml L0 Base]
     308 * [http://eden.sahanafoundation.org/attachment/wiki/UserGuidelines/GIS/Data/gadm_v1_lev0_base_sld.xml L0 Base]
    309309  * SQL View: SELECT id, name, area, the_geom FROM gis_location WHERE level='L0'
    310  * [http://eden.sahanafoundation.org/attachment/wiki/UserGuidelinesGISData/gadm_v1_lev0_overlay_sld.xml L0 Overlay]
     310 * [http://eden.sahanafoundation.org/attachment/wiki/UserGuidelines/GIS/Data/gadm_v1_lev0_overlay_sld.xml L0 Overlay]
    311311  * SQL View: SELECT id, name, area, the_geom FROM gis_location WHERE level='L0'
    312  * [http://eden.sahanafoundation.org/attachment/wiki/UserGuidelinesGISData/gadm_v1_lev1_overlay_sld.xml L1 Overlay]
     312 * [http://eden.sahanafoundation.org/attachment/wiki/UserGuidelines/GIS/Data/gadm_v1_lev1_overlay_sld.xml L1 Overlay]
    313313  * SQL View: SELECT id, name, area, the_geom FROM gis_location WHERE level='L1'
    314  * [http://eden.sahanafoundation.org/attachment/wiki/UserGuidelinesGISData/gadm_v1_lev2_overlay_sld.xml L2 Overlay]
     314 * [http://eden.sahanafoundation.org/attachment/wiki/UserGuidelines/GIS/Data/gadm_v1_lev2_overlay_sld.xml L2 Overlay]
    315315  * SQL View: SELECT id, name, area, the_geom FROM gis_location WHERE level='L2'
    316316
    317 Example [http://eden.sahanafoundation.org/attachment/wiki/UserGuidelinesGISData/geowebcache.xml geowebcache.xml] for GADM attached which provides 3 layers:
     317Example [http://eden.sahanafoundation.org/attachment/wiki/UserGuidelines/GIS/Data/geowebcache.xml geowebcache.xml] for GADM attached which provides 3 layers:
    318318 * L0 Base
    319319 * L0-L2 Base (merged)