<div dir="ltr">Thank you Brian and Matt,<br><br>That was it..I feel a little silly for not being able to piece that apart and deduce it for myself.<br><br>Lesson learned eh? I really appreciate the assistance from you both!<br>
<br>Cheers * joe<br><br><div class="gmail_quote">On Wed, Oct 1, 2008 at 12:57 PM, Bryan Keith <span dir="ltr">&lt;<a href="mailto:bryan@ideotrope.org">bryan@ideotrope.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">&gt; as a complete n00b to batch variables, i&#39;m having a little difficulty...<br>
&gt;<br>
&gt;<br>
&gt; C:\user\shp\census&gt;batchreproj.bat<br>
&gt;<br>
&gt; C:\user\shp\census&gt;set prj_params=-s_srs epsg:4269 -t_srs epsg:2229<br>
&gt;<br>
&gt; C:\user\shp\census&gt;for %g in (*.shp) do (ogr2ogr -f &quot;esri shapefile&quot;<br>
&gt; -s_srs<br>
&gt; ep<br>
&gt; sg:4269 -t_srs epsg:2229 output\%g %g )<br>
&gt;<br>
&gt; C:\user\shp\census&gt;(ogr2ogr -f &quot;esri shapefile&quot; -s_srs epsg:4269 -t_srs<br>
&gt; epsg:2<br>
&gt; 229 output\fe_2007_06083_taz00.shp fe_2007_06083_taz00.shp )<br>
&gt; ERROR 1: Failed to create file .shp file.<br>
&gt; ERROR 4: Failed to open Shapefile `output\fe_2007_06083_taz00.shp&#39;.<br>
<br>
</div>Larso,<br>
<br>
Does the &quot;output&quot; directory exist?<br>
<br>
Maybe try &quot;mkdir output&quot; before running the script?<br>
<font color="#888888"><br>
Bryan<br>
</font><div><div></div><div class="Wj3C7c"><br>
&gt;<br>
&gt; ERROR 1: Terminating translation prematurely after failed<br>
&gt; translation of layer fe_2007_06083_taz00<br>
&gt;<br>
&gt;<br>
&gt; On Wed, Oct 1, 2008 at 9:09 AM, Matt Wilkie &lt;<a href="mailto:matt.wilkie@gov.yk.ca">matt.wilkie@gov.yk.ca</a>&gt; wrote:<br>
&gt;<br>
&gt;&gt; If you&#39;re on windows, try something like this:<br>
&gt;&gt;<br>
&gt;&gt; &nbsp; set prj_params=-s_srs epsg:4617 -t_srs epsg:3578<br>
&gt;&gt;<br>
&gt;&gt; &nbsp; for %%g in (*.shp) do (<br>
&gt;&gt; &nbsp; &nbsp; &nbsp;ogr2ogr -f &quot;esri shapefile&quot; %prj_params% output\%%g %%g<br>
&gt;&gt; &nbsp; &nbsp; &nbsp;)<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Change prj_params to suit your source and destination projections of<br>
&gt;&gt; course. There are some more involved examples at<br>
&gt;&gt; <a href="http://code.google.com/p/maphew/source/browse/#svn/trunk/gis/canvec" target="_blank">http://code.google.com/p/maphew/source/browse/#svn/trunk/gis/canvec</a><br>
&gt;&gt; and <a href="http://code.google.com/p/maphew/source/browse/#svn/trunk/gis/geobase" target="_blank">http://code.google.com/p/maphew/source/browse/#svn/trunk/gis/geobase</a><br>
&gt;&gt;<br>
&gt;&gt; cheers,<br>
&gt;&gt;<br>
&gt;&gt; matt wilkie<br>
&gt;&gt; --------------------------------------------<br>
&gt;&gt; Geographic Information,<br>
&gt;&gt; Information Management and Technology,<br>
&gt;&gt; Yukon Department of Environment<br>
&gt;&gt; 10 Burns Road * Whitehorse, Yukon * Y1A 4Y9<br>
&gt;&gt; 867-667-8133 Tel * 867-393-7003 Fax<br>
&gt;&gt; <a href="http://environmentyukon.gov.yk.ca/geomatics/" target="_blank">http://environmentyukon.gov.yk.ca/geomatics/</a><br>
&gt;&gt; --------------------------------------------<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; pyroGIS wrote:<br>
&gt;&gt;<br>
&gt;&gt;&gt; hello members,<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; i&#39;ve recently seen the light and have begun a full embrace of FWTools,<br>
&gt;&gt;&gt; gdal, ogr2ogr, etc. i imagine this is a basic question for some of you<br>
&gt;&gt;&gt; out<br>
&gt;&gt;&gt; there:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; what is the syntax for a batch reproject operation of a folder full of<br>
&gt;&gt;&gt; shapefiles from one coord sys to another?<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; i cannot find an example within the -help or through various google<br>
&gt;&gt;&gt; queries...thank you_larso<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; ------------------------------------------------------------------------<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt; FWTools mailing list<br>
&gt;&gt;&gt; <a href="mailto:FWTools@lists.maptools.org">FWTools@lists.maptools.org</a><br>
&gt;&gt;&gt; <a href="http://lists.maptools.org/mailman/listinfo/fwtools" target="_blank">http://lists.maptools.org/mailman/listinfo/fwtools</a><br>
&gt;&gt;&gt; <a href="http://fwtools.maptools.org/" target="_blank">http://fwtools.maptools.org/</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt; _______________________________________________<br>
&gt; FWTools mailing list<br>
&gt; <a href="mailto:FWTools@lists.maptools.org">FWTools@lists.maptools.org</a><br>
&gt; <a href="http://lists.maptools.org/mailman/listinfo/fwtools" target="_blank">http://lists.maptools.org/mailman/listinfo/fwtools</a><br>
&gt; <a href="http://fwtools.maptools.org/" target="_blank">http://fwtools.maptools.org/</a><br>
&gt;<br>
<br>
<br>
</div></div></blockquote></div><br></div>