Share

More
DXF to PostGIS converter Icon

DXF to PostGIS converter

by glasic


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.


http://dxf2postgis.sourceforge.net





Separate each tag with a space.

Release Date:

2009-06-19

Topics:

License:

Ratings and Reviews

  • Thumbs up:

    1
  • Thumbs down:

    0
100% of 1 user recommends this project

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.

View all reviews

Project Feed

  • dxf2postgis 1.3.5 file released: Dxf2PostGIS-1.3.5_src.zip

    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)

    posted 143 days ago

  • dxf2postgis 1.3.5 file released: Dxf2PostGIS-1.3.5_setup.zip

    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)

    posted 143 days ago

  • Dxf2PostGIS 1.3.5 is released!

    A new release is available. Bug fixed: DXF file with only POINT type feautures was not right recognized. Now it's OK.

    posted by glasic 143 days ago

  • File released: /dxf2postgis/1.3.5/Dxf2PostGIS-1.3.5_setup.zip

    posted 144 days ago

  • File released: /dxf2postgis/1.3.5/Dxf2PostGIS-1.3.5_src.zip

    posted 144 days ago

  • dxf2postgis Dxf2PostGIS-1.3.4 file released: Dxf2PostGIS-1.3.4_src.zip

    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)

    posted 508 days ago

  • dxf2postgis Dxf2PostGIS-1.3.4 file released: Dxf2PostGIS-1.3.4_setup.zip

    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)

    posted 508 days ago

  • Version 1.3.4 released!

    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).

    posted by glasic 508 days ago

  • File released: /dxf2postgis/Dxf2PostGIS-1.3.4/Dxf2PostGIS-1.3.4_setup.zip

    posted 508 days ago

  • File released: /dxf2postgis/Dxf2PostGIS-1.3.4/Dxf2PostGIS-1.3.4_src.zip

    posted 508 days ago

Rate and Review

Would you recommend this project?






<

Related Projects

DXF to PostGIS converter Actions

Thanks for your rating!

Would you also like to write a review?





Skip Review