wm

Wang–Müller line generalization algorithm in PostGIS
Log | Files | Refs | README | LICENSE

Dockerfile (373B) - Raw


      1 FROM debian:bullseye
      2 
      3 RUN apt-get update && \
      4     DEBIAN_FRONTEND=noninteractive apt-get install -y \
      5     texlive-full poppler-utils \
      6     osm2pgsql postgresql-client \
      7     python3-pygments python3-geopandas \
      8     latexmk make \
      9     docker.io
     10 
     11 COPY layer2img.py /tmp/layer2img.py
     12 RUN python3 /tmp/layer2img.py -o /tmp/foo.pdf && \
     13         rm /tmp/layer2img.py /tmp/foo.pdf