Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 611 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 611 Bytes

GRASS GIS docker

GRASS GIS docker matrix

Docker Pulls

Find out included version of GDAL, GEOS, PROJ, PDAL, Python and GRASS GIS using

grass --tmp-location XY --exec g.version -rge \
    && pdal --version \
    && python3 --version

Requirements

  • docker or podman

Installation

To install a docker image, run (replace <tag> with the desired Docker tag from the table above):

docker pull osgeo/grass-gis:<tag>

See also: https://grass.osgeo.org/download/docker/