-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Jason edited this page Mar 29, 2023
·
2 revisions
This is currently just a list of resources to look at whilst building this website.
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
- then
- A Cloudflare worker running: https://github.com/jasoryeh/tfrs
- OpenStreetMap maps while developing