Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gavinr/stl-lambert-airport-data
Passenger data for St. Louis Lambert Airport
https://github.com/gavinr/stl-lambert-airport-data
airport airports aviation data hacktoberfest lambert-airport open-data sapper st-louis stl
Last synced: 16 days ago
JSON representation
Passenger data for St. Louis Lambert Airport
- Host: GitHub
- URL: https://github.com/gavinr/stl-lambert-airport-data
- Owner: gavinr
- License: mit
- Created: 2018-02-10T17:50:46.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-05T04:57:13.000Z (over 1 year ago)
- Last Synced: 2024-11-30T15:54:03.300Z (22 days ago)
- Topics: airport, airports, aviation, data, hacktoberfest, lambert-airport, open-data, sapper, st-louis, stl
- Homepage: https://stlairportdata.com/
- Size: 27.6 MB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# St. Louis Lambert International Airport Data
Datasets from the St. Louis airport. Browse the data on this website:
There are currently 3 CSV datasets in the `/data` folder:
* [Monthly Data](https://github.com/gavinr/stl-lambert-airport-data/blob/master/data/monthly.csv) - monthly data containing Enplaned Passengers, Deplaned Passengers, Aircraft Departures, All Aircraft Operations, Landed Weights (1000-lbs), and Air Cargo (lbs)
* API Link: `https://cdn.jsdelivr.net/gh/gavinr/stl-lambert-airport-data@master/data/monthly.csv`
* [Yearly Passenger Totals](https://github.com/gavinr/stl-lambert-airport-data/blob/master/data/passenger-yearly-totals-data.csv) - data on total passengers in and out of the airport from 1990-present.
* API Link: `https://cdn.jsdelivr.net/gh/gavinr/stl-lambert-airport-data@master/data/passenger-yearly-totals-data.csv`
* [Yearly Flight Takeoffs and Landings](https://github.com/gavinr/stl-lambert-airport-data/blob/master/data/flight-takeoffs-and-landings.csv) - data on total takeoffs and landings across different types of flights (airlines, general aviation, etc) over from 1990-present.
* API Link: `https://cdn.jsdelivr.net/gh/gavinr/stl-lambert-airport-data@master/data/flight-takeoffs-and-landings.csv`All data from [flystl.com/civil-rights/public-notices-and-reports](https://www.flystl.com/civil-rights/public-notices-and-reports). Raw data [archived](https://github.com/gavinr/stl-lambert-airport-data/tree/master/raw_data).
## Thanks
Thanks to the following projects for making this project possible:
* [chart.js](https://www.chartjs.org/)
* [JSDelivr](https://www.jsdelivr.com/)
* [Papaparse](https://www.papaparse.com/)
* [SvelteKit](https://kit.svelte.dev/)