Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/)