A Docker image packaging the various software from the Aberystwyth University (AU) Earth Observation and Ecosystem Dynamics (EOED) research group, primarily developed by Pete Bunting. More information can be found at https://www.remotesensing.info.
AU-EOED-DEV software includes:
Other software:
This image is based on the official ubuntu release with Python 3.6 and packages from ContinuumIO Miniconda3.
docker build -t petebunting/au-eoed-dev https://[email protected]/petebunting/docker-au-eoed-dev.git
docker pull petebunting/au-eoed-dev
To run commands, you need to mount the data path of where the data is located and where they are mounted within the image. In this example, /home/pete/temp is mounted as /data and therefore the data paths for the data processing need to be referenced from that path e.g., /data/TestImg.kea.
docker run -i -t -v /home/pete/temp:/data petebunting/au-eoed-dev gdalinfo -norat /data/TestImg.kea
For tutorials in using rsgislib, arcsi and gdal there are some materials available at https://www.remotesensing.info.
Content type
Image
Digest
sha256:c7b1991c9…
Size
2.1 GB
Last updated
over 3 years ago
docker pull petebunting/au-eoed-dev