traffic.js
v0.0.8
Published
Process and visualise aircraft trajectories
Downloads
17
Readme
traffic.js
This preliminary Javascript library following the same declarative grammar as the Python traffic library.
Installation
In Node.js:
npm install traffic.js
In Observable:
https://observablehq.com/@xoolive/traffic-js
import { Flight, Traffic } from '@xoolive/traffic-js';
Memo
npm run build # build package
npm publish # push new version to npm registry
npm test # running tests
npm serve # build package and serve on http://localhost:4000