Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikestaub/sea-surface-temperature-analysis
Analyzes and visualizes global sea surface temperature using Argo float data
https://github.com/mikestaub/sea-surface-temperature-analysis
Last synced: about 1 month ago
JSON representation
Analyzes and visualizes global sea surface temperature using Argo float data
- Host: GitHub
- URL: https://github.com/mikestaub/sea-surface-temperature-analysis
- Owner: mikestaub
- Created: 2024-06-23T01:21:19.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-23T01:59:55.000Z (7 months ago)
- Last Synced: 2024-11-29T10:52:28.441Z (about 1 month ago)
- Language: Python
- Size: 1.74 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Overview
recreate a similar graph found here: https://climatereanalyzer.org/clim/sst_daily/
## Quickstart
```
poetry install
```
Note: change the first argument to how many days you want to plot
and the --window argument to adjust rolling average```
python plot-argo-data.py 60 --window 7
```![Sea Surface Temperature](sst.png)