ogr2ogr reprojection

Jelmer Baas baas at SPEERIT.NL
Wed May 17 11:18:12 EDT 2006


Zhonghai Wang wrote:
> Hi there,
>  
> I have a folder with ESRI shapefiles  (WIN XP), and now I want to 
> reproject them with the command ogr2ogr. are there any batch commands to 
> do this?

start -> run -> cmd <enter>
cd <whatever your folder is>

for %a in (*.shp) do ogr2ogr.exe %a <other arguments)

That should do it :)

-- 
Jelmer Baas



More information about the mapserver-users mailing list