On Tue, 2008-05-13 at 15:52 +0800, maning sambale wrote:
> Hi,
> 
> This simple script doesn't seem to work on my cygwin bash
> 
> for i in *.shp; do
>       ogr2ogr -f "ESRI Shapefile" -where "ELEVATION>10" $i_elev $i;
> done
> 
> I'm trying to extract elevation contour lines from a couple of shapefiles
> I know it worked before on my linux.
> 
> cheers,
> maning

Maybe a problem with the "quotes" in the expression(s)?

_______________________________________________
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user

Reply via email to