Converting a SHP file

Jeff McKenna jmckenna at DMSOLUTIONS.CA
Fri Dec 7 09:38:47 EST 2007


Yes you can use the ogr2ogr utility to reproject your shapefile 
(http://www.gdal.org/ogr/ogr2ogr.html).

e.g.

ogr2ogr -f "ESRI Shapefile" -s_srs EPSG:42304 -t_srs "+proj=aea 
+ellps=GRS80 +datum=NAD83 +lat_0=42 +lon_0=-72 +lat_1=43 +lat_2=46 
+x_0=0 +y_0=0 +units=m" destination.shp source.shp


-jeff





Eduardo Spremolla wrote:
> 
> I need it on lat long, but pgsql2shp do not accept a SRID for exporting.
> 
> Any opensource tool can do the job?



-- 
Jeff McKenna
DM Solutions Group Inc.
http://www.dmsolutions.ca



More information about the mapserver-users mailing list