Changes between Version 3 and Version 4 of UserGuidelines/GIS/Data


Ignore:
Timestamp:
05/26/10 22:09:03 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UserGuidelines/GIS/Data

    v3 v4  
    2626If needing to reproject (e.g. for the [https://www.geoint-online.net/community/haitiearthquake/Geospatial%20Data%20Files/haiti_departments01132010.zip Haiti Departements]):
    2727{{{
    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+)
     28ogr2ogr -f CSV haiti_departments Haiti_departementes_edited_01132010.shp -s_srs EPSG:32618 -t_srs EPSG:4326 -lco GEOMETRY=AS_WKT
    2929}}}
     30NB AS_WKT requires OGR v1.6+
    3031=== PostgreSQL management ===
    3132 * Connect to Database (or use pgAdmin III GUI's PSQL Console on plugins menu)