glider_ingest.variable
Module Contents
- class glider_ingest.variable.Variable[source]
A class to represent a variable in a glider mission dataset.
- to_dict()[source]
Convert the Variable object to a dictionary, sorted by key and filtered out None values.
- accuracy: float | None
- ancillary_variables: str | None
- axis: str | None
- bytes: str | None | int
- property calculated: bool
- comment: str | None
- coordinate_reference_frame: str | None
- data_source_name: str | None
- id: str | None
- instrument: str | None
- instruments: str | None
- property long_name: str | None
- observation_type: str | None
- platform: str | None
- positive: str | None
- precision: str | None | float
- reference_datum: str | None
- resolution: str | None | float
- property short_name: str | None
- source: str | None
- source_sensor: str | None
- standard_name: str | None
- to_grid: bool | str
- type: str | None
- units: str | None
- property update_time: str
- valid_max: str | None | float
- valid_min: str | None | float
- property wmo_id: str | None