Skip to content

A series of Jupyter Notebooks that query AerisWeather endpoints and return a pandas DataFrame ready to be converted to a csv.

Notifications You must be signed in to change notification settings

aerisweather/python-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A series of Jupyter Notebooks that query AerisWeather endpoints and return a pandas DataFrame ready to be converted to a csv.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published