Skip to content

mapme-initiative/mapme-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.