| title | emoji | colorFrom | colorTo | sdk | app_port | pinned | license |
|---|---|---|---|---|---|---|---|
MUR SST Manifest Explorer |
🌊 |
blue |
green |
docker |
7860 |
false |
apache-2.0 |
Interactive visualization of VirtualiZarr chunk manifests for NASA MUR SST (Multi-scale Ultra-high Resolution Sea Surface Temperature) data.
This dashboard displays the structure of a MUR SST NetCDF file without requiring NASA Earthdata authentication - the manifest metadata was pre-generated and bundled with this Space.
- Variables Overview: Browse all variables with their shapes, chunk sizes, and storage info
- ByteMap: Visualize how chunks are laid out in the source file(s)
- ChunkMap: See the chunk grid structure for selected variables
- Summary Statistics: File-level and manifest-level metrics
# Install dependencies
uv sync
# Run the app
uv run panel serve app.py --showTo update the manifest with different MUR SST data (requires NASA Earthdata login):
uv run --group dev scripts/generate_manifest.pyBuilt with vzviz and VirtualiZarr.