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

https://github.com/phocks/python-heatwave-api

Return heatwave data
https://github.com/phocks/python-heatwave-api

climate python

Last synced: 24 days ago
JSON representation

Return heatwave data

Awesome Lists containing this project

README

          

# python-heatwave-api

Return number of heatwave days for the longest heatwave historically and projected for a given latitude and longitude.

# Deployment

To deploy on Google Cloud Functions install gcloud and run the following:

`gcloud functions deploy heatwave_api --runtime python37 --trigger-http`