Changes between Version 2 and Version 3 of UserGuidelines/GIS/Data
- Timestamp:
- 05/26/10 22:07:19 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UserGuidelines/GIS/Data
v2 v3 24 24 ogr2ogr -f geojson TM_WORLD_BORDERS-0.3.json TM_WORLD_BORDERS-0.3.shp 25 25 }}} 26 26 If needing to reproject (e.g. for the [https://www.geoint-online.net/community/haitiearthquake/Geospatial%20Data%20Files/haiti_departments01132010.zip Haiti Departements]): 27 {{{ 28 ogr2ogr -f CSV haiti_departments Haiti_departementes_edited_01132010.shp -s_srs EPSG:32618 -t_srs EPSG:4326 -lco GEOMETRY=AS_WKT (OGR 1.6+) 29 }}} 27 30 === PostgreSQL management === 28 31 * Connect to Database (or use pgAdmin III GUI's PSQL Console on plugins menu)