Res: [postgis-users] Convert DGN or SHP to PostGIS
Brent Wood
pcreso at pcreso.com
Wed Aug 3 08:40:20 PDT 2005
Amir Hosein Jadidi Nejad <master_ai_ir at yahoo.com> Escrito :
> Hi All,
> Is it possible to convert Microstation DGN (or Shape files) to PostGIS
> Database ????
> What is a best solution for this problem ????
> Please send me any useful information as soon as possible.
Hope this helps...
The ogr2ogr program can load both file formats into PostGIS, see
http://gdal.maptools.org/ogr/ogr_formats.html
the shp2pgsql which comes with PostGIS can generate an SQL file from a
shapefile which will load the shapefile into a PostGIS table.
The desktop GIS QGIS (www.qgis.org) also has a plugin which can load a
shapefile into a PostGIS table.
Brent Wood
More information about the postgis-users
mailing list