SurfaceCurrentContainerBase

class s100py.s111.v1_2.api.SurfaceCurrentContainerBase

Bases: object

This is the SurfaceCurrent right off the root of the HDF5 which has possible attributes from S100 spec table 10c-10 This will hold child groups named SurfaceCurrent.NN

Inheritance diagram of SurfaceCurrentContainerBase

Attributes Summary

max_dataset_current_speed

method_currents_product

min_dataset_current_speed

surface_current

The surface current data, a list of SurfaceCurrent :returns: Contains a list of SurfaceCurrent objects via the SurfaceCurrent_List class :rtype: S111_MetadataList_base

type_of_current_data

Methods Summary

max_dataset_current_speed_create()

Creates a blank, empty or zero value for max_dataset_current_speed

method_currents_product_create()

Creates a blank, empty or zero value for method_currents_product

min_dataset_current_speed_create()

Creates a blank, empty or zero value for min_dataset_current_speed

surface_current_create()

type_of_current_data_create()

Creates a value using the first item in the enumeration of type_of_current_data

Attributes Documentation

max_dataset_current_speed
method_currents_product
min_dataset_current_speed
surface_current

The surface current data, a list of SurfaceCurrent :returns: Contains a list of SurfaceCurrent objects via the SurfaceCurrent_List class :rtype: S111_MetadataList_base

type_of_current_data

Methods Documentation

max_dataset_current_speed_create()

Creates a blank, empty or zero value for max_dataset_current_speed

method_currents_product_create()

Creates a blank, empty or zero value for method_currents_product

min_dataset_current_speed_create()

Creates a blank, empty or zero value for min_dataset_current_speed

surface_current_create()
type_of_current_data_create()

Creates a value using the first item in the enumeration of type_of_current_data

__init__()