[postgis-users] bulk conversion from shapefiles

Michael Mallete mrmallete at yahoo.com
Thu Sep 16 01:26:35 PDT 2004


ah. got it. thank you very much gentlemen. :)

-Myk


>for shapefile in `find . -name '*.shp'`; do
>	shp2pgsql $shapefile .....
>done
>
>--strk;


>You could also do a one-liner:
>
>find . -name '*.shp' -exec shp2pgsql {} \;


	
		
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!
http://promotions.yahoo.com/new_mail 



More information about the postgis-users mailing list