Skip to content

alinatussupova/weather_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages