ogr2ogr is what I would use to do this in one step. shp2pgsql can only define a projection, not do a reprojection.
David On Mon, Apr 6, 2009 at 10:31 AM, Todd Fagin <[email protected]>wrote: > Greetings, > > > > I have a pretty general question about reprojecting a shapefile on import > into PostGIS. For instance, if I have a shapefile in EPSG 32125, but I > want it imported into PostGIS as EPSG 4326. Is there a way to do this using > shp2pgsql (or other utility) *prior *to importing. I am guessing this can > be done be done ogr2ogr (-t_srs), but was curious if there were other > methods. > > > > Thanks, > > > > Todd Fagin > > > > Coordinate Solutions, Inc. > > 2804 NW 18th St. > > Oklahoma City, OK 73107 > > 405.740.4324 (voice) > > 904.471.5548 (fax) > > www.coordinatesolutions.com > > > > > > > > _______________________________________________ > postgis-users mailing list > [email protected] > http://postgis.refractions.net/mailman/listinfo/postgis-users > > -- ************************************ David William Bitner
_______________________________________________ postgis-users mailing list [email protected] http://postgis.refractions.net/mailman/listinfo/postgis-users
