Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)