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.
- exception plots.ancillary.DataNotFoundError
Bases:
FileNotFoundErrorFile not found.
- 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)