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 five tables, using the AutoCAD information of point, line, polyline, text, circle, insert, and layer.
Be the first to post a text review of DXF to PostGIS converter. Rate and review a project by clicking thumbs up or thumbs down in the right column.
release 1.3.5 - Bug fix: When the DXF file have only POINT features the software don't recognize them. Now it's OK. release 1.2.28 - New option: In the main form there is a new checkbox: 'No polygons (only linestrings)'. Check this option to generate "multilinestring" feature type instead of "polygon" feature type. - Add "Help on-line" button This button link to on-line help, both english and italian version. - Removed "Help" button Embedded Help is not yet supported release 1.2.22 - New option: In the main form there is a new checkbox: 'Generate "create view" statements'. This option is used to create useful database views for every combination of layer and geometry type (point, line, polygon and text). A view will be created only where at least one record is present. - Fixed warning: PostgreSQL ver. 8.2 generates a warning when Dxf2PostGIS SQL scripts populate the "path_file_dxf" field. Now it's fixed. release 1.2.15 - Fixed bug: Upper case .DXF suffix - When file name ends with ".DXF" suffix, the output file overwrites the original dxf filename. The original DXF file is lost. Now it's fixed. - New maximum number of points: Polygons & Polylines can now have up to 40000 points. release 1.2.11 - Fixed bug: The field "file_dxf" (in all tables created) was filled with wrong value. Now it's OK. - Fixed bug: The DXF type "LINE" did not get copied to the .sql file. Now it's OK. - File added: creation of the file "xxx_drop.sql" (with "xxx" equals to "DB tables name prefix:" input mask field) for elimination of tables with prefix "xxx" and deletion of related records in the table "geometry_columns" release 1.2.3 - All tables are created with "WITH OIDS" option, instead "WITHOUT OIDS" option. - For each geometry table are created 3 index, on "file_dxf" (btree), "layer" (btree) and "the_geom" (gist) fields. - For the geometry table "*_txt" is created also an index on "txt" (btree) field. - fixed bug: Closed polylines are converted in MULTIPOLYGON type only when the group code 70 is exactly equal to "1"; in all other cases, polylines are converted in MULTILINESTRING type. Now it's OK. release 1.2.0 - fixed bug: In batch mode, the fields "path_file_dxf" and "file_dxf" are incorrected filled always with only one DXF file name. Now it's OK. - a new table is created and populated, with AutoCAD "LAYER" table attributes. Moreover, the AutoCAD color number (ACI) is also converted to RGB (Map Server format) release 1.1.9 - Added batch mode option to process many Dxf files at once - Added option to generate just one SQL file for all tables - "Testo" field name, in table with _txt extension renamed to "txt" - Default DB table name: blanks are replaced with underscore characters (" " --> "_") release 1.1.5 - 4 oct 2006 - Added a field "handle" in each PostGIS tables to record AutoCAD object handle. - Added a small User Guide (Help button)
release 1.3.5 - Bug fix: When the DXF file have only POINT features the software don't recognize them. Now it's OK. release 1.2.28 - New option: In the main form there is a new checkbox: 'No polygons (only linestrings)'. Check this option to generate "multilinestring" feature type instead of "polygon" feature type. - Add "Help on-line" button This button link to on-line help, both english and italian version. - Removed "Help" button Embedded Help is not yet supported release 1.2.22 - New option: In the main form there is a new checkbox: 'Generate "create view" statements'. This option is used to create useful database views for every combination of layer and geometry type (point, line, polygon and text). A view will be created only where at least one record is present. - Fixed warning: PostgreSQL ver. 8.2 generates a warning when Dxf2PostGIS SQL scripts populate the "path_file_dxf" field. Now it's fixed. release 1.2.15 - Fixed bug: Upper case .DXF suffix - When file name ends with ".DXF" suffix, the output file overwrites the original dxf filename. The original DXF file is lost. Now it's fixed. - New maximum number of points: Polygons & Polylines can now have up to 40000 points. release 1.2.11 - Fixed bug: The field "file_dxf" (in all tables created) was filled with wrong value. Now it's OK. - Fixed bug: The DXF type "LINE" did not get copied to the .sql file. Now it's OK. - File added: creation of the file "xxx_drop.sql" (with "xxx" equals to "DB tables name prefix:" input mask field) for elimination of tables with prefix "xxx" and deletion of related records in the table "geometry_columns" release 1.2.3 - All tables are created with "WITH OIDS" option, instead "WITHOUT OIDS" option. - For each geometry table are created 3 index, on "file_dxf" (btree), "layer" (btree) and "the_geom" (gist) fields. - For the geometry table "*_txt" is created also an index on "txt" (btree) field. - fixed bug: Closed polylines are converted in MULTIPOLYGON type only when the group code 70 is exactly equal to "1"; in all other cases, polylines are converted in MULTILINESTRING type. Now it's OK. release 1.2.0 - fixed bug: In batch mode, the fields "path_file_dxf" and "file_dxf" are incorrected filled always with only one DXF file name. Now it's OK. - a new table is created and populated, with AutoCAD "LAYER" table attributes. Moreover, the AutoCAD color number (ACI) is also converted to RGB (Map Server format) release 1.1.9 - Added batch mode option to process many Dxf files at once - Added option to generate just one SQL file for all tables - "Testo" field name, in table with _txt extension renamed to "txt" - Default DB table name: blanks are replaced with underscore characters (" " --> "_") release 1.1.5 - 4 oct 2006 - Added a field "handle" in each PostGIS tables to record AutoCAD object handle. - Added a small User Guide (Help button)
A new release is available. Bug fixed: DXF file with only POINT type feautures was not right recognized. Now it's OK.
release 1.2.28 - New option: In the main form there is a new checkbox: 'No polygons (only linestrings)'. Check this option to generate "multilinestring" feature type instead of "polygon" feature type. - Add "Help on-line" button This button link to on-line help, both english and italian version. - Removed "Help" button Embedded Help is not yet supported release 1.2.22 - New option: In the main form there is a new checkbox: 'Generate "create view" statements'. This option is used to create useful database views for every combination of layer and geometry type (point, line, polygon and text). A view will be created only where at least one record is present. - Fixed warning: PostgreSQL ver. 8.2 generates a warning when Dxf2PostGIS SQL scripts populate the "path_file_dxf" field. Now it's fixed. release 1.2.15 - Fixed bug: Upper case .DXF suffix - When file name ends with ".DXF" suffix, the output file overwrites the original dxf filename. The original DXF file is lost. Now it's fixed. - New maximum number of points: Polygons & Polylines can now have up to 40000 points. release 1.2.11 - Fixed bug: The field "file_dxf" (in all tables created) was filled with wrong value. Now it's OK. - Fixed bug: The DXF type "LINE" did not get copied to the .sql file. Now it's OK. - File added: creation of the file "xxx_drop.sql" (with "xxx" equals to "DB tables name prefix:" input mask field) for elimination of tables with prefix "xxx" and deletion of related records in the table "geometry_columns" release 1.2.3 - All tables are created with "WITH OIDS" option, instead "WITHOUT OIDS" option. - For each geometry table are created 3 index, on "file_dxf" (btree), "layer" (btree) and "the_geom" (gist) fields. - For the geometry table "*_txt" is created also an index on "txt" (btree) field. - fixed bug: Closed polylines are converted in MULTIPOLYGON type only when the group code 70 is exactly equal to "1"; in all other cases, polylines are converted in MULTILINESTRING type. Now it's OK. release 1.2.0 - fixed bug: In batch mode, the fields "path_file_dxf" and "file_dxf" are incorrected filled always with only one DXF file name. Now it's OK. - a new table is created and populated, with AutoCAD "LAYER" table attributes. Moreover, the AutoCAD color number (ACI) is also converted to RGB (Map Server format) release 1.1.9 - Added batch mode option to process many Dxf files at once - Added option to generate just one SQL file for all tables - "Testo" field name, in table with _txt extension renamed to "txt" - Default DB table name: blanks are replaced with underscore characters (" " --> "_") release 1.1.5 - 4 oct 2006 - Added a field "handle" in each PostGIS tables to record AutoCAD object handle. - Added a small User Guide (Help button)
release 1.2.28 - New option: In the main form there is a new checkbox: 'No polygons (only linestrings)'. Check this option to generate "multilinestring" feature type instead of "polygon" feature type. - Add "Help on-line" button This button link to on-line help, both english and italian version. - Removed "Help" button Embedded Help is not yet supported release 1.2.22 - New option: In the main form there is a new checkbox: 'Generate "create view" statements'. This option is used to create useful database views for every combination of layer and geometry type (point, line, polygon and text). A view will be created only where at least one record is present. - Fixed warning: PostgreSQL ver. 8.2 generates a warning when Dxf2PostGIS SQL scripts populate the "path_file_dxf" field. Now it's fixed. release 1.2.15 - Fixed bug: Upper case .DXF suffix - When file name ends with ".DXF" suffix, the output file overwrites the original dxf filename. The original DXF file is lost. Now it's fixed. - New maximum number of points: Polygons & Polylines can now have up to 40000 points. release 1.2.11 - Fixed bug: The field "file_dxf" (in all tables created) was filled with wrong value. Now it's OK. - Fixed bug: The DXF type "LINE" did not get copied to the .sql file. Now it's OK. - File added: creation of the file "xxx_drop.sql" (with "xxx" equals to "DB tables name prefix:" input mask field) for elimination of tables with prefix "xxx" and deletion of related records in the table "geometry_columns" release 1.2.3 - All tables are created with "WITH OIDS" option, instead "WITHOUT OIDS" option. - For each geometry table are created 3 index, on "file_dxf" (btree), "layer" (btree) and "the_geom" (gist) fields. - For the geometry table "*_txt" is created also an index on "txt" (btree) field. - fixed bug: Closed polylines are converted in MULTIPOLYGON type only when the group code 70 is exactly equal to "1"; in all other cases, polylines are converted in MULTILINESTRING type. Now it's OK. release 1.2.0 - fixed bug: In batch mode, the fields "path_file_dxf" and "file_dxf" are incorrected filled always with only one DXF file name. Now it's OK. - a new table is created and populated, with AutoCAD "LAYER" table attributes. Moreover, the AutoCAD color number (ACI) is also converted to RGB (Map Server format) release 1.1.9 - Added batch mode option to process many Dxf files at once - Added option to generate just one SQL file for all tables - "Testo" field name, in table with _txt extension renamed to "txt" - Default DB table name: blanks are replaced with underscore characters (" " --> "_") release 1.1.5 - 4 oct 2006 - Added a field "handle" in each PostGIS tables to record AutoCAD object handle. - Added a small User Guide (Help button)
Dxf2PostGIS v. 1.3.4 released! In the main form there is one new checkbox: 'Generate "Delete from" statements to empty the tables'. A new text box "DB schema name" allow to declare also a DB schema (if empty means "public"). Since 1.3.0 version Dxf2PostGIS also convert CXF file format (Italian Land Registration cadastral file exchange format).
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?