[postgis-users] shp2psql
strk at refractions.net
strk at refractions.net
Fri Feb 18 00:15:17 PST 2005
On Thu, Feb 17, 2005 at 05:05:51PM -0800, Jason Leach wrote:
> hi,
>
> Does shp2psql import all the shape file's associated data files: dbf,
> prj, sbn, sbx, shx, shp?
It imports .shp and .dbf.
The .shx is an index, postgis will construct its own indexes if requested.
.prj should be a projection, probably worth parsing but currently
unsupported, you have to set output SRID with the -s swith of shp2pgsql.
I don't know about sbx and sbn.
--strk;
>
> Thanks,
> Jason.
> _______________________________________________
> postgis-users mailing list
> postgis-users at postgis.refractions.net
> http://postgis.refractions.net/mailman/listinfo/postgis-users
More information about the postgis-users
mailing list