This project extracts weather data from the OpenWeatherMap API, transforms it using Python, and uploads the cleaned data to AWS S3.
- Extracts 5-day weather forecasts using OpenWeatherMap API
- Transforms raw data using
pandas
- Uploads transformed data to AWS S3 using
boto3
- Python
- Pandas
- Boto3
- AWS S3
- Requests
- Clone the repository: