Q8: Have recent changes in climate altered water conditions and how are they changing?

Potential data sources: 1. NDBC buoys 2. Climate online link to Key West temp. records (how far back) 3. Plots of SST over time (dashboard)

test python:

x = 42 * 2
print(x) 
## 84

test python plots:

import matplotlib.pyplot as plt
plt.plot([0, 2, 1, 4])
plt.show()

GHRSST anomalies from PO.DAAC SotO:

MUR SST Anomalies from ERDDAP:

erddap large
png