Changes between Version 231 and Version 232 of UserGuidelines/GIS/Data
- Timestamp:
- 06/04/14 13:17:18 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UserGuidelines/GIS/Data
v231 v232 289 289 290 290 To 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] 292 292 * Open a web2py CLI: 293 293 {{{ … … 304 304 305 305 This 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]]306 You can use GeoServer's [http://docs.geoserver.org/stable/en/user/data/database/sqlview.html SQLView] feature.[[BR]] 307 307 SLD files are attached: 308 * [http://eden.sahanafoundation.org/attachment/wiki/UserGuidelines GISData/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] 309 309 * SQL View: SELECT id, name, area, the_geom FROM gis_location WHERE level='L0' 310 * [http://eden.sahanafoundation.org/attachment/wiki/UserGuidelines GISData/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] 311 311 * SQL View: SELECT id, name, area, the_geom FROM gis_location WHERE level='L0' 312 * [http://eden.sahanafoundation.org/attachment/wiki/UserGuidelines GISData/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] 313 313 * SQL View: SELECT id, name, area, the_geom FROM gis_location WHERE level='L1' 314 * [http://eden.sahanafoundation.org/attachment/wiki/UserGuidelines GISData/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] 315 315 * SQL View: SELECT id, name, area, the_geom FROM gis_location WHERE level='L2' 316 316 317 Example [http://eden.sahanafoundation.org/attachment/wiki/UserGuidelines GISData/geowebcache.xml geowebcache.xml] for GADM attached which provides 3 layers:317 Example [http://eden.sahanafoundation.org/attachment/wiki/UserGuidelines/GIS/Data/geowebcache.xml geowebcache.xml] for GADM attached which provides 3 layers: 318 318 * L0 Base 319 319 * L0-L2 Base (merged)