API reference¶
Todo
Explain how extend the code (write data sources and datasets).
Public¶
climetlab.load_dataset(name, *args, **kwargs) |
Loads a dataset. |
climetlab.load_source(name, *args[, context]) |
|
climetlab.plot_map([data]) |
Plot any data on a map. |
climetlab.new_plot(**kwargs) |
[summary] |
Function¶
-
climetlab.plot_map(data=None, **kwargs)¶ Plot any data on a map.
Parameters: data ([any]) – [description]
Plotting¶
-
class
climetlab.plotting.Driver(options)¶ TODO: Docscting
-
macro()¶ [summary]
Returns: A list of plotting directives Return type: list
-
temporary_file(extension: str = '.tmp') → str¶ Return a temporary file name that will be deleted once the plot is produced.
Parameters: extension (str, optional) – File name extension, defaults to “.tmp” Returns: Temporary file name. Return type: str
-
Other¶
climetlab.Dataset(*args, **kwargs) |
Mother class to create a dataset object. |
climetlab.DataSource |