Skip to content

Commit

Permalink
Create readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mdiener21 authored Dec 25, 2020
1 parent 3fde8a6 commit 4acdc5f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ch03/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Chapter 3 Moving Spatial Data from One Format to Another

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

0 comments on commit 4acdc5f

Please sign in to comment.