Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 1.48 KB

README.md

File metadata and controls

14 lines (7 loc) · 1.48 KB

Python Tools

A series of tools using Jupyter Notebooks that utilize the AerisWeather API to download weather data and load into a pandas DataFrame for data science purposes.

Sign up for a free developer trial to obtain your client id and client secret.

This notebook will allow the user to fetch current conditions for a list of locations. An optional feature allows the user to specify a list of weather attributes to include which will remove irrelevant data for that specific use case. The user also has the option to utilize a simple snippet that converts the DataFrame into a csv.

Use this notebook when historical data for a list of locations is needed. Building on the previous example, users can provide a date range, or collection of random dates, and generate CSVs with hourly conditions for each day.