Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 988 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 988 Bytes

eodal_tutorials

Tutorials and Success Stories to work with the Earth Observation Data Analysis Library EOdal.

Local installation

EOdal can be installed locally by running pip install eodal. This requires python>=3.10 as well as geospatial packages such as rasterio and geopandas, which can be somewhat tricky to install on Windows.

Docker

The provided Dockerfile contains an image of python3.11.4 with eodal installed. After you've cloned this repository, you can cd into the folder and build the dockerfile

docker build -t NAME_OF_YOUR_IMAGE

The resulting image is about 2.4 GB in size and can be run with

docker run -d NAME_OF_YOUR_IMAGE

Or you can attach the contaiener to vscode and work from there.