earthpulse / eotdl

Earth Observation Training Datasets
https://eotdl.com
MIT License
17 stars 6 forks source link

EOTDL

EOTDL

Explore, download, create and share your own Training Datasets and Machine Learning models for Earth Observation

Website · Documentation · Datasets · Blog

NPM Version

This repository contains de source code of the Earth Observation Training Data Lab (EOTDL). It contains a set of Python libraries, APIs, CLIs and User Interfaces to explore, create, manage and share training datasets and Machine Learning models for Earth Observations applications.

You can learn more at the EOTDL website or start with our tutorials.

What's the EOTDL?

The Earth Observation Training Data Lab (EOTDL) is a complete environment that allows you, among other things, to:

Why EOTDL?

One of the most limiting factors of AI for EO applications is the scarcity of suitable and accessible Training Datasets (TDS). As the name suggests, TDS are used to train an AI model to perform a specific task. Currently, the main barrier is that gathering and labelling EO data is a convoluted process. Some techniques exist that can help alleviate this issue, for example transfer learning or unsupervised learning, but annotated data is always required for fine-tuning and final validation of AI models.

Generating TDS is time consuming and expensive. Data access is usually limited and costly, especially for Very High Resolution (VHR) images that allow objects like trees to be clearly identified. In some cases, domain experts or even in-person (in-situ) trips are required to manually confirm the objects in a satellite image are correctly annotated with a high degree of quality. This results in the field of AI for EO applications lagging when compared to other fields, impeding the development of new applications and limiting the full potential of AI in EO.

The European Space Agency (ESA) Earth Observation Training Data Lab (EOTDL) will address key limitations and capability gaps for working with Machine Learning (ML) training data in EO by providing a set of open-source tools to create, share, and improve datasets as well as training ML algorithms in the cloud. EOTDL will also offer an online repository where datasets and models can be explored and accessed.

Installation

For more details, see the documentation.

You can install the library and CLI using pip.

pip install eotdl

To verify the installation you can run the help command, which will give you a list of all the available commands in the CLI.

eotdl --help

Is is recommended to upgrade the package regularly to get the latest changes.

pip install eotdl --upgrade

The library and CLI require Python >= 3.8.

Usage examples and tutorials

In our blog you will find tutorials to learn how leverage the EOTDL to create and use TDS and ML models for your own EO applications. If you want to put your hands on those tutorials, you can go to the tutorials, where you will find a multitude of tutorials, use cases and workshops that have been carried out using EOTDL.

Contributing

For more details, see Contribution page.

We love that the community contributes with new and powerful features, and we are glad to take contributions! It is best to get in touch with the maintainers about larger features or design changes before starting the work, as it will make the process of accepting changes smoother.

If you want to contribute, see the contributing.

Getting Involved

For more details, see Contribution page.

To get in touch with the team and other users, join our Discord. There you will be able to ask questions, share your feedback and get involved in the platform evolution.

License

The EOTDL is under MIT license. For more details, see the License.