Sign inSign up

petebunting/au-eoed

By petebunting

Updated about 2 years ago

Image
5

9.4K

petebunting/au-eoed repository overview

docker-au-eoed

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 software includes:

Other software:

  • GDAL
  • scikit-learn
  • scikit-image
  • matplotlib
  • numpy
  • pandas
  • scipy
  • statsmodels
  • rios
  • postgresql
  • sqlachemly
  • requests
  • planet
  • pycurl
  • psycopg2
  • google-cloud-python
  • pyyaml
  • jinja2

This image is based on the official ubuntu release with Python 3.6 and packages from ContinuumIO Miniconda3.

Build image

docker build -t petebunting/au-eoed https://[email protected]/petebunting/docker-au-eoed.git

Pulling image

docker pull petebunting/au-eoed

Running Commands

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 gdalinfo -norat /data/TestImg.kea

For tutorials in using rsgislib, arcsi and gdal there are some materials available at https://www.remotesensing.info.

Tag summary

Content type

Image

Digest

sha256:945632336

Size

2.9 GB

Last updated

about 2 years ago

docker pull petebunting/au-eoed