Installation

EDMT can be installed with the core dependencies or with optional extras, depending on the functionality you need.

Core Installation

Install the core EDMT package:

pip install edmt

This installs all required dependencies for geospatial analysis, Google Earth Engine integration, remote sensing, and data processing.

Verify the Installation

After installation, verify that EDMT is installed correctly:

import edmt

edmt.init()

If no errors are raised, EDMT has been installed successfully.