API Reference Guide¶
Top level API functions and objects¶
These functions/objects can be imported directly from the top level package and are the main entry points to work with data in earthkit-data.
Function/Object |
Description |
|---|---|
Read data from a given source and return a data object. |
|
Read data from a given object and return a data object. |
|
Write data to a given target. |
|
Create a fieldlist object. |
|
Create a target object. |
|
Create an encoder object. |
|
Concatenate multiple data objects into a single one. |
|
A global cache object. See: Caching for more details. |
|
A config object that can be used to set global configuration options for earthkit-data. See: Configuration for more details. |
Top level API classes¶
The full API reference guide¶
Traverse through the API reference guide to find out more about the available functions and classes in earthkit-data.