mapme-initiative / mapme-docker

Docker builds for mapme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.2.0 these are:

  • proj=9.4.0
  • geos=3.12.1
  • gdal=3.9.0

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.

About

Docker builds for mapme

License:GNU General Public License v3.0


Languages

Language:Shell 75.1%Language:Dockerfile 24.9%