I've built my own REST API, to access to the weather data for the last 200 years.
I analyze and clean data, using pandas. Afterward, based on this collected data, I created API that calls specific station and/or date, and shows the rellevant data.
- Python3
- Flask
- Pandas
- HTML
This API response returns in JSON format.
Main Page:
Returning data for a specific named station (by station identifier) and date:
Data for the whole period for one specific station:
So that, this API returns data starting from XVIII-XIX centuries.
Data for the one specific station, and for the whole year: