Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.23 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.23 KB

mapme-docker

This repository builds docker images with the latest releases of GDAL, PROJ, and GEOS as well as a selection of recent version of R spatial packages.

The docker images are published here:

The images are based on rocker. If you wanted to run R Studio on localhost:8787 run:

docker run --rm -p 8787:8787 -e PASSWORD=supersecret ghcr.io/mapme-initiative/mapme-spatial:latest

To build the docker image locally run:

docker build -f dockerfiles/mapme-spatial.Dockerfile -t mapme-spatial:latest .

Credits

The implementation is based on mdsumner/gdal-builds which is highly recommended if you are interested in bleeding-edge GDAL builds and/or Python tooling.