API ReferenceΒΆ

         %%{init: {'theme':'base'}}%%
flowchart TB

    package(eurocropsml) --> subpackage1(eurocropsml.acquisition) & subpackage2(eurocropsml.dataset)
    

The API reference gives an overview over all public modules, classes, and functions within in the eurocropsml package. It is organized as two main sub-packages: The first focuses on acquiring the raw data. The second is used for building ready-to-use machine learning datasets from the obtained raw data.

The usage of individual sub-packages and modules within our data processing is illustrated below.

Data Acquisition Pipeline.

We also have a separate CLI Reference giving an overview of how to interact with the eurocropsml package via a command line interface.

Package Content

eurocropsml.acquisition

Acquire raw-data for the EuroCropsML dataset.

eurocropsml.dataset

Build ready-to-use EuroCropsML machine learning datasets.