openflights-geojson

2.0.2 • Public • Published

openflights-geojson

Download and reformat OpenFlights.org data into GeoJSON.

Usage

$ npm install -g openflights-geojson

Download airport data, convert to GeoJSON, write to stdout.

Outputs a FeatureCollection of Feature objects with Point geometries.

$ openflights-airports > airports.geojson

Download airport & routes data, convert to GeoJSON, write to stdout.

Outputs a FeatureCollection of Feature objects with LineString geometries.

$ openflights-routes > routes.geojson

Readme

Keywords

Package Sidebar

Install

npm i openflights-geojson

Weekly Downloads

0

Version

2.0.2

License

ISC

Last publish

Collaborators

  • tmcw