Guest User

Untitled

a guest
Jun 25th, 2018
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. for /R %f in (*.csv) do ogr2ogr -s_srs EPSG:4326 -t_srs EPSG:3067 -oo X_POSSIBLE_NAMES=Lon* -oo Y_POSSIBLE_NAMES=Lat* -f "ESRI Shapefile" "%~dpnf.shp" %f
  2.  
  3. for /R %f in (*.shp) do ogr2ogr -a_srs EPSG:3067 -f "ESRI Shapefile" "%~dpnf_newepsg.shp" %f
Add Comment
Please, Sign In to add comment