Dataset: Test WMS Snapshot
Catalog: NIVA THREDDS Test Catalog
id samplewms-snapshow
Access
Preview

Access:

Service Type Description
xview Data access Preview dataset and access as html, json or csv using xarray
OpenDAP Data Access Access dataset through OPeNDAP using the DAP2 protocol.
WMS Data Access Supports access to georegistered map images from geoscience datasets.
ISO Metadata Provide ISO 19115 metadata representation of a dataset's structure and metadata.
NCML Metadata Provide NCML representation of a dataset.
UDDC Metadata An evaluation of how well the metadata contained in the dataset conforms to the NetCDF Attribute Convention for Data Discovery (NACDD)

Python Quickstart:

                import xarray as xr

ds = xr.open_dataset("https://thredds.t.niva.no/thredds/dodsC/datasets/snapshots/snapshots_ocean_renamed.nc")
ds.head() #also see https://docs.xarray.dev/en/stable/index.html
                
                

Viewers:

Viewer Type Description
Godiva3 Browser A web-based OGC WMS client configured to visualize this dataset.