Skip to content

mapme-initiative/mapme-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 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.

For mapme-spatial:1.0 these are:

  • proj=9.4.0
  • geos=3.12.1
  • gdal=3.8.5

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.