jgomezdans / geog_docker

Docker image for Geospatial Python teaching
GNU General Public License v3.0
4 stars 1 forks source link
docker-image environmental-modelling gdal python remote-sensing teaching ucl

GitHub Docker Image Version (latest by date) Read the Docs Docker Image Size (latest by date) Docker Pulls GitHub issues

University College London Department of Geography Base Docker image

This repository contains a basic teaching Docker image using Python via Jupyter notebooks. This repository is designed to be modified and tailored to suit different courses (by virtue of e.g. modifying the installed Python packages).

Design concepts

We assume that:

  1. You want to use a fairly recent version of Python (3.7 is current and well-supported in terms of packages).
  2. We also assume that all packages can be installed either as conda or pip packages.
  3. You have both a Github and a Docker hub account.
  4. Most of the teaching material includes notebooks.
  5. You have nerves of steel, laser-focus and substantial amounts of patience.

Online documentation

You can also peruse the online documentation.