TelsemAtlas
- class pyarts.arts.TelsemAtlas
A telsem atlas
Represents a Telsem2 atlas containing land surface microwave emissivities. Since the Atlas contains emissivities only for land surfaces, the data is stored in a sparse format.
The emissivities are represented on an equal area grid and numbered sequentially starting with the first latitude band at -90 degrees and moving up to 90 degrees.
The correspondance array contains the data indices for each cellnumber if it is contained in the Atlas and NAN otherwise.
Workspace methods that can generate TelsemAtlas
Workspace methods that require TelsemAtlas
- __init__(*args, **kwargs)
Overloaded function.
__init__(self: pyarts.arts.TelsemAtlas) -> None
Empty atlas
__init__(self: pyarts.arts.TelsemAtlas, val: pyarts.arts.TelsemAtlas) -> None
Copy instance
__init__(self: pyarts.arts.TelsemAtlas, wsv: pyarts.arts.WorkspaceVariable) -> None
Automatic conversion from a workspace variable
Methods
__init__
(*args, **kwargs)Overloaded function.
fromxml
(file)Create
TelsemAtlas
from filereadxml
(self, file)Read
TelsemAtlas
from filesavexml
(self, file[, type, clobber])Saves
TelsemAtlas
to file