Changes between Version 10 and Version 11 of UserGuidelines/GIS/Data
- Timestamp:
- 06/02/10 07:31:45 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UserGuidelines/GIS/Data
v10 v11 2 2 Assumes installation of the relevant tools: [wiki:InstallationGuidelinesGISData] 3 3 4 === Base Layers ===5 * WMS !BlueMarble & Mosaic (!LandSat7): http://onearth.jpl.nasa.gov/6 * WMS/WFS http://lyceum.massgis.state.ma.us/wiki/doku.php7 * WMS Hazard Layers http://preview.grid.unep.ch:8080/geoserver/ows?service=WMS&request=GetCapabilities8 * WMS/WFS Hazard Layers http://www.pdc.org/wms/wmservlet/PDC_Active_Hazards?request=getcapabilities&service=WMS&version=1.1.19 4 === Display Shapefile as Overlay Layer in Sahana Eden === 10 5 e.g. Country Outlines: … … 37 32 === Display Grid as Overlay Layer in Sahana Eden === 38 33 ''tbc'': [wiki:BluePrintGISGrid] 34 35 === Display Topographic Maps === 36 http://wiki.openstreetmap.org/wiki/TopOSM 37 39 38 === PostgreSQL management === 40 39 * Connect to Database (or use pgAdmin III GUI's PSQL Console on plugins menu) … … 61 60 SELECT name, iso2, asText(ST_Transform(ST_Centroid(the_geom), 4326)) AS centroid FROM countries; 62 61 }}} 62 63 === Data Sources === 64 * VMap0: http://en.wikipedia.org/wiki/Vector_Map 65 ==== OGC (WMS/WFS) ==== 66 * http://www.ogc-services.net/ 67 * !BlueMarble & Mosaic (!LandSat7): http://onearth.jpl.nasa.gov/ 68 * Hazard Layers http://preview.grid.unep.ch:8080/geoserver/ows?service=WMS&request=GetCapabilities 69 * Hazard Layers http://www.pdc.org/mde/services.jsp 70 * Massachusetts http://lyceum.massgis.state.ma.us/wiki/doku.php 63 71 ---- 64 72 [wiki:UserGuidelinesGIS]