import matplotlib.pyplot as plt
import numpy as np
= np.arange(0.0, 5.0, 0.01)
t = np.cos(2 * np.pi * t)
s
= plt.plot(t, s, lw=2)
line plt.show()
Manuscript
I’m a manuscript and I’m OK
I’m black and white and read all day
Lorem ipsum
Pangeo-Forge
Pangeo Forge provides efficient, cloud-optimized access to large datasets.
Using xarray
Lets use xarray
to access Pangeo Forge’s NOAA Coastwatch Geo-Polar SST dataset. This dataset was added to Pangeo Forge via a recipe maintained in a pangeo-forge feedstock repository from data hosted at NOAA (Coastwatch 2023).
Selecting data
Lets select a slice (2012-09-16, the date of the record sea ice minimum per the Sea Ice index) out of the sea surface temperature (sst) variable.
Plotting data
Now lets take a look at the data!
import matplotlib.pyplot as plt
= sst_20120916.plot.imshow()
img plt.show()
Remember how we already plotted some data with matplotlib earlier? See Figure 1!
References
Coastwatch, NOAA. 2023. “NOAA Geo-Polar Blended Global Sea Surface Temperature Analysis (Level 4).” March 2023. https://nsidc.github.io/quarto-demo.