plots.ancillary
Attributes
Exceptions
Common base class for all non-exit exceptions. |
|
File not found. |
Functions
|
Load an earthkit.plots ancillary data file. |
|
Module Contents
- exception plots.ancillary.AmbiguousDataError
Bases:
ExceptionCommon base class for all non-exit exceptions.
- class args
- with_traceback()
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- exception plots.ancillary.DataNotFoundError
Bases:
FileNotFoundErrorFile not found.
- class args
- class characters_written
- class errno
POSIX exception code
- class filename
exception filename
- class filename2
second exception filename
- class strerror
exception strerror
- with_traceback()
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- plots.ancillary.READERS
- plots.ancillary.load(source, data_type=None)
Load an earthkit.plots ancillary data file.
- Parameters:
source (str) – The name of a file (with or without extension) found within earthkit/plots/data.
data_type (str) – If applicable, the name of the subdirectory within earthkit/plots/data in which the auxilliary file will be found.
- plots.ancillary.remote_shp(namespace, name, url)