Changes between Version 57 and Version 58 of GIS/InstallationGuidelines/Linux


Ignore:
Timestamp:
11/13/10 22:35:33 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GIS/InstallationGuidelines/Linux

    v57 v58  
    289289unzip srtm_22_09.zip
    290290gdal_contour -i 10 -snodata 32767 -a height "srtm_22_09.tif" "srtm_22_09.shp"
     291su postgres
    291292shp2pgsql -p -I -g way "srtm_22_09" contours | psql -q gis
    292293shp2pgsql -a -g way "srtm_22_09" contours | psql -q gis