Skip to content

Instantly share code, notes, and snippets.

@patchdynamics
Created July 28, 2015 18:37

Revisions

  1. patchdynamics created this gist Jul 28, 2015.
    1 change: 1 addition & 0 deletions Batch Reproject using GDAL
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    find *_polygon.shp -exec ogr2ogr -s_srs EPSG:5070 -t_srs EPSG:102009 ../nasqan_polygons_lambert/{} {} \;