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


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

--

Legend:

Unmodified
Added
Removed
Modified
  • UserGuidelines/GIS/Data

    v2 v3  
    2424ogr2ogr -f geojson TM_WORLD_BORDERS-0.3.json TM_WORLD_BORDERS-0.3.shp
    2525}}}
    26 
     26If needing to reproject (e.g. for the [https://www.geoint-online.net/community/haitiearthquake/Geospatial%20Data%20Files/haiti_departments01132010.zip Haiti Departements]):
     27{{{
     28ogr2ogr -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}}}
    2730=== PostgreSQL management ===
    2831 * Connect to Database (or use pgAdmin III GUI's PSQL Console on plugins menu)