Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

seaduck.OceData

OceData

class OceData(data, alias=None, memory_limit=10000000.0)

Ocean dataset.

Class that enables variable aliasing, topology extraction, and 4-D translation between latitude-longitude-depth-time grid and relative description.

Parameters

OceData.check_readiness (method)

check_readiness(self)

Return readiness.

Function that checks what kind of interpolation is supported.

Returns

OceData.show_alias (method)

show_alias(self)

Print out the renaming in a nice pd.DataFrame format.

Returns