An open API service indexing awesome lists of open source software.

https://github.com/gemisis/weather-patterns

A little AWS lambda function for retrieving historical weather patterns, specifically related to tropical storms.
https://github.com/gemisis/weather-patterns

amazon-lambda amazon-web-services aws aws-lambda lambda noaa noaa-data noaa-historical-data noaa-weather python python3

Last synced: 3 months ago
JSON representation

A little AWS lambda function for retrieving historical weather patterns, specifically related to tropical storms.

Awesome Lists containing this project

README

        

# weather-patterns
A little AWS lambda function for retrieving historical weather patterns, specifically related to tropical storms.

Data from: http://www.aoml.noaa.gov/hrd/hurdat/Data_Storm.html

## Setup
First, make sure you install everything from the **requirements.txt** file. Once that's done, you should be all set!

## Deployment
You'll want to setup an environment from which to run the lambda (with the necessary dependencies installed to their). Once that's done, you can then copy the environment (with the **lambda_function.py** script) to your lambda function, and it should run without issue!

## Sample Images
![Total Storm Numbers](samples/total_number_storms.png "Total Storm Numbers")
![Storm Type Counts](samples/storm_type_counts.png "Storm Type Counts")