Skip to content
/ tcx Public
forked from mapbox/tcx

Convert TCX files to GeoJSON in JavaScript.

License

Notifications You must be signed in to change notification settings

schoch/tcx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tcx

Convert TCX files to GeoJSON in JavaScript.

installation

npm install tcx

Standalone:

https://raw.github.com/mapbox/tcx/master/tcx.js

usage

var parse = require('tcx');

// a tcx file dom, via xmldom
parse(tcxDom);

api

parse(xmlDom)

Given a DOM of TCX data either as a browser DOM object or via xmldom or jsdom, parse and return a GeoJSON FeatureCollection object.

binary

npm install tcx -g

Usage with pipes:

$ tcx < tcxfile.tcx > geojsonfile.geojson

Or with filenames

$ tcx tcxfile.tcx anothertcxfile.tcx > output.geojson

About

Convert TCX files to GeoJSON in JavaScript.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%