ocmw.dataman.dataReaders module¶
These functions are aimed at simplifying the interrogation of NetCDF4 files.
Base class for loading and interogating netCDF4 data files. |
|
Class structure for reading the ResourceCode WW3 model output netCDF files. |
|
Class structure for extracting the model mesh data from the a ResourceCode WW3 model output netCDF files that contains the mesh definition. |
|
Class structure for reading the Marine Scotland SSW model output netCDF files. |
|
Class structure for extracting the model mesh data from the a Marine Scotland SSW model output netCDF files that contains the mesh definition. |
|
Class structure for reading the CMEMS formatted wavebuoy netCDF files. |
|
Class structure for reading the EMEC formatted wavebuoy netCDF files. |
|
Class structure for reading the CMEMS formatted drifter netCDF files. |
Functions to simplify the interrogation of NetCDF4 files.
- class ocmw.dataman.dataReaders.netcdfGeneric(fileName)[source]¶
Bases:
objectBase class for loading and interogating netCDF4 data files.
- class ocmw.dataman.dataReaders.ww3(fileName)[source]¶
Bases:
netcdfGenericClass structure for reading the ResourceCode WW3 model output netCDF files.
- class ocmw.dataman.dataReaders.ww3Mesh(meshFile)[source]¶
Bases:
objectClass structure for extracting the model mesh data from the a ResourceCode WW3 model output netCDF files that contains the mesh definition.
- class ocmw.dataman.dataReaders.ssw_rs(fileName)[source]¶
Bases:
netcdfGenericClass structure for reading the Marine Scotland SSW model output netCDF files.
- class ocmw.dataman.dataReaders.sswMesh(sswFile)[source]¶
Bases:
objectClass structure for extracting the model mesh data from the a Marine Scotland SSW model output netCDF files that contains the mesh definition.
- class ocmw.dataman.dataReaders.wavebuoy(fileName)[source]¶
Bases:
netcdfGenericClass structure for reading the CMEMS formatted wavebuoy netCDF files.
- class ocmw.dataman.dataReaders.emecwb(fileName)[source]¶
Bases:
netcdfGenericClass structure for reading the EMEC formatted wavebuoy netCDF files.
- class ocmw.dataman.dataReaders.drifter(fileName)[source]¶
Bases:
netcdfGenericClass structure for reading the CMEMS formatted drifter netCDF files.
- crossesDomain(domain: spatialCoverage)[source]¶