Installation

Dependencies

See environment.yml .

Installation verification

After activating the environment, you can verify that the installation succeeded by typing:

  • python --version

  • python -c 'import numpy, shapely, rasterio, fiona, yaml'

  • python -c 'from osgeo import gdal'

In the first case, if the python version is displayed, the verification was successfull. The other calls are successfull if no output is displayed. In case of a ModuleNotFoundError, use conda install -c conda-forge modulename to install the missing module.

You can further verify the installation and learn about the usage of EODIE as command line tool in Examples .