Interactivity

We can do more things in HTML-land than we can in PDF-land, like using Jupyter’s interactive features. We can inspect the Pangeo Forge (Coastwatch 2023) dataset in this way.

import xarray as xr

store = 'https://ncsa.osn.xsede.org/Pangeo/pangeo-forge/noaa-coastwatch-geopolar-sst-feedstock/noaa-coastwatch-geopolar-sst.zarr'
ds = xr.open_dataset(store, engine='zarr', chunks={})
ds
<xarray.Dataset>
Dimensions:           (time: 7134, lat: 3600, lon: 7200)
Coordinates:
  * lat               (lat) float32 -89.97 -89.93 -89.88 ... 89.88 89.93 89.97
  * lon               (lon) float32 -180.0 -179.9 -179.9 ... 179.9 179.9 180.0
  * time              (time) datetime64[ns] 2002-09-01T12:00:00 ... 2022-03-2...
Data variables:
    analysed_sst      (time, lat, lon) float32 dask.array<chunksize=(2, 1800, 7200), meta=np.ndarray>
    analysis_error    (time, lat, lon) float32 dask.array<chunksize=(2, 1800, 7200), meta=np.ndarray>
    mask              (time, lat, lon) float32 dask.array<chunksize=(2, 1800, 7200), meta=np.ndarray>
    sea_ice_fraction  (time, lat, lon) float32 dask.array<chunksize=(2, 1800, 7200), meta=np.ndarray>
Attributes: (12/47)
    Conventions:                CF-1.4, Unidata Observation Dataset v1.0
    Metadata_Conventions:       Unidata Observation Dataset v1.0
    acknowledgment:             NOAA/NESDIS
    cdm_data_type:              grid
    comment:                    The Geo-Polar Blended Sea Surface Temperature...
    creator_email:              andy.harris@noaa.gov
    ...                         ...
    summary:                    An SST estimation scheme which combines multi...
    time_coverage_end:          20020902T000000Z
    time_coverage_start:        20020901T000000Z
    title:                      Analysed blended sea surface temperature over...
    uuid:                       7c4fc02a-1034-4021-be6f-c3ce858fd33a
    westernmost_longitude:      -180.0

References

Coastwatch, NOAA. 2023. “NOAA Geo-Polar Blended Global Sea Surface Temperature Analysis (Level 4).” March 2023. https://nsidc.github.io/quarto-demo.