Skip to content

Files

Latest commit

4acdc5f · Dec 25, 2020

History

History

Chapter 3 Moving Spatial Data from One Format to Another

  1. Converting a Shapefile to a PostGIS table using ogr2ogr
  2. Batch importing a folder of Shapefiles into PostGIS using ogr2ogr
  3. Batch exporting a list of tables from PostGIS to Shapefiles
  4. Converting an OpenStreetMap (OSM) xml to a Shapefile
  5. Converting a Shapefile (vector) to a GeoTiff (raster)
  6. Converting a raster (GeoTiff) to a vector (Shapefile) using GDAL
  7. Creating a Shapefile from point data stored in Microsoft Excel
  8. Converting an ESRI ASCII DEM to an image height map