Dataset: Color Fantasy NorSoop
Catalog: Ferryboxes
id no.niva:14bb8759-81d8-4a1a-948a-14219d374fab
Access

Access:

Service Type Description
OpenDAP Data Access Access dataset through OPeNDAP using the DAP2 protcol.
HTTPServer Data Access HTTP file download.
CdmRemote Data Access Provides index subsetting on remote CDM datasets, using ncstream.
ISO Metadata Provide ISO 19115 metdata 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.niva.no/thredds/dodsC/datasets/norsoop/color_fantasy/merged_acdd_color_fantasy.nc")
ds.head()
# also see, https://docs.xarray.dev/en/stable/index.html
        
    
Documentation