Skip to content

Latest commit

 

History

History
61 lines (23 loc) · 1.6 KB

README.md

File metadata and controls

61 lines (23 loc) · 1.6 KB

weather_api

Weather Data API

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.

Technologies I used throughout this project:

  • Python3
  • Flask
  • Pandas
  • HTML

This API response returns in JSON format.

Main Page:

image

Returning data for a specific named station (by station identifier) and date:

image

image

Data for the whole period for one specific station:

So that, this API returns data starting from XVIII-XIX centuries.

image

image

image

Data for the one specific station, and for the whole year:

image

image