Skip to content
Jason edited this page Mar 29, 2023 · 2 revisions

Welcome to the flighttime wiki!

This is currently just a list of resources to look at whilst building this website.

Resources

For Airspace and other FAA published data: https://www.faa.gov/air_traffic/flight_info/aeronav/aero_data/NASR_Subscription/ Parsing shp, dbf, shx etc later (or converting to JSON for API calls): https://github.com/mbostock/shapefile

  • and npm install -g shapefile
    • then shp2json file.shp -o shp.json
    • and dbf2json file.dbf -o dbf.json

Currently Using

Clone this wiki locally