Skip to content

vcharpenay/dxf2geojson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Translation from DXF to GeoJSON

DXF is a exchange format used by AutoCAD for graphical objects. GeoJSON is an IETF standard for geometries. The two can be used interchangeably e.g. for modeling buildings.

The dxf2geojson translator attempts to reconstructs GeoJSON geometries (polygons and lines strings, also called polylines) from DXF lines.

Usage

$ npm install
$ node dxf2geojson.js <in.dxf> <out.geojson>

About

A translater from DXF to GeoJSON

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published