[postgis-users] Massive CAD load to Postgis

Ivan Mincik ivan.mincik at gmail.com
Thu Jan 22 23:20:59 PST 2009


CAD file usually contains lot of different types of objects (points,
polygons, lines ..., text) in one file.
In PostGIS You should have one geometry type per one PostGIS table, so You
need to split them.

After splitting, I would recommend to convert them in to ESRI Shapefiles (by
ogr2ogr, or other GIS apps).
You can load all Shapefiles in to PostGIS by shp2psql script.

Ivan



On Fri, Jan 23, 2009 at 8:01 AM, Gabriel Messner <gabmessner at gmail.com>wrote:

> I have to load one thousand CAD files to Postgis, but I don´t know how to
> deal with this issue.
>
> Any help will be appreciated....
>
> _______________________________________________
> postgis-users mailing list
> postgis-users at postgis.refractions.net
> http://postgis.refractions.net/mailman/listinfo/postgis-users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20090123/d446cb11/attachment.html>


More information about the postgis-users mailing list