Full catalog/sst-cyclone-beryl
sst-cyclone-beryl·dataset

Ocean Surface Temperatures During Hurricane Beryl

SPORT Sea Surface Temperature (K)
ocean NASA VEDA COG
In plain English

What it measures. Shows how warm the ocean surface was for selected cyclone events, including Hurricane Beryl. Warm seas are the fuel that powers hurricanes, so this reveals the conditions feeding the storm.

How it's made. Made from satellite-derived sea surface temperature measurements processed by NASA's SPoRT Center.

How & where you'd use it. Helps forecasters anticipate where a storm may strengthen as it moves over warm water.

What's measured

sstcycloneberyl

Coverage & cadence

  • Time span2024-06-26 → 2024-07-11
  • Spatial extent-102.821, 6.188, -13.339, 49.646
  • FormatsCOG

What you can do with it

  • Watch sea-surface temperature and marine heatwaves
  • Spot algal blooms and ocean-colour shifts
  • Support fisheries and coastal monitoring
Official description

Satellite-derived sea surface temperatures (SSTs) for select cyclone events.

Get the data

veda_access.py
# NASA VEDA — open STAC API, anonymous (cloud-optimized GeoTIFFs)
from pystac_client import Client

cat = Client.open("https://openveda.cloud/api/stac")
col = cat.get_collection("sst-cyclone-beryl")
items = list(col.get_items())          # browse the analysis-ready COGs
# open an asset with rioxarray:
# import rioxarray; da = rioxarray.open_rasterio(items[0].assets["cog_default"].href)
NASA VEDA is an open STAC catalog — browse and stream the cloud-optimized GeoTIFFs anonymously (no login).