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:
- https://github.com/orgs/mapme-initiative/packages/container/package/mapme-spatial
- https://github.com/orgs/mapme-initiative/packages/container/package/mapme-spatial-dev
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 .
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.