You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python (pandas, requests, tqdm) A simple example of using the Historical Weather Data API of open-meteo.com . Using an excel file where DateTime and locations (Lat,Lon) are given. The for loop reaches each row and returns the temperature(or any other) info. The result is going to be saved as an excel file. NO API KEYS REQUIRED
Fishlog is an Android app that helps anglers and beginners log catches, identify fish types, and check weather forecasts, developed as a final assignment for the Software Engineering subject.
weather app which displays current, hourly and daily weather data including different parameters like current temperature, max - min temperature, wind speed, precipitation and more
It is a minimal weather website that shows current and 14-week weather by location. Open-Meteo API was used while making it. It is the capstone project of the API section of Angela Yu's Web Development Bootcamp course.
This repository contains an End-to-End Weather Data ETL Pipeline built using Apache Airflow. It automates the daily extraction, transformation, and loading of weather data from the Open-Meteo API into a PostgreSQL database, enabling analysis of weather patterns. The project leverages Docker for containerization and uses DBeaver for visualization.
This Flutter application provides users with real-time weather information for their specified locations. With features like weather forecasting by the hour and weekly, detailed weather statistics, and city management, users can stay informed about weather conditions wherever they are.
This Android application use Open-Meteo API to retrieve weather information, either current or historical. It empowers users to input a location (latitude/longitude) and date to acquire the corresponding maximum and minimum temperatures for that specific time and place.