AtmData
- class pyarts.arts.AtmData(*args, **kwargs)
Atmospheric data
Overview
Method
Get a point of data at the position
Method
Get the weights of neighbors at a position
Attribute
Lower altitude limit
Attribute
Upper altitude limit
Attribute
The data
Attribute
The data type
Attribute
Lower latitude limit
Attribute
Upper latitude limit
Attribute
Lower longitude limit
Attribute
Upper longitude limit
Operator
Get a point of data at the position
Operator
Return self==value.
Operator
Return self>=value.
Operator
Return self>value.
Operator
Return hash(self).
Operator
Return self<=value.
Operator
Return self<value.
Operator
Return self!=value.
Constructors
- __init__(self, arg: pyarts.arts.AtmData) None
- __init__(self, arg: pyarts.arts.GriddedField3, /) None
- __init__(self, arg: float, /) None
- __init__(self, arg: pyarts.arts.NumericTernaryOperator, /) None
Methods
- ws(self, alt: float, lat: float, lon: float) list[tuple[int, float]]
Get the weights of neighbors at a position
Attributes
- alt_low
Lower altitude limit
- alt_upp
Upper altitude limit
- data
The data
- data_type
The data type
- lat_low
Lower latitude limit
- lat_upp
Upper latitude limit
- lon_low
Lower longitude limit
- lon_upp
Upper longitude limit
Operators
- __eq__(value, /)
Return self==value.
- __ge__(value, /)
Return self>=value.
- __gt__(value, /)
Return self>value.
- __hash__()
Return hash(self).
- __le__(value, /)
Return self<=value.
- __lt__(value, /)
Return self<value.
- __ne__(value, /)
Return self!=value.