Skip to content
Snippets Groups Projects

Draft: Switched to imposm.

Closed Felix Delattre requested to merge feature/switch-to-imposm into master
2 files
+ 5
19
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 0
9
@@ -23,17 +23,8 @@ RUN apt update
RUN apt install --no-install-recommends -y \
ca-certificates \
git \
osm2pgsql \
postgresql-client \
python3 \
python3-pip \
pyosmium \
wait-for-it
# Install spearhead
RUN cd /usr/local/lib && git clone https://git.gfz-potsdam.de/dynamicexposure/openbuildingmap/spearhead.git
RUN ln -s /usr/local/lib/spearhead/spearhead /usr/local/bin/spearhead
# Install rabotnik rcli
RUN cd /srv && git clone https://git.gfz-potsdam.de/dynamicexposure/rabotnik/rcli.git
WORKDIR /srv/rcli
Loading