Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nickenshidqia/build_historical_weather_data_api_using_python
Build The Historical Weather Data using python and the Flask framework to create a RESTful API that interacts with historical weather datasets.
https://github.com/nickenshidqia/build_historical_weather_data_api_using_python
flask historical-weather historical-weather-data python rest-api
Last synced: 8 days ago
JSON representation
Build The Historical Weather Data using python and the Flask framework to create a RESTful API that interacts with historical weather datasets.
- Host: GitHub
- URL: https://github.com/nickenshidqia/build_historical_weather_data_api_using_python
- Owner: nickenshidqia
- Created: 2023-12-27T04:22:27.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-13T01:13:09.000Z (10 months ago)
- Last Synced: 2024-01-13T15:38:30.518Z (10 months ago)
- Topics: flask, historical-weather, historical-weather-data, python, rest-api
- Language: Python
- Homepage:
- Size: 246 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Build Historical Weather Data API Using Python
## Project Description
**Overview :**
The Historical Weather Data API project aims to provide users with access to historical temperature data based on specific dates and weather stations. The API allows users to retrieve temperature information for a given station and date, view all data for a particular station across all dates, and obtain all data for a specific station within a particular year.**Challenges :**
Build The Historical Weather Data using python and the Flask framework to create a RESTful API that interacts with historical weather datasets.## Project Goal
The project aims to to provide users with access to historical temperature data based on specific dates and weather stations.
## Tools & Library Used
[](https://www.python.org/)
## Project Result
[Click here to get full code](https://github.com/nickenshidqia/Build_Historical_Weather_Data_API_Using_Python/blob/ca78abd6c1d939e0382be3d30e794bf5ad228864/main.py)
### Homepage
- The user could see URL format to use, also could get information what Station ID and Name included in this Weather Data API
### Retrieve Temperature by Date and Station
- Endpoint:
- Description: Allows users to fetch temperature data for a specific weather station on a given date.
### Retrieve All Data for One Station
- Endpoint:
- Description: Provides users with all available temperature data for a particular weather station across all dates.
### Retrieve All Data for One Station in a Year
- Endpoint:
- Description: Enables users to access all temperature data for a specific weather station within a specified year