earthkit-transforms is a simple to use library of software tools to support people working with climate and meteorology data. It is made of sub-modules designed for transformations of data in specific domains. For example, the temporal module contains methods for aggregation and statistics analysis accross time dimensions/coordinates.
Under the hood, earthkit-transforms uses common python libraries such as xarray, pandas and
geopandas to perform the various computations.
The interface is designed such that it can work with both CPU and GPU data-objects,
however working with GPU data-objects is beyond the scope of this training.
Please refer to the Earthkit transforms documentation for a more complete description of the features and tools.