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
- Host: GitHub
- URL: https://github.com/phocks/python-heatwave-api
- Owner: phocks
- Created: 2019-10-30T00:09:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-27T15:34:31.000Z (over 3 years ago)
- Last Synced: 2025-03-06T12:52:35.467Z (over 1 year ago)
- Topics: climate, python
- Language: Python
- Homepage: https://www.abc.net.au/news/topic/climate-change
- Size: 1.01 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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`