Changes between Version 3 and Version 4 of UserGuidelines/GIS/Data
- Timestamp:
- 05/26/10 22:09:03 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UserGuidelines/GIS/Data
v3 v4 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 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+)28 ogr2ogr -f CSV haiti_departments Haiti_departementes_edited_01132010.shp -s_srs EPSG:32618 -t_srs EPSG:4326 -lco GEOMETRY=AS_WKT 29 29 }}} 30 NB AS_WKT requires OGR v1.6+ 30 31 === PostgreSQL management === 31 32 * Connect to Database (or use pgAdmin III GUI's PSQL Console on plugins menu)