twogeojson

0.0.0 • Public • Published

twogeojson

It's like togeojson except much faster, newer, and doesn't work in browsers because it uses a streaming parser - htmlparser2.

install

npm install twogeojson

example

var tj = require('twogeojson');

var gpxParser = tj.gpx();
gpxParser.write('gpxstringofdata');
gpxParser.end();
var geoJson = gpxParser.data();

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.0
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.0
    0

Package Sidebar

Install

npm i twogeojson

Weekly Downloads

0

Version

0.0.0

License

BSD

Last publish

Collaborators

  • tmcw