Dxf2PostGIS: Unterschied zwischen den Versionen

GISWiki - Das freie Portal für Geoinformatik (GIS)
Wechseln zu: Navigation, Suche
(Weblinks)
Zeile 1: Zeile 1:
'''Dxf2PostGIS''' is a tool to convert [[DXF]] files to [[PostGIS]] geometry tables. A single DXF file is converted to a [[PostgreSQL]]/PostGIS SQL script to create and populate 4 tables, using the [[AutoCAD]] information of point, line, polyline, text, circle, insert.
+
'''Dxf2PostGIS''' ist ein Werkzeug um DXF-Dateien in [[PostGIS]] Geometrie-Tabellen umzuwandeln. Eine einzelne DXF-Datei wird dabei in ein [[PostgreSQL]]/PostGIS konformes [[:de:SQL|SQL]]-Skript konvertiert. Das Skript füllt 4 Tabellen. Dabei finden die AutoCAD Informationen zu <tt>point, line, polyline, text, circle, </tt>und<tt> insert</tt> Verwendung.
+
 
 
==Weblinks==
 
==Weblinks==
  

Version vom 26. Oktober 2006, 15:05 Uhr

Dxf2PostGIS ist ein Werkzeug um DXF-Dateien in PostGIS Geometrie-Tabellen umzuwandeln. Eine einzelne DXF-Datei wird dabei in ein PostgreSQL/PostGIS konformes SQL-Skript konvertiert. Das Skript füllt 4 Tabellen. Dabei finden die AutoCAD Informationen zu point, line, polyline, text, circle, und insert Verwendung.

Weblinks