Sign inSign up

petebunting/au-eoed-dev

By petebunting

Updated over 3 years ago

Image
2

3.7K

petebunting/au-eoed-dev repository overview

docker-au-eoed-dev

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:

  • 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-dev https://[email protected]/petebunting/docker-au-eoed-dev.git

Pulling image

docker pull petebunting/au-eoed-dev

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-dev 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:c7b1991c9

Size

2.1 GB

Last updated

over 3 years ago

docker pull petebunting/au-eoed-dev