From 87a8ff8af8661495dd722a90696d9811922b8e72 Mon Sep 17 00:00:00 2001 From: ToBeAss Date: Tue, 9 Sep 2025 16:17:53 +0200 Subject: [PATCH 1/2] fix: suggested fix for windows line endings in shell script When the script was copied to the Linux Docker container, the \r characters from Windows line endings were interpreted as literal characters, causing syntax errors like: $'\r': command not found set: -: invalid option syntax error: unexpected end of file The solution was to: Convert the shell script from Windows line endings (\r\n) to Unix line endings (\n) Copy the converted script to the Docker container Make sure the script is executable with chmod +x --- .gitignore | 3 + src/pmtiles/main.ipynb | 5997 ++++++++++++++++++++- src/pmtiles/vector/gdb_to_pmtiles_unix.sh | 34 + 3 files changed, 6005 insertions(+), 29 deletions(-) create mode 100644 .gitignore create mode 100644 src/pmtiles/vector/gdb_to_pmtiles_unix.sh diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..dd498c3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +venv +.venv +__pycache__ diff --git a/src/pmtiles/main.ipynb b/src/pmtiles/main.ipynb index 8b7d85f..0e36b17 100644 --- a/src/pmtiles/main.ipynb +++ b/src/pmtiles/main.ipynb @@ -26,7 +26,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 2, "id": "217cbca0", "metadata": {}, "outputs": [], @@ -95,7 +95,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 3, "id": "36f61a0f", "metadata": {}, "outputs": [], @@ -129,10 +129,18 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 4, "id": "9a935dcb", "metadata": {}, - "outputs": [], + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Directory 'raster/out' created successfully.\n" + ] + } + ], "source": [ "# Oppretter mappe for output\n", "utils.create_dir(\"raster/out\")\n" @@ -140,10 +148,84 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 5, "id": "7b154fab", "metadata": {}, - "outputs": [], + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "\n", + " 0%| | 0/1425 [00:00 line 4.\n", + "#9 30.64 Use of uninitialized value $val in concatenation (.) or string at /usr/share/perl5/Debconf/Format/822.pm line 85, line 4.\n", + "#9 30.68 Setting up autotools-dev (20220109.1) ...\n", + "#9 30.69 Setting up libpcre2-32-0:amd64 (10.42-4ubuntu2.1) ...\n", + "#9 30.70 Setting up libblas3:amd64 (3.12.0-3build1.1) ...\n", + "#9 30.72 update-alternatives: using /usr/lib/x86_64-linux-gnu/blas/libblas.so.3 to provide /usr/lib/x86_64-linux-gnu/libblas.so.3 (libblas.so.3-x86_64-linux-gnu) in auto mode\n", + "#9 30.72 Setting up libpkgconf3:amd64 (1.8.1-2build1) ...\n", + "#9 30.74 Setting up rpcsvc-proto (1.4.2-0ubuntu7) ...\n", + "#9 30.76 Setting up gcc-13-base:amd64 (13.3.0-6ubuntu2~24.04) ...\n", + "#9 30.77 Setting up libx11-data (2:1.8.7-1build1) ...\n", + "#9 30.79 Setting up libmpfr6:amd64 (4.2.1-1build1.1) ...\n", + "#9 30.80 Setting up libnspr4:amd64 (2:4.35-1.1build1) ...\n", + "#9 30.82 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build7) ...\n", + "#9 30.83 Setting up libgeos-dev (3.12.1-3build1) ...\n", + "#9 30.85 Setting up perl-modules-5.38 (5.38.2-3.2ubuntu0.2) ...\n", + "#9 30.87 Setting up libquadmath0:amd64 (14.2.0-4ubuntu2~24.04) ...\n", + "#9 30.89 Setting up fonts-dejavu-mono (2.37-8) ...\n", + "#9 30.93 Setting up libssl-dev:amd64 (3.0.13-0ubuntu3.5) ...\n", + "#9 30.95 Setting up libpng16-16t64:amd64 (1.6.43-5build1) ...\n", + "#9 30.96 Setting up libmpc3:amd64 (1.3.1-1build1.1) ...\n", + "#9 30.98 Setting up libatomic1:amd64 (14.2.0-4ubuntu2~24.04) ...\n", + "#9 31.00 Setting up liblz4-dev:amd64 (1.9.4-1build1.1) ...\n", + "#9 31.01 Setting up fonts-dejavu-core (2.37-8) ...\n", + "#9 31.11 Setting up unixodbc-common (2.3.12-1ubuntu0.24.04.1) ...\n", + "#9 31.14 Setting up libqhullcpp8.0:amd64 (2020.2-6build1) ...\n", + "#9 31.15 Setting up pkgconf-bin (1.8.1-2build1) ...\n", + "#9 31.17 Setting up liblerc-dev:amd64 (4.0.0+ds-4ubuntu2) ...\n", + "#9 31.18 Setting up libk5crypto3:amd64 (1.20.1-6ubuntu2.6) ...\n", + "#9 31.20 Setting up libjpeg-turbo8:amd64 (2.1.5-2ubuntu2) ...\n", + "#9 31.23 Setting up libltdl7:amd64 (2.4.7-7build1) ...\n", + "#9 31.25 Setting up libqhull-dev:amd64 (2020.2-6build1) ...\n", + "#9 31.26 Setting up libsasl2-2:amd64 (2.1.28+dfsg1-5ubuntu3.1) ...\n", + "#9 31.28 Setting up libgfortran5:amd64 (14.2.0-4ubuntu2~24.04) ...\n", + "#9 31.29 Setting up libwebp7:amd64 (1.3.2-0.4build3) ...\n", + "#9 31.31 Setting up liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...\n", + "#9 31.32 Setting up libubsan1:amd64 (14.2.0-4ubuntu2~24.04) ...\n", + "#9 31.34 Setting up libicu74:amd64 (74.2-1ubuntu3.1) ...\n", + "#9 31.36 Setting up libgif7:amd64 (5.2.2-1ubuntu1) ...\n", + "#9 31.37 Setting up libodbc2:amd64 (2.3.12-1ubuntu0.24.04.1) ...\n", + "#9 31.39 Setting up liburiparser1:amd64 (0.9.7+dfsg-2build1) ...\n", + "#9 31.41 Setting up libnuma1:amd64 (2.0.18-1build1) ...\n", + "#9 31.42 Setting up libpcre2-posix3:amd64 (10.42-4ubuntu2.1) ...\n", + "#9 31.44 Setting up libfyba0t64:amd64 (4.1.1-11build1) ...\n", + "#9 31.46 Setting up librttopo1:amd64 (1.1.0-3build2) ...\n", + "#9 31.47 Setting up libdav1d7:amd64 (1.4.1-1build1) ...\n", + "#9 31.49 Setting up libminizip1t64:amd64 (1:1.3.dfsg-3.1ubuntu2.1) ...\n", + "#9 31.50 Setting up libgif-dev:amd64 (5.2.2-1ubuntu1) ...\n", + "#9 31.52 Setting up libhwasan0:amd64 (14.2.0-4ubuntu2~24.04) ...\n", + "#9 31.54 Setting up libcrypt-dev:amd64 (1:4.4.36-4build1) ...\n", + "#9 31.56 Setting up libasan8:amd64 (14.2.0-4ubuntu2~24.04) ...\n", + "#9 31.58 Setting up libblosc1:amd64 (1.21.5+ds-1build1) ...\n", + "#9 31.59 Setting up libopenjp2-7:amd64 (2.5.0-2ubuntu0.3) ...\n", + "#9 31.61 Setting up netbase (6.4) ...\n", + "#9 31.65 Setting up libkrb5-3:amd64 (1.20.1-6ubuntu2.6) ...\n", + "#9 31.67 Setting up libperl5.38t64:amd64 (5.38.2-3.2ubuntu0.2) ...\n", + "#9 31.68 Setting up libtsan2:amd64 (14.2.0-4ubuntu2~24.04) ...\n", + "#9 31.70 Setting up libbinutils:amd64 (2.42-4ubuntu2.5) ...\n", + "#9 31.72 Setting up libisl23:amd64 (0.26-3build1.1) ...\n", + "#9 31.73 Setting up libde265-0:amd64 (1.0.15-1build3) ...\n", + "#9 31.75 Setting up libsharpyuv-dev:amd64 (1.3.2-0.4build3) ...\n", + "#9 31.76 Setting up libc-dev-bin (2.39-0ubuntu8.5) ...\n", + "#9 31.78 Setting up libkmlbase1t64:amd64 (1.3.0-12build1) ...\n", + "#9 31.79 Setting up openssl (3.0.13-0ubuntu3.5) ...\n", + "#9 31.81 Setting up libwebpmux3:amd64 (1.3.2-0.4build3) ...\n", + "#9 31.83 Setting up libbsd0:amd64 (0.12.1-1build1.1) ...\n", + "#9 31.84 Setting up libdeflate-dev:amd64 (1.19-1build1.1) ...\n", + "#9 31.86 Setting up libjson-c5:amd64 (0.17-1build1) ...\n", + "#9 31.87 Setting up readline-common (8.2-4build1) ...\n", + "#9 31.89 Setting up publicsuffix (20231001.0357-0.1) ...\n", + "#9 31.91 Setting up libxml2:amd64 (2.9.14+dfsg-1.3ubuntu3.4) ...\n", + "#9 31.92 Setting up libcfitsio-doc (4.3.1-1.1build2) ...\n", + "#9 31.94 Setting up libcc1-0:amd64 (14.2.0-4ubuntu2~24.04) ...\n", + "#9 31.96 Setting up libldap2:amd64 (2.6.7+dfsg-1~exp1ubuntu8.2) ...\n", + "#9 31.98 Setting up liblsan0:amd64 (14.2.0-4ubuntu2~24.04) ...\n", + "#9 31.99 Setting up libblas-dev:amd64 (3.12.0-3build1.1) ...\n", + "#9 32.00 update-alternatives: using /usr/lib/x86_64-linux-gnu/blas/libblas.so to provide /usr/lib/x86_64-linux-gnu/libblas.so (libblas.so-x86_64-linux-gnu) in auto mode\n", + "#9 32.01 Setting up libsz2:amd64 (1.1.2-1build1) ...\n", + "#9 32.03 Setting up libitm1:amd64 (14.2.0-4ubuntu2~24.04) ...\n", + "#9 32.04 Setting up libodbccr2:amd64 (2.3.12-1ubuntu0.24.04.1) ...\n", + "#9 32.06 Setting up gdal-plugins:amd64 (3.8.4+dfsg-3ubuntu3) ...\n", + "#9 32.07 Setting up libctf0:amd64 (2.42-4ubuntu2.5) ...\n", + "#9 32.09 Setting up libjpeg8:amd64 (8c-2ubuntu11) ...\n", + "#9 32.10 Setting up librttopo-dev:amd64 (1.1.0-3build2) ...\n", + "#9 32.12 Setting up manpages-dev (6.7-2) ...\n", + "#9 32.13 Setting up libodbcinst2:amd64 (2.3.12-1ubuntu0.24.04.1) ...\n", + "#9 32.15 Setting up libxdmcp6:amd64 (1:1.1.3-0ubuntu6) ...\n", + "#9 32.16 Setting up liblapack3:amd64 (3.12.0-3build1.1) ...\n", + "#9 32.18 update-alternatives: using /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3 to provide /usr/lib/x86_64-linux-gnu/liblapack.so.3 (liblapack.so.3-x86_64-linux-gnu) in auto mode\n", + "#9 32.18 Setting up libkmlxsd1t64:amd64 (1.3.0-12build1) ...\n", + "#9 32.20 Setting up libxcb1:amd64 (1.15-1ubuntu2) ...\n", + "#9 32.22 Setting up libarpack2t64:amd64 (3.9.1-1.1build2) ...\n", + "#9 32.24 Setting up libpng-tools (1.6.43-5build1) ...\n", + "#9 32.25 Setting up libblosc-dev:amd64 (1.21.5+ds-1build1) ...\n", + "#9 32.26 Setting up cpp-13-x86-64-linux-gnu (13.3.0-6ubuntu2~24.04) ...\n", + "#9 32.28 Setting up fontconfig-config (2.15.0-1.1ubuntu2) ...\n", + "#9 32.42 Setting up libjson-c-dev:amd64 (0.17-1build1) ...\n", + "#9 32.47 Setting up libfyba-dev:amd64 (4.1.1-11build1) ...\n", + "#9 32.50 Setting up libwebpdemux2:amd64 (1.3.2-0.4build3) ...\n", + "#9 32.51 Setting up libaec-dev:amd64 (1.1.2-1build1) ...\n", + "#9 32.53 Setting up libjbig-dev:amd64 (2.1-6.1ubuntu2) ...\n", + "#9 32.54 Setting up libnss3:amd64 (2:3.98-1build1) ...\n", + "#9 32.56 Setting up libsuperlu6:amd64 (6.0.1+dfsg1-1build1) ...\n", + "#9 32.57 Setting up pkgconf:amd64 (1.8.1-2build1) ...\n", + "#9 32.58 Setting up liburiparser-dev (0.9.7+dfsg-2build1) ...\n", + "#9 32.60 Setting up libkmldom1t64:amd64 (1.3.0-12build1) ...\n", + "#9 32.61 Setting up libminizip-dev:amd64 (1:1.3.dfsg-3.1ubuntu2.1) ...\n", + "#9 32.63 Setting up ca-certificates (20240203) ...\n", + "#9 32.68 debconf: unable to initialize frontend: Dialog\n", + "#9 32.68 debconf: (TERM is not set, so the dialog frontend is not usable.)\n", + "#9 32.68 debconf: falling back to frontend: Readline\n", + "#9 32.69 debconf: unable to initialize frontend: Readline\n", + "#9 32.69 debconf: (This frontend requires a controlling tty.)\n", + "#9 32.69 debconf: falling back to frontend: Teletype\n", + "#9 32.99 Updating certificates in /etc/ssl/certs...\n", + "#9 33.41 146 added, 0 removed; done.\n", + "#9 33.48 Setting up perl (5.38.2-3.2ubuntu0.2) ...\n", + "#9 33.52 Setting up libgprofng0:amd64 (2.42-4ubuntu2.5) ...\n", + "#9 33.54 Setting up libwebp-dev:amd64 (1.3.2-0.4build3) ...\n", + "#9 33.55 Setting up libfreetype6:amd64 (2.13.2+dfsg-1build3) ...\n", + "#9 33.57 Setting up libde265-dev:amd64 (1.0.15-1build3) ...\n", + "#9 33.60 Setting up libopenjp2-7-dev:amd64 (2.5.0-2ubuntu0.3) ...\n", + "#9 33.61 Setting up libdav1d-dev:amd64 (1.4.1-1build1) ...\n", + "#9 33.63 Setting up liblapack-dev:amd64 (3.12.0-3build1.1) ...\n", + "#9 33.64 update-alternatives: using /usr/lib/x86_64-linux-gnu/lapack/liblapack.so to provide /usr/lib/x86_64-linux-gnu/liblapack.so (liblapack.so-x86_64-linux-gnu) in auto mode\n", + "#9 33.65 Setting up libgssapi-krb5-2:amd64 (1.20.1-6ubuntu2.6) ...\n", + "#9 33.67 Setting up icu-devtools (74.2-1ubuntu3.1) ...\n", + "#9 33.68 Setting up libssh-4:amd64 (0.10.6-2ubuntu0.1) ...\n", + "#9 33.70 Setting up autoconf (2.71-3) ...\n", + "#9 33.72 Setting up libx265-199:amd64 (3.5-2build1) ...\n", + "#9 33.73 Setting up libreadline8t64:amd64 (8.2-4build1) ...\n", + "#9 33.75 Setting up libfreexl1:amd64 (2.0.0-1build2) ...\n", + "#9 33.76 Setting up libgcc-13-dev:amd64 (13.3.0-6ubuntu2~24.04) ...\n", + "#9 33.78 Setting up libtiff6:amd64 (4.5.1+git230720-4ubuntu2.3) ...\n", + "#9 33.79 Setting up libc6-dev:amd64 (2.39-0ubuntu8.5) ...\n", + "#9 33.81 Setting up libx11-6:amd64 (2:1.8.7-1build1) ...\n", + "#9 33.82 Setting up libfontconfig1:amd64 (2.15.0-1.1ubuntu2) ...\n", + "#9 33.83 Setting up libsuperlu-dev:amd64 (6.0.1+dfsg1-1build1) ...\n", + "#9 33.85 Setting up libtiffxx6:amd64 (4.5.1+git230720-4ubuntu2.3) ...\n", + "#9 33.86 Setting up libicu-dev:amd64 (74.2-1ubuntu3.1) ...\n", + "#9 33.88 Setting up unixodbc-dev:amd64 (2.3.12-1ubuntu0.24.04.1) ...\n", + "#9 33.89 Setting up libarmadillo12 (1:12.6.7+dfsg-1build2) ...\n", + "#9 33.90 Setting up libstdc++-13-dev:amd64 (13.3.0-6ubuntu2~24.04) ...\n", + "#9 33.92 Setting up binutils-x86-64-linux-gnu (2.42-4ubuntu2.5) ...\n", + "#9 33.94 Setting up cpp-x86-64-linux-gnu (4:13.2.0-7ubuntu1) ...\n", + "#9 33.95 Setting up automake (1:1.16.5-1.3ubuntu1) ...\n", + "#9 33.96 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode\n", + "#9 33.96 update-alternatives: warning: skip creation of /usr/share/man/man1/automake.1.gz because associated file /usr/share/man/man1/automake-1.16.1.gz (of link group automake) doesn't exist\n", + "#9 33.96 update-alternatives: warning: skip creation of /usr/share/man/man1/aclocal.1.gz because associated file /usr/share/man/man1/aclocal-1.16.1.gz (of link group automake) doesn't exist\n", + "#9 33.97 Setting up libjpeg-turbo8-dev:amd64 (2.1.5-2ubuntu2) ...\n", + "#9 33.98 Setting up libboost1.83-dev:amd64 (1.83.0-2.1ubuntu3.1) ...\n", + "#9 34.00 Setting up libarpack2-dev:amd64 (3.9.1-1.1build2) ...\n", + "#9 34.01 Setting up libpython3.12-stdlib:amd64 (3.12.3-1ubuntu0.8) ...\n", + "#9 34.03 Setting up libxpm4:amd64 (1:3.5.17-1build2) ...\n", + "#9 34.04 Setting up libpcre2-dev:amd64 (10.42-4ubuntu2.1) ...\n", + "#9 34.05 Setting up cpp-13 (13.3.0-6ubuntu2~24.04) ...\n", + "#9 34.07 Setting up libcurl4t64:amd64 (8.5.0-2ubuntu10.6) ...\n", + "#9 34.08 Setting up libtirpc3t64:amd64 (1.3.4+ds-1.1build1) ...\n", + "#9 34.10 Setting up libogdi4.1:amd64 (4.1.1+ds-3build1) ...\n", + "#9 34.11 Setting up gcc-13-x86-64-linux-gnu (13.3.0-6ubuntu2~24.04) ...\n", + "#9 34.13 Setting up python3.12 (3.12.3-1ubuntu0.8) ...\n", + "#9 34.66 Setting up libpq5:amd64 (16.10-0ubuntu0.24.04.1) ...\n", + "#9 34.67 Setting up libcurl3t64-gnutls:amd64 (8.5.0-2ubuntu10.6) ...\n", + "#9 34.69 Setting up libpq-dev (16.10-0ubuntu0.24.04.1) ...\n", + "#9 34.71 Setting up binutils (2.42-4ubuntu2.5) ...\n", + "#9 34.73 Setting up libkmlengine1t64:amd64 (1.3.0-12build1) ...\n", + "#9 34.75 Setting up libxerces-c3.2t64:amd64 (3.2.4+debian-1.2ubuntu2) ...\n", + "#9 34.76 Setting up libltdl-dev:amd64 (2.4.7-7build1) ...\n", + "#9 34.78 Setting up libxml2-dev:amd64 (2.9.14+dfsg-1.3ubuntu3.4) ...\n", + "#9 34.80 Setting up libtirpc-dev:amd64 (1.3.4+ds-1.1build1) ...\n", + "#9 34.81 Setting up libcfitsio10t64:amd64 (4.3.1-1.1build2) ...\n", + "#9 34.82 Setting up libexpat1-dev:amd64 (2.6.1-2ubuntu0.3) ...\n", + "#9 34.84 Setting up libsqlite3-dev:amd64 (3.45.1-1ubuntu2.4) ...\n", + "#9 34.86 Setting up libcurl4-openssl-dev:amd64 (8.5.0-2ubuntu10.6) ...\n", + "#9 34.87 Setting up libxerces-c-dev:amd64 (3.2.4+debian-1.2ubuntu2) ...\n", + "#9 34.89 Setting up libx265-dev:amd64 (3.5-2build1) ...\n", + "#9 34.91 Setting up gcc-13 (13.3.0-6ubuntu2~24.04) ...\n", + "#9 34.93 Setting up libhdf4-0-alt:amd64 (4.2.16-4build1) ...\n", + "#9 34.94 Setting up zlib1g-dev:amd64 (1:1.3.dfsg-3.1ubuntu2.1) ...\n", + "#9 34.96 Setting up cpp (4:13.2.0-7ubuntu1) ...\n", + "#9 34.99 Setting up libboost-dev:amd64 (1.83.0.1ubuntu2) ...\n", + "#9 35.00 Setting up libkmlconvenience1t64:amd64 (1.3.0-12build1) ...\n", + "#9 35.02 Setting up libjpeg8-dev:amd64 (8c-2ubuntu11) ...\n", + "#9 35.04 Setting up libhdf5-103-1t64:amd64 (1.10.10+repack-3.1ubuntu4) ...\n", + "#9 35.05 Setting up libogdi-dev (4.1.1+ds-3build1) ...\n", + "#9 35.08 Setting up libmysqlclient-dev (8.0.43-0ubuntu0.24.04.1) ...\n", + "#9 35.09 Setting up libpython3-stdlib:amd64 (3.12.3-0ubuntu2) ...\n", + "#9 35.11 Setting up default-libmysqlclient-dev:amd64 (1.1.0build1) ...\n", + "#9 35.12 Setting up libhdf5-hl-100t64:amd64 (1.10.10+repack-3.1ubuntu4) ...\n", + "#9 35.14 Setting up libnetcdf19t64:amd64 (1:4.9.2-5ubuntu4) ...\n", + "#9 35.16 Setting up libcfitsio-dev:amd64 (4.3.1-1.1build2) ...\n", + "#9 35.17 Setting up libkmlregionator1t64:amd64 (1.3.0-12build1) ...\n", + "#9 35.19 Setting up gcc-x86-64-linux-gnu (4:13.2.0-7ubuntu1) ...\n", + "#9 35.21 Setting up libproj25:amd64 (9.4.0-1build2) ...\n", + "#9 35.22 Setting up libtool (2.4.7-7build1) ...\n", + "#9 35.24 Setting up libpoppler134:amd64 (24.02.0-1ubuntu9.6) ...\n", + "#9 35.26 Setting up libfreexl-dev:amd64 (2.0.0-1build2) ...\n", + "#9 35.27 Setting up libhdf5-cpp-103-1t64:amd64 (1.10.10+repack-3.1ubuntu4) ...\n", + "#9 35.29 Setting up libpng-dev:amd64 (1.6.43-5build1) ...\n", + "#9 35.31 Setting up libjpeg-dev:amd64 (8c-2ubuntu11) ...\n", + "#9 35.32 Setting up proj-bin (9.4.0-1build2) ...\n", + "#9 35.34 Setting up libhdf5-fortran-102t64:amd64 (1.10.10+repack-3.1ubuntu4) ...\n", + "#9 35.36 Setting up python3 (3.12.3-0ubuntu2) ...\n", + "#9 35.38 running python rtupdate hooks for python3.12...\n", + "#9 35.38 running python post-rtupdate hooks for python3.12...\n", + "#9 35.45 Setting up gcc (4:13.2.0-7ubuntu1) ...\n", + "#9 35.52 Setting up libgeotiff5:amd64 (1.7.1-5build1) ...\n", + "#9 35.54 Setting up libtiff-dev:amd64 (4.5.1+git230720-4ubuntu2.3) ...\n", + "#9 35.56 Setting up libproj-dev:amd64 (9.4.0-1build2) ...\n", + "#9 35.58 Setting up libhdf5-hl-cpp-100t64:amd64 (1.10.10+repack-3.1ubuntu4) ...\n", + "#9 35.61 Setting up libspatialite8t64:amd64 (5.1.0-3build1) ...\n", + "#9 35.62 Setting up python3-pkg-resources (68.1.2-2ubuntu1.2) ...\n", + "#9 35.77 Setting up libpoppler-dev:amd64 (24.02.0-1ubuntu9.6) ...\n", + "#9 35.78 Setting up libkml-dev:amd64 (1.3.0-12build1) ...\n", + "#9 35.80 Setting up libgeotiff-dev:amd64 (1.7.1-5build1) ...\n", + "#9 35.82 Setting up libpoppler-private-dev:amd64 (24.02.0-1ubuntu9.6) ...\n", + "#9 35.84 Setting up libhdf5-hl-fortran-100t64:amd64 (1.10.10+repack-3.1ubuntu4) ...\n", + "#9 35.85 Setting up libhdf5-dev (1.10.10+repack-3.1ubuntu4) ...\n", + "#9 35.87 update-alternatives: using /usr/lib/x86_64-linux-gnu/pkgconfig/hdf5-serial.pc to provide /usr/lib/x86_64-linux-gnu/pkgconfig/hdf5.pc (hdf5.pc) in auto mode\n", + "#9 35.88 Setting up libnetcdf-dev (1:4.9.2-5ubuntu4) ...\n", + "#9 35.89 Setting up libspatialite-dev:amd64 (5.1.0-3build1) ...\n", + "#9 35.91 Setting up python3-numpy (1:1.26.4+ds-6ubuntu1) ...\n", + "#9 36.91 Setting up libarmadillo-dev (1:12.6.7+dfsg-1build2) ...\n", + "#9 36.93 Setting up libhdf4-alt-dev (4.2.16-4build1) ...\n", + "#9 36.94 Setting up libheif-plugin-aomdec:amd64 (1.17.6-1ubuntu4.1) ...\n", + "#9 36.96 Setting up libheif-plugin-libde265:amd64 (1.17.6-1ubuntu4.1) ...\n", + "#9 36.98 Setting up libheif1:amd64 (1.17.6-1ubuntu4.1) ...\n", + "#9 36.99 Setting up libheif-dev:amd64 (1.17.6-1ubuntu4.1) ...\n", + "#9 37.01 Setting up libgdal34t64:amd64 (3.8.4+dfsg-3ubuntu3) ...\n", + "#9 37.03 Setting up libgd3:amd64 (2.3.3-9ubuntu5) ...\n", + "#9 37.06 Setting up libgdal-dev (3.8.4+dfsg-3ubuntu3) ...\n", + "#9 37.08 Setting up python3-gdal (3.8.4+dfsg-3ubuntu3) ...\n", + "#9 37.31 Setting up libc-devtools (2.39-0ubuntu8.5) ...\n", + "#9 37.33 Setting up libheif-plugin-aomenc:amd64 (1.17.6-1ubuntu4.1) ...\n", + "#9 37.35 Setting up gdal-bin (3.8.4+dfsg-3ubuntu3) ...\n", + "#9 37.42 Processing triggers for libc-bin (2.39-0ubuntu8.5) ...\n", + "#9 37.44 Processing triggers for ca-certificates (20240203) ...\n", + "#9 37.45 Updating certificates in /etc/ssl/certs...\n", + "#9 37.79 0 added, 0 removed; done.\n", + "#9 37.79 Running hooks in /etc/ca-certificates/update.d...\n", + "#9 37.79 done.\n", + "#9 DONE 38.2s\n", + "\n", + "#10 [ 5/19] RUN apt-get install git make build-essential libsqlite3-dev zlib1g-dev -y\n", + "#10 0.336 Reading package lists...\n", + "#10 0.880 Building dependency tree...\n", + "#10 1.028 Reading state information...\n", + "#10 1.157 libsqlite3-dev is already the newest version (3.45.1-1ubuntu2.4).\n", + "#10 1.157 libsqlite3-dev set to manually installed.\n", + "#10 1.157 zlib1g-dev is already the newest version (1:1.3.dfsg-3.1ubuntu2.1).\n", + "#10 1.157 zlib1g-dev set to manually installed.\n", + "#10 1.157 The following additional packages will be installed:\n", + "#10 1.157 adduser bzip2 dirmngr dpkg-dev fakeroot g++ g++-13 g++-13-x86-64-linux-gnu\n", + "#10 1.157 g++-x86-64-linux-gnu git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent\n", + "#10 1.157 gpg-wks-client gpgconf gpgsm keyboxd less libalgorithm-diff-perl\n", + "#10 1.158 libalgorithm-diff-xs-perl libalgorithm-merge-perl libcbor0.10 libdpkg-perl\n", + "#10 1.158 libedit2 liberror-perl libfakeroot libfido2-1 libfile-fcntllock-perl\n", + "#10 1.159 libksba8 liblocale-gettext-perl libxext6 libxmuu1 lto-disabled-list\n", + "#10 1.159 openssh-client patch pinentry-curses xauth xz-utils\n", + "#10 1.160 Suggested packages:\n", + "#10 1.160 cron quota ecryptfs-utils bzip2-doc dbus-user-session libpam-systemd\n", + "#10 1.160 pinentry-gnome3 tor debian-keyring g++-multilib g++-13-multilib gcc-13-doc\n", + "#10 1.160 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-email git-gui\n", + "#10 1.160 gitk gitweb git-cvs git-mediawiki git-svn parcimonie xloadimage\n", + "#10 1.160 gpg-wks-server scdaemon bzr make-doc keychain libpam-ssh monkeysphere\n", + "#10 1.160 ssh-askpass ed diffutils-doc pinentry-doc\n", + "#10 1.194 The following NEW packages will be installed:\n", + "#10 1.194 adduser build-essential bzip2 dirmngr dpkg-dev fakeroot g++ g++-13\n", + "#10 1.194 g++-13-x86-64-linux-gnu g++-x86-64-linux-gnu git git-man gnupg gnupg-l10n\n", + "#10 1.194 gnupg-utils gpg gpg-agent gpg-wks-client gpgconf gpgsm keyboxd less\n", + "#10 1.194 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n", + "#10 1.194 libcbor0.10 libdpkg-perl libedit2 liberror-perl libfakeroot libfido2-1\n", + "#10 1.195 libfile-fcntllock-perl libksba8 liblocale-gettext-perl libxext6 libxmuu1\n", + "#10 1.195 lto-disabled-list make openssh-client patch pinentry-curses xauth xz-utils\n", + "#10 1.394 0 upgraded, 43 newly installed, 0 to remove and 0 not upgraded.\n", + "#10 1.394 Need to get 22.9 MB of archives.\n", + "#10 1.394 After this operation, 75.4 MB of additional disk space will be used.\n", + "#10 1.394 Get:1 http://archive.ubuntu.com/ubuntu noble/main amd64 liblocale-gettext-perl amd64 1.07-6ubuntu5 [15.8 kB]\n", + "#10 1.540 Get:2 http://archive.ubuntu.com/ubuntu noble/main amd64 adduser all 3.137ubuntu1 [101 kB]\n", + "#10 1.618 Get:3 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 less amd64 590-2ubuntu2.1 [142 kB]\n", + "#10 1.662 Get:4 http://archive.ubuntu.com/ubuntu noble/main amd64 libcbor0.10 amd64 0.10.2-1.2ubuntu2 [25.8 kB]\n", + "#10 1.668 Get:5 http://archive.ubuntu.com/ubuntu noble/main amd64 libedit2 amd64 3.1-20230828-1build1 [97.6 kB]\n", + "#10 1.689 Get:6 http://archive.ubuntu.com/ubuntu noble/main amd64 libfido2-1 amd64 1.14.0-1build3 [83.5 kB]\n", + "#10 1.698 Get:7 http://archive.ubuntu.com/ubuntu noble/main amd64 libxext6 amd64 2:1.3.4-1build2 [30.4 kB]\n", + "#10 1.701 Get:8 http://archive.ubuntu.com/ubuntu noble/main amd64 libxmuu1 amd64 2:1.1.3-3build2 [8958 B]\n", + "#10 1.701 Get:9 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 openssh-client amd64 1:9.6p1-3ubuntu13.14 [906 kB]\n", + "#10 1.764 Get:10 http://archive.ubuntu.com/ubuntu noble/main amd64 xauth amd64 1:1.1.2-1build1 [25.6 kB]\n", + "#10 1.764 Get:11 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 xz-utils amd64 5.6.1+really5.4.5-1ubuntu0.2 [267 kB]\n", + "#10 1.775 Get:12 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 g++-13-x86-64-linux-gnu amd64 13.3.0-6ubuntu2~24.04 [12.2 MB]\n", + "#10 2.203 Get:13 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 g++-13 amd64 13.3.0-6ubuntu2~24.04 [16.1 kB]\n", + "#10 2.203 Get:14 http://archive.ubuntu.com/ubuntu noble/main amd64 g++-x86-64-linux-gnu amd64 4:13.2.0-7ubuntu1 [964 B]\n", + "#10 2.203 Get:15 http://archive.ubuntu.com/ubuntu noble/main amd64 g++ amd64 4:13.2.0-7ubuntu1 [1100 B]\n", + "#10 2.204 Get:16 http://archive.ubuntu.com/ubuntu noble/main amd64 make amd64 4.3-4.1build2 [180 kB]\n", + "#10 2.209 Get:17 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libdpkg-perl all 1.22.6ubuntu6.1 [269 kB]\n", + "#10 2.217 Get:18 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 bzip2 amd64 1.0.8-5.1build0.1 [34.5 kB]\n", + "#10 2.218 Get:19 http://archive.ubuntu.com/ubuntu noble/main amd64 patch amd64 2.7.6-7build3 [104 kB]\n", + "#10 2.220 Get:20 http://archive.ubuntu.com/ubuntu noble/main amd64 lto-disabled-list all 47 [12.4 kB]\n", + "#10 2.221 Get:21 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 dpkg-dev all 1.22.6ubuntu6.1 [1074 kB]\n", + "#10 2.257 Get:22 http://archive.ubuntu.com/ubuntu noble/main amd64 build-essential amd64 12.10ubuntu1 [4928 B]\n", + "#10 2.258 Get:23 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 gpgconf amd64 2.4.4-2ubuntu17.3 [104 kB]\n", + "#10 2.262 Get:24 http://archive.ubuntu.com/ubuntu noble/main amd64 libksba8 amd64 1.6.6-1build1 [122 kB]\n", + "#10 2.266 Get:25 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 dirmngr amd64 2.4.4-2ubuntu17.3 [323 kB]\n", + "#10 2.281 Get:26 http://archive.ubuntu.com/ubuntu noble/main amd64 libfakeroot amd64 1.33-1 [32.4 kB]\n", + "#10 2.282 Get:27 http://archive.ubuntu.com/ubuntu noble/main amd64 fakeroot amd64 1.33-1 [67.2 kB]\n", + "#10 2.283 Get:28 http://archive.ubuntu.com/ubuntu noble/main amd64 liberror-perl all 0.17029-2 [25.6 kB]\n", + "#10 2.285 Get:29 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 git-man all 1:2.43.0-1ubuntu7.3 [1100 kB]\n", + "#10 2.328 Get:30 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 git amd64 1:2.43.0-1ubuntu7.3 [3680 kB]\n", + "#10 2.486 Get:31 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 gnupg-utils amd64 2.4.4-2ubuntu17.3 [109 kB]\n", + "#10 2.489 Get:32 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 gpg amd64 2.4.4-2ubuntu17.3 [565 kB]\n", + "#10 2.505 Get:33 http://archive.ubuntu.com/ubuntu noble/main amd64 pinentry-curses amd64 1.2.1-3ubuntu5 [35.2 kB]\n", + "#10 2.506 Get:34 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 gpg-agent amd64 2.4.4-2ubuntu17.3 [227 kB]\n", + "#10 2.517 Get:35 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 gpgsm amd64 2.4.4-2ubuntu17.3 [232 kB]\n", + "#10 2.526 Get:36 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 keyboxd amd64 2.4.4-2ubuntu17.3 [78.3 kB]\n", + "#10 2.527 Get:37 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 gnupg all 2.4.4-2ubuntu17.3 [359 kB]\n", + "#10 2.537 Get:38 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 gnupg-l10n all 2.4.4-2ubuntu17.3 [66.4 kB]\n", + "#10 2.539 Get:39 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 gpg-wks-client amd64 2.4.4-2ubuntu17.3 [70.9 kB]\n", + "#10 2.542 Get:40 http://archive.ubuntu.com/ubuntu noble/main amd64 libalgorithm-diff-perl all 1.201-1 [41.8 kB]\n", + "#10 2.543 Get:41 http://archive.ubuntu.com/ubuntu noble/main amd64 libalgorithm-diff-xs-perl amd64 0.04-8build3 [11.2 kB]\n", + "#10 2.543 Get:42 http://archive.ubuntu.com/ubuntu noble/main amd64 libalgorithm-merge-perl all 0.08-5 [11.4 kB]\n", + "#10 2.544 Get:43 http://archive.ubuntu.com/ubuntu noble/main amd64 libfile-fcntllock-perl amd64 0.22-4ubuntu5 [30.7 kB]\n", + "#10 2.642 debconf: delaying package configuration, since apt-utils is not installed\n", + "#10 2.666 Fetched 22.9 MB in 1s (17.0 MB/s)\n", + "#10 2.686 Selecting previously unselected package liblocale-gettext-perl.\n", + "#10 2.686 (Reading database ... \n", + "(Reading database ... 5%\n", + "(Reading database ... 10%\n", + "(Reading database ... 15%\n", + "(Reading database ... 20%\n", + "(Reading database ... 25%\n", + "(Reading database ... 30%\n", + "(Reading database ... 35%\n", + "(Reading database ... 40%\n", + "(Reading database ... 45%\n", + "(Reading database ... 50%\n", + "(Reading database ... 55%\n", + "(Reading database ... 60%\n", + "(Reading database ... 65%\n", + "(Reading database ... 70%\n", + "(Reading database ... 75%\n", + "(Reading database ... 80%\n", + "(Reading database ... 85%\n", + "(Reading database ... 90%\n", + "(Reading database ... 95%\n", + "(Reading database ... 100%\n", + "(Reading database ... 38309 files and directories currently installed.)\n", + "#10 2.697 Preparing to unpack .../liblocale-gettext-perl_1.07-6ubuntu5_amd64.deb ...\n", + "#10 2.704 Unpacking liblocale-gettext-perl (1.07-6ubuntu5) ...\n", + "#10 2.742 Selecting previously unselected package adduser.\n", + "#10 2.743 Preparing to unpack .../adduser_3.137ubuntu1_all.deb ...\n", + "#10 2.749 Unpacking adduser (3.137ubuntu1) ...\n", + "#10 2.790 Setting up adduser (3.137ubuntu1) ...\n", + "#10 2.845 Selecting previously unselected package less.\n", + "#10 2.845 (Reading database ... \n", + "(Reading database ... 5%\n", + "(Reading database ... 10%\n", + "(Reading database ... 15%\n", + "(Reading database ... 20%\n", + "(Reading database ... 25%\n", + "(Reading database ... 30%\n", + "(Reading database ... 35%\n", + "(Reading database ... 40%\n", + "(Reading database ... 45%\n", + "(Reading database ... 50%\n", + "(Reading database ... 55%\n", + "(Reading database ... 60%\n", + "(Reading database ... 65%\n", + "(Reading database ... 70%\n", + "(Reading database ... 75%\n", + "(Reading database ... 80%\n", + "(Reading database ... 85%\n", + "(Reading database ... 90%\n", + "(Reading database ... 95%\n", + "(Reading database ... 100%\n", + "(Reading database ... 38371 files and directories currently installed.)\n", + "#10 2.863 Preparing to unpack .../00-less_590-2ubuntu2.1_amd64.deb ...\n", + "#10 2.872 Unpacking less (590-2ubuntu2.1) ...\n", + "#10 2.920 Selecting previously unselected package libcbor0.10:amd64.\n", + "#10 2.922 Preparing to unpack .../01-libcbor0.10_0.10.2-1.2ubuntu2_amd64.deb ...\n", + "#10 2.931 Unpacking libcbor0.10:amd64 (0.10.2-1.2ubuntu2) ...\n", + "#10 2.965 Selecting previously unselected package libedit2:amd64.\n", + "#10 2.967 Preparing to unpack .../02-libedit2_3.1-20230828-1build1_amd64.deb ...\n", + "#10 2.971 Unpacking libedit2:amd64 (3.1-20230828-1build1) ...\n", + "#10 3.011 Selecting previously unselected package libfido2-1:amd64.\n", + "#10 3.015 Preparing to unpack .../03-libfido2-1_1.14.0-1build3_amd64.deb ...\n", + "#10 3.021 Unpacking libfido2-1:amd64 (1.14.0-1build3) ...\n", + "#10 3.062 Selecting previously unselected package libxext6:amd64.\n", + "#10 3.064 Preparing to unpack .../04-libxext6_2%3a1.3.4-1build2_amd64.deb ...\n", + "#10 3.069 Unpacking libxext6:amd64 (2:1.3.4-1build2) ...\n", + "#10 3.109 Selecting previously unselected package libxmuu1:amd64.\n", + "#10 3.112 Preparing to unpack .../05-libxmuu1_2%3a1.1.3-3build2_amd64.deb ...\n", + "#10 3.120 Unpacking libxmuu1:amd64 (2:1.1.3-3build2) ...\n", + "#10 3.173 Selecting previously unselected package openssh-client.\n", + "#10 3.175 Preparing to unpack .../06-openssh-client_1%3a9.6p1-3ubuntu13.14_amd64.deb ...\n", + "#10 3.186 Unpacking openssh-client (1:9.6p1-3ubuntu13.14) ...\n", + "#10 3.260 Selecting previously unselected package xauth.\n", + "#10 3.262 Preparing to unpack .../07-xauth_1%3a1.1.2-1build1_amd64.deb ...\n", + "#10 3.268 Unpacking xauth (1:1.1.2-1build1) ...\n", + "#10 3.315 Selecting previously unselected package xz-utils.\n", + "#10 3.318 Preparing to unpack .../08-xz-utils_5.6.1+really5.4.5-1ubuntu0.2_amd64.deb ...\n", + "#10 3.324 Unpacking xz-utils (5.6.1+really5.4.5-1ubuntu0.2) ...\n", + "#10 3.371 Selecting previously unselected package g++-13-x86-64-linux-gnu.\n", + "#10 3.374 Preparing to unpack .../09-g++-13-x86-64-linux-gnu_13.3.0-6ubuntu2~24.04_amd64.deb ...\n", + "#10 3.380 Unpacking g++-13-x86-64-linux-gnu (13.3.0-6ubuntu2~24.04) ...\n", + "#10 3.585 Selecting previously unselected package g++-13.\n", + "#10 3.588 Preparing to unpack .../10-g++-13_13.3.0-6ubuntu2~24.04_amd64.deb ...\n", + "#10 3.597 Unpacking g++-13 (13.3.0-6ubuntu2~24.04) ...\n", + "#10 3.634 Selecting previously unselected package g++-x86-64-linux-gnu.\n", + "#10 3.636 Preparing to unpack .../11-g++-x86-64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...\n", + "#10 3.642 Unpacking g++-x86-64-linux-gnu (4:13.2.0-7ubuntu1) ...\n", + "#10 3.684 Selecting previously unselected package g++.\n", + "#10 3.687 Preparing to unpack .../12-g++_4%3a13.2.0-7ubuntu1_amd64.deb ...\n", + "#10 3.693 Unpacking g++ (4:13.2.0-7ubuntu1) ...\n", + "#10 3.723 Selecting previously unselected package make.\n", + "#10 3.724 Preparing to unpack .../13-make_4.3-4.1build2_amd64.deb ...\n", + "#10 3.729 Unpacking make (4.3-4.1build2) ...\n", + "#10 3.765 Selecting previously unselected package libdpkg-perl.\n", + "#10 3.768 Preparing to unpack .../14-libdpkg-perl_1.22.6ubuntu6.1_all.deb ...\n", + "#10 3.773 Unpacking libdpkg-perl (1.22.6ubuntu6.1) ...\n", + "#10 3.820 Selecting previously unselected package bzip2.\n", + "#10 3.822 Preparing to unpack .../15-bzip2_1.0.8-5.1build0.1_amd64.deb ...\n", + "#10 3.827 Unpacking bzip2 (1.0.8-5.1build0.1) ...\n", + "#10 3.860 Selecting previously unselected package patch.\n", + "#10 3.862 Preparing to unpack .../16-patch_2.7.6-7build3_amd64.deb ...\n", + "#10 3.867 Unpacking patch (2.7.6-7build3) ...\n", + "#10 3.900 Selecting previously unselected package lto-disabled-list.\n", + "#10 3.901 Preparing to unpack .../17-lto-disabled-list_47_all.deb ...\n", + "#10 3.906 Unpacking lto-disabled-list (47) ...\n", + "#10 3.940 Selecting previously unselected package dpkg-dev.\n", + "#10 3.942 Preparing to unpack .../18-dpkg-dev_1.22.6ubuntu6.1_all.deb ...\n", + "#10 3.947 Unpacking dpkg-dev (1.22.6ubuntu6.1) ...\n", + "#10 3.991 Selecting previously unselected package build-essential.\n", + "#10 3.992 Preparing to unpack .../19-build-essential_12.10ubuntu1_amd64.deb ...\n", + "#10 3.998 Unpacking build-essential (12.10ubuntu1) ...\n", + "#10 4.031 Selecting previously unselected package gpgconf.\n", + "#10 4.033 Preparing to unpack .../20-gpgconf_2.4.4-2ubuntu17.3_amd64.deb ...\n", + "#10 4.040 Unpacking gpgconf (2.4.4-2ubuntu17.3) ...\n", + "#10 4.077 Selecting previously unselected package libksba8:amd64.\n", + "#10 4.079 Preparing to unpack .../21-libksba8_1.6.6-1build1_amd64.deb ...\n", + "#10 4.084 Unpacking libksba8:amd64 (1.6.6-1build1) ...\n", + "#10 4.124 Selecting previously unselected package dirmngr.\n", + "#10 4.126 Preparing to unpack .../22-dirmngr_2.4.4-2ubuntu17.3_amd64.deb ...\n", + "#10 4.140 Unpacking dirmngr (2.4.4-2ubuntu17.3) ...\n", + "#10 4.185 Selecting previously unselected package libfakeroot:amd64.\n", + "#10 4.187 Preparing to unpack .../23-libfakeroot_1.33-1_amd64.deb ...\n", + "#10 4.192 Unpacking libfakeroot:amd64 (1.33-1) ...\n", + "#10 4.229 Selecting previously unselected package fakeroot.\n", + "#10 4.231 Preparing to unpack .../24-fakeroot_1.33-1_amd64.deb ...\n", + "#10 4.235 Unpacking fakeroot (1.33-1) ...\n", + "#10 4.271 Selecting previously unselected package liberror-perl.\n", + "#10 4.272 Preparing to unpack .../25-liberror-perl_0.17029-2_all.deb ...\n", + "#10 4.278 Unpacking liberror-perl (0.17029-2) ...\n", + "#10 4.314 Selecting previously unselected package git-man.\n", + "#10 4.316 Preparing to unpack .../26-git-man_1%3a2.43.0-1ubuntu7.3_all.deb ...\n", + "#10 4.321 Unpacking git-man (1:2.43.0-1ubuntu7.3) ...\n", + "#10 4.386 Selecting previously unselected package git.\n", + "#10 4.388 Preparing to unpack .../27-git_1%3a2.43.0-1ubuntu7.3_amd64.deb ...\n", + "#10 4.398 Unpacking git (1:2.43.0-1ubuntu7.3) ...\n", + "#10 4.533 Selecting previously unselected package gnupg-utils.\n", + "#10 4.535 Preparing to unpack .../28-gnupg-utils_2.4.4-2ubuntu17.3_amd64.deb ...\n", + "#10 4.541 Unpacking gnupg-utils (2.4.4-2ubuntu17.3) ...\n", + "#10 4.592 Selecting previously unselected package gpg.\n", + "#10 4.594 Preparing to unpack .../29-gpg_2.4.4-2ubuntu17.3_amd64.deb ...\n", + "#10 4.600 Unpacking gpg (2.4.4-2ubuntu17.3) ...\n", + "#10 4.643 Selecting previously unselected package pinentry-curses.\n", + "#10 4.645 Preparing to unpack .../30-pinentry-curses_1.2.1-3ubuntu5_amd64.deb ...\n", + "#10 4.650 Unpacking pinentry-curses (1.2.1-3ubuntu5) ...\n", + "#10 4.689 Selecting previously unselected package gpg-agent.\n", + "#10 4.690 Preparing to unpack .../31-gpg-agent_2.4.4-2ubuntu17.3_amd64.deb ...\n", + "#10 4.695 Unpacking gpg-agent (2.4.4-2ubuntu17.3) ...\n", + "#10 4.729 Selecting previously unselected package gpgsm.\n", + "#10 4.731 Preparing to unpack .../32-gpgsm_2.4.4-2ubuntu17.3_amd64.deb ...\n", + "#10 4.736 Unpacking gpgsm (2.4.4-2ubuntu17.3) ...\n", + "#10 4.772 Selecting previously unselected package keyboxd.\n", + "#10 4.774 Preparing to unpack .../33-keyboxd_2.4.4-2ubuntu17.3_amd64.deb ...\n", + "#10 4.779 Unpacking keyboxd (2.4.4-2ubuntu17.3) ...\n", + "#10 4.809 Selecting previously unselected package gnupg.\n", + "#10 4.812 Preparing to unpack .../34-gnupg_2.4.4-2ubuntu17.3_all.deb ...\n", + "#10 4.817 Unpacking gnupg (2.4.4-2ubuntu17.3) ...\n", + "#10 4.851 Selecting previously unselected package gnupg-l10n.\n", + "#10 4.853 Preparing to unpack .../35-gnupg-l10n_2.4.4-2ubuntu17.3_all.deb ...\n", + "#10 4.857 Unpacking gnupg-l10n (2.4.4-2ubuntu17.3) ...\n", + "#10 4.890 Selecting previously unselected package gpg-wks-client.\n", + "#10 4.892 Preparing to unpack .../36-gpg-wks-client_2.4.4-2ubuntu17.3_amd64.deb ...\n", + "#10 4.897 Unpacking gpg-wks-client (2.4.4-2ubuntu17.3) ...\n", + "#10 4.927 Selecting previously unselected package libalgorithm-diff-perl.\n", + "#10 4.929 Preparing to unpack .../37-libalgorithm-diff-perl_1.201-1_all.deb ...\n", + "#10 4.933 Unpacking libalgorithm-diff-perl (1.201-1) ...\n", + "#10 4.965 Selecting previously unselected package libalgorithm-diff-xs-perl:amd64.\n", + "#10 4.966 Preparing to unpack .../38-libalgorithm-diff-xs-perl_0.04-8build3_amd64.deb ...\n", + "#10 4.972 Unpacking libalgorithm-diff-xs-perl:amd64 (0.04-8build3) ...\n", + "#10 5.018 Selecting previously unselected package libalgorithm-merge-perl.\n", + "#10 5.020 Preparing to unpack .../39-libalgorithm-merge-perl_0.08-5_all.deb ...\n", + "#10 5.025 Unpacking libalgorithm-merge-perl (0.08-5) ...\n", + "#10 5.059 Selecting previously unselected package libfile-fcntllock-perl.\n", + "#10 5.061 Preparing to unpack .../40-libfile-fcntllock-perl_0.22-4ubuntu5_amd64.deb ...\n", + "#10 5.066 Unpacking libfile-fcntllock-perl (0.22-4ubuntu5) ...\n", + "#10 5.109 Setting up libksba8:amd64 (1.6.6-1build1) ...\n", + "#10 5.124 Setting up pinentry-curses (1.2.1-3ubuntu5) ...\n", + "#10 5.146 Setting up lto-disabled-list (47) ...\n", + "#10 5.161 Setting up g++-13-x86-64-linux-gnu (13.3.0-6ubuntu2~24.04) ...\n", + "#10 5.178 Setting up libfile-fcntllock-perl (0.22-4ubuntu5) ...\n", + "#10 5.193 Setting up libcbor0.10:amd64 (0.10.2-1.2ubuntu2) ...\n", + "#10 5.208 Setting up libalgorithm-diff-perl (1.201-1) ...\n", + "#10 5.223 Setting up libedit2:amd64 (3.1-20230828-1build1) ...\n", + "#10 5.237 Setting up less (590-2ubuntu2.1) ...\n", + "#10 5.256 Setting up libxext6:amd64 (2:1.3.4-1build2) ...\n", + "#10 5.271 Setting up bzip2 (1.0.8-5.1build0.1) ...\n", + "#10 5.286 Setting up libfakeroot:amd64 (1.33-1) ...\n", + "#10 5.306 Setting up fakeroot (1.33-1) ...\n", + "#10 5.317 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode\n", + "#10 5.317 update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist\n", + "#10 5.317 update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist\n", + "#10 5.317 update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist\n", + "#10 5.317 update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist\n", + "#10 5.317 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist\n", + "#10 5.317 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist\n", + "#10 5.317 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist\n", + "#10 5.317 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist\n", + "#10 5.328 Setting up liberror-perl (0.17029-2) ...\n", + "#10 5.343 Setting up make (4.3-4.1build2) ...\n", + "#10 5.360 Setting up gnupg-l10n (2.4.4-2ubuntu17.3) ...\n", + "#10 5.374 Setting up xz-utils (5.6.1+really5.4.5-1ubuntu0.2) ...\n", + "#10 5.385 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode\n", + "#10 5.385 update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist\n", + "#10 5.385 update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist\n", + "#10 5.386 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist\n", + "#10 5.386 update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist\n", + "#10 5.386 update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist\n", + "#10 5.386 update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist\n", + "#10 5.386 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist\n", + "#10 5.386 update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist\n", + "#10 5.386 update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist\n", + "#10 5.386 update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist\n", + "#10 5.394 Setting up patch (2.7.6-7build3) ...\n", + "#10 5.411 Setting up libdpkg-perl (1.22.6ubuntu6.1) ...\n", + "#10 5.426 Setting up gpgconf (2.4.4-2ubuntu17.3) ...\n", + "#10 5.441 Setting up g++-x86-64-linux-gnu (4:13.2.0-7ubuntu1) ...\n", + "#10 5.458 Setting up git-man (1:2.43.0-1ubuntu7.3) ...\n", + "#10 5.476 Setting up libfido2-1:amd64 (1.14.0-1build3) ...\n", + "#10 5.498 Setting up libalgorithm-diff-xs-perl:amd64 (0.04-8build3) ...\n", + "#10 5.514 Setting up libxmuu1:amd64 (2:1.1.3-3build2) ...\n", + "#10 5.532 Setting up liblocale-gettext-perl (1.07-6ubuntu5) ...\n", + "#10 5.550 Setting up gpg (2.4.4-2ubuntu17.3) ...\n", + "#10 5.568 Setting up libalgorithm-merge-perl (0.08-5) ...\n", + "#10 5.588 Setting up gnupg-utils (2.4.4-2ubuntu17.3) ...\n", + "#10 5.608 Setting up g++-13 (13.3.0-6ubuntu2~24.04) ...\n", + "#10 5.628 Setting up gpg-agent (2.4.4-2ubuntu17.3) ...\n", + "#10 5.968 Setting up openssh-client (1:9.6p1-3ubuntu13.14) ...\n", + "#10 6.077 Setting up gpgsm (2.4.4-2ubuntu17.3) ...\n", + "#10 6.094 Setting up dpkg-dev (1.22.6ubuntu6.1) ...\n", + "#10 6.124 Setting up dirmngr (2.4.4-2ubuntu17.3) ...\n", + "#10 6.216 Setting up keyboxd (2.4.4-2ubuntu17.3) ...\n", + "#10 6.300 Setting up git (1:2.43.0-1ubuntu7.3) ...\n", + "#10 6.326 Setting up g++ (4:13.2.0-7ubuntu1) ...\n", + "#10 6.339 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode\n", + "#10 6.339 update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist\n", + "#10 6.347 Setting up xauth (1:1.1.2-1build1) ...\n", + "#10 6.361 Setting up gnupg (2.4.4-2ubuntu17.3) ...\n", + "#10 6.399 Setting up build-essential (12.10ubuntu1) ...\n", + "#10 6.418 Setting up gpg-wks-client (2.4.4-2ubuntu17.3) ...\n", + "#10 6.432 Processing triggers for libc-bin (2.39-0ubuntu8.5) ...\n", + "#10 DONE 6.7s\n", + "\n", + "#11 [ 6/19] RUN git clone https://github.com/mapbox/tippecanoe.git\n", + "#11 0.293 Cloning into 'tippecanoe'...\n", + "#11 DONE 3.2s\n", + "\n", + "#12 [ 7/19] WORKDIR tippecanoe\n", + "#12 DONE 0.1s\n", + "\n", + "#13 [ 8/19] RUN make -j\n", + "#13 0.223 g++ -MMD -I/usr/local/include -I. -g -Wall -Wshadow -Wsign-compare -Wextra -Wunreachable-code -Wuninitialized -Wshadow -O3 -DNDEBUG -std=c++11 -c -o geojson.o geojson.cpp\n", + "#13 0.224 cc -MMD -I/usr/local/include -I. -g -Wall -Wshadow -Wsign-compare -Wextra -Wunreachable-code -Wuninitialized -Wshadow -O3 -DNDEBUG -c -o jsonpull/jsonpull.o jsonpull/jsonpull.c\n", + "#13 0.224 g++ -MMD -I/usr/local/include -I. -g -Wall -Wshadow -Wsign-compare -Wextra -Wunreachable-code -Wuninitialized -Wshadow -O3 -DNDEBUG -std=c++11 -c -o tile.o tile.cpp\n", + "#13 0.225 g++ -MMD -I/usr/local/include -I. -g -Wall -Wshadow -Wsign-compare -Wextra -Wunreachable-code -Wuninitialized -Wshadow -O3 -DNDEBUG -std=c++11 -c -o pool.o pool.cpp\n", + "#13 0.225 g++ -MMD -I/usr/local/include -I. -g -Wall -Wshadow -Wsign-compare -Wextra -Wunreachable-code -Wuninitialized -Wshadow -O3 -DNDEBUG -std=c++11 -c -o mbtiles.o mbtiles.cpp\n", + "#13 0.226 g++ -MMD -I/usr/local/include -I. -g -Wall -Wshadow -Wsign-compare -Wextra -Wunreachable-code -Wuninitialized -Wshadow -O3 -DNDEBUG -std=c++11 -c -o geometry.o geometry.cpp\n", + "#13 0.226 g++ -MMD -I/usr/local/include -I. -g -Wall -Wshadow -Wsign-compare -Wextra -Wunreachable-code -Wuninitialized -Wshadow -O3 -DNDEBUG -std=c++11 -c -o projection.o projection.cpp\n", + "#13 0.227 g++ -MMD -I/usr/local/include -I. -g -Wall -Wshadow -Wsign-compare -Wextra -Wunreachable-code -Wuninitialized -Wshadow -O3 -DNDEBUG -std=c++11 -c -o memfile.o memfile.cpp\n", + "#13 0.227 g++ -MMD -I/usr/local/include -I. -g -Wall -Wshadow -Wsign-compare -Wextra -Wunreachable-code -Wuninitialized -Wshadow -O3 -DNDEBUG -std=c++11 -c -o mvt.o mvt.cpp\n", + "#13 0.228 g++ -MMD -I/usr/local/include -I. -g -Wall -Wshadow -Wsign-compare -Wextra -Wunreachable-code -Wuninitialized -Wshadow -O3 -DNDEBUG -std=c++11 -c -o serial.o serial.cpp\n", + "#13 0.228 g++ -MMD -I/usr/local/include -I. -g -Wall -Wshadow -Wsign-compare -Wextra -Wunreachable-code -Wuninitialized -Wshadow -O3 -DNDEBUG -std=c++11 -c -o main.o main.cpp\n", + "#13 0.229 g++ -MMD -I/usr/local/include -I. -g -Wall -Wshadow -Wsign-compare -Wextra -Wunreachable-code -Wuninitialized -Wshadow -O3 -DNDEBUG -std=c++11 -c -o text.o text.cpp\n", + "#13 0.229 g++ -MMD -I/usr/local/include -I. -g -Wall -Wshadow -Wsign-compare -Wextra -Wunreachable-code -Wuninitialized -Wshadow -O3 -DNDEBUG -std=c++11 -c -o dirtiles.o dirtiles.cpp\n", + "#13 0.230 g++ -MMD -I/usr/local/include -I. -g -Wall -Wshadow -Wsign-compare -Wextra -Wunreachable-code -Wuninitialized -Wshadow -O3 -DNDEBUG -std=c++11 -c -o plugin.o plugin.cpp\n", + "#13 0.230 g++ -MMD -I/usr/local/include -I. -g -Wall -Wshadow -Wsign-compare -Wextra -Wunreachable-code -Wuninitialized -Wshadow -O3 -DNDEBUG -std=c++11 -c -o read_json.o read_json.cpp\n", + "#13 0.231 g++ -MMD -I/usr/local/include -I. -g -Wall -Wshadow -Wsign-compare -Wextra -Wunreachable-code -Wuninitialized -Wshadow -O3 -DNDEBUG -std=c++11 -c -o write_json.o write_json.cpp\n", + "#13 0.232 g++ -MMD -I/usr/local/include -I. -g -Wall -Wshadow -Wsign-compare -Wextra -Wunreachable-code -Wuninitialized -Wshadow -O3 -DNDEBUG -std=c++11 -c -o geobuf.o geobuf.cpp\n", + "#13 0.232 g++ -MMD -I/usr/local/include -I. -g -Wall -Wshadow -Wsign-compare -Wextra -Wunreachable-code -Wuninitialized -Wshadow -O3 -DNDEBUG -std=c++11 -c -o evaluator.o evaluator.cpp\n", + "#13 0.233 g++ -MMD -I/usr/local/include -I. -g -Wall -Wshadow -Wsign-compare -Wextra -Wunreachable-code -Wuninitialized -Wshadow -O3 -DNDEBUG -std=c++11 -c -o geocsv.o geocsv.cpp\n", + "#13 0.235 g++ -MMD -I/usr/local/include -I. -g -Wall -Wshadow -Wsign-compare -Wextra -Wunreachable-code -Wuninitialized -Wshadow -O3 -DNDEBUG -std=c++11 -c -o csv.o csv.cpp\n", + "#13 0.236 g++ -MMD -I/usr/local/include -I. -g -Wall -Wshadow -Wsign-compare -Wextra -Wunreachable-code -Wuninitialized -Wshadow -O3 -DNDEBUG -std=c++11 -c -o geojson-loop.o geojson-loop.cpp\n", + "#13 0.237 g++ -MMD -I/usr/local/include -I. -g -Wall -Wshadow -Wsign-compare -Wextra -Wunreachable-code -Wuninitialized -Wshadow -O3 -DNDEBUG -std=c++11 -c -o enumerate.o enumerate.cpp\n", + "#13 0.239 g++ -MMD -I/usr/local/include -I. -g -Wall -Wshadow -Wsign-compare -Wextra -Wunreachable-code -Wuninitialized -Wshadow -O3 -DNDEBUG -std=c++11 -c -o decode.o decode.cpp\n", + "#13 0.241 g++ -MMD -I/usr/local/include -I. -g -Wall -Wshadow -Wsign-compare -Wextra -Wunreachable-code -Wuninitialized -Wshadow -O3 -DNDEBUG -std=c++11 -c -o tile-join.o tile-join.cpp\n", + "#13 0.245 g++ -MMD -I/usr/local/include -I. -g -Wall -Wshadow -Wsign-compare -Wextra -Wunreachable-code -Wuninitialized -Wshadow -O3 -DNDEBUG -std=c++11 -c -o unit.o unit.cpp\n", + "#13 0.264 g++ -MMD -I/usr/local/include -I. -g -Wall -Wshadow -Wsign-compare -Wextra -Wunreachable-code -Wuninitialized -Wshadow -O3 -DNDEBUG -std=c++11 -c -o jsontool.o jsontool.cpp\n", + "#13 0.357 g++ -L/usr/local/lib -g -Wall -Wshadow -Wsign-compare -Wextra -Wunreachable-code -Wuninitialized -Wshadow -O3 -DNDEBUG -std=c++11 -o tippecanoe-enumerate enumerate.o -lsqlite3\n", + "#13 1.158 tile.cpp: In function 'bool find_common_edges(std::vector&, int, int, double, int, double)':\n", + "#13 1.158 tile.cpp:751:140: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'long int:40' [-Wformat=]\n", + "#13 1.158 751 | fprintf(stderr, \"Internal error: polygon edge lookup failed for %lld,%lld to %lld,%lld or %lld,%lld to %lld,%lld\\n\", left[0].x, left[0].y, left[1].x, left[1].y, right[0].x, right[0].y, right[1].x, right[1].y);\n", + "#13 1.158 | ~~~^\n", + "#13 1.158 | |\n", + "#13 1.158 | long long int\n", + "#13 1.159 tile.cpp:751:145: warning: format '%lld' expects argument of type 'long long int', but argument 4 has type 'long int:40' [-Wformat=]\n", + "#13 1.159 751 | fprintf(stderr, \"Internal error: polygon edge lookup failed for %lld,%lld to %lld,%lld or %lld,%lld to %lld,%lld\\n\", left[0].x, left[0].y, left[1].x, left[1].y, right[0].x, right[0].y, right[1].x, right[1].y);\n", + "#13 1.159 | ~~~^\n", + "#13 1.159 | |\n", + "#13 1.159 | long long int\n", + "#13 1.159 tile.cpp:751:153: warning: format '%lld' expects argument of type 'long long int', but argument 5 has type 'long int:40' [-Wformat=]\n", + "#13 1.159 751 | fprintf(stderr, \"Internal error: polygon edge lookup failed for %lld,%lld to %lld,%lld or %lld,%lld to %lld,%lld\\n\", left[0].x, left[0].y, left[1].x, left[1].y, right[0].x, right[0].y, right[1].x, right[1].y);\n", + "#13 1.159 | ~~~^\n", + "#13 1.159 | |\n", + "#13 1.159 | long long int\n", + "#13 1.159 tile.cpp:751:158: warning: format '%lld' expects argument of type 'long long int', but argument 6 has type 'long int:40' [-Wformat=]\n", + "#13 1.159 751 | fprintf(stderr, \"Internal error: polygon edge lookup failed for %lld,%lld to %lld,%lld or %lld,%lld to %lld,%lld\\n\", left[0].x, left[0].y, left[1].x, left[1].y, right[0].x, right[0].y, right[1].x, right[1].y);\n", + "#13 1.159 | ~~~^\n", + "#13 1.159 | |\n", + "#13 1.159 | long long int\n", + "#13 1.159 tile.cpp:751:166: warning: format '%lld' expects argument of type 'long long int', but argument 7 has type 'long int:40' [-Wformat=]\n", + "#13 1.159 751 | fprintf(stderr, \"Internal error: polygon edge lookup failed for %lld,%lld to %lld,%lld or %lld,%lld to %lld,%lld\\n\", left[0].x, left[0].y, left[1].x, left[1].y, right[0].x, right[0].y, right[1].x, right[1].y);\n", + "#13 1.159 | ~~~^\n", + "#13 1.159 | |\n", + "#13 1.159 | long long int\n", + "#13 1.159 tile.cpp:751:171: warning: format '%lld' expects argument of type 'long long int', but argument 8 has type 'long int:40' [-Wformat=]\n", + "#13 1.159 751 | fprintf(stderr, \"Internal error: polygon edge lookup failed for %lld,%lld to %lld,%lld or %lld,%lld to %lld,%lld\\n\", left[0].x, left[0].y, left[1].x, left[1].y, right[0].x, right[0].y, right[1].x, right[1].y);\n", + "#13 1.159 | ~~~^\n", + "#13 1.159 | |\n", + "#13 1.159 | long long int\n", + "#13 1.159 tile.cpp:751:179: warning: format '%lld' expects argument of type 'long long int', but argument 9 has type 'long int:40' [-Wformat=]\n", + "#13 1.159 751 | fprintf(stderr, \"Internal error: polygon edge lookup failed for %lld,%lld to %lld,%lld or %lld,%lld to %lld,%lld\\n\", left[0].x, left[0].y, left[1].x, left[1].y, right[0].x, right[0].y, right[1].x, right[1].y);\n", + "#13 1.159 | ~~~^\n", + "#13 1.159 | |\n", + "#13 1.159 | long long int\n", + "#13 1.159 tile.cpp:751:184: warning: format '%lld' expects argument of type 'long long int', but argument 10 has type 'long int:40' [-Wformat=]\n", + "#13 1.159 751 | fprintf(stderr, \"Internal error: polygon edge lookup failed for %lld,%lld to %lld,%lld or %lld,%lld to %lld,%lld\\n\", left[0].x, left[0].y, left[1].x, left[1].y, right[0].x, right[0].y, right[1].x, right[1].y);\n", + "#13 1.159 | ~~~^\n", + "#13 1.159 | |\n", + "#13 1.159 | long long int\n", + "#13 1.518 g++ -L/usr/local/lib -g -Wall -Wshadow -Wsign-compare -Wextra -Wunreachable-code -Wuninitialized -Wshadow -O3 -DNDEBUG -std=c++11 -o tippecanoe-json-tool jsontool.o jsonpull/jsonpull.o csv.o text.o geojson-loop.o -lm -lz -lsqlite3 -lpthread\n", + "#13 1.531 geometry.cpp: In function 'drawvec clean_or_clip_poly(drawvec&, int, int, bool)':\n", + "#13 1.531 geometry.cpp:301:65: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'long int:40' [-Wformat=]\n", + "#13 1.531 301 | fprintf(f, \"[%lld,%lld]\", geom[k].x, geom[k].y);\n", + "#13 1.531 | ~~~^\n", + "#13 1.531 | |\n", + "#13 1.531 | long long int\n", + "#13 1.531 geometry.cpp:301:70: warning: format '%lld' expects argument of type 'long long int', but argument 4 has type 'long int:40' [-Wformat=]\n", + "#13 1.531 301 | fprintf(f, \"[%lld,%lld]\", geom[k].x, geom[k].y);\n", + "#13 1.531 | ~~~^\n", + "#13 1.531 | |\n", + "#13 1.531 | long long int\n", + "#13 1.535 geometry.cpp: In function 'void check_polygon(drawvec&)':\n", + "#13 1.535 geometry.cpp:419:68: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'long int:40' [-Wformat=]\n", + "#13 1.535 419 | printf(\"%lld,%lld at %lld not in outer ring (%lld to %lld)\\n\", geom[k].x, geom[k].y, (long long) k, (long long) outer_start, (long long) (outer_start + outer_len));\n", + "#13 1.535 | ~~~^\n", + "#13 1.535 | |\n", + "#13 1.535 | long long int\n", + "#13 1.535 geometry.cpp:419:73: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'long int:40' [-Wformat=]\n", + "#13 1.535 419 | printf(\"%lld,%lld at %lld not in outer ring (%lld to %lld)\\n\", geom[k].x, geom[k].y, (long long) k, (long long) outer_start, (long long) (outer_start + outer_len));\n", + "#13 1.535 | ~~~^\n", + "#13 1.535 | |\n", + "#13 1.535 | long long int\n", + "#13 1.540 geometry.cpp: In function 'drawvec reduce_tiny_poly(drawvec&, int, int, bool*, double*)':\n", + "#13 1.540 geometry.cpp:586:56: warning: format '%lld' expects argument of type 'long long int', but argument 4 has type 'long int:40' [-Wformat=]\n", + "#13 1.540 586 | fprintf(stderr, \"%d/%lld/%lld \", geom[n].op, geom[n].x, geom[n].y);\n", + "#13 1.540 | ~~~^\n", + "#13 1.540 | |\n", + "#13 1.540 | long long int\n", + "#13 1.540 geometry.cpp:586:61: warning: format '%lld' expects argument of type 'long long int', but argument 5 has type 'long int:40' [-Wformat=]\n", + "#13 1.540 586 | fprintf(stderr, \"%d/%lld/%lld \", geom[n].op, geom[n].x, geom[n].y);\n", + "#13 1.540 | ~~~^\n", + "#13 1.540 | |\n", + "#13 1.540 | long long int\n", + "#13 4.199 g++ -L/usr/local/lib -g -Wall -Wshadow -Wsign-compare -Wextra -Wunreachable-code -Wuninitialized -Wshadow -O3 -DNDEBUG -std=c++11 -o tippecanoe-decode decode.o projection.o mvt.o write_json.o text.o jsonpull/jsonpull.o dirtiles.o -lm -lz -lsqlite3\n", + "#13 5.516 g++ -L/usr/local/lib -g -Wall -Wshadow -Wsign-compare -Wextra -Wunreachable-code -Wuninitialized -Wshadow -O3 -DNDEBUG -std=c++11 -o tile-join tile-join.o projection.o pool.o mbtiles.o mvt.o memfile.o dirtiles.o jsonpull/jsonpull.o text.o evaluator.o csv.o write_json.o -lm -lz -lsqlite3 -lpthread\n", + "#13 9.493 g++ -L/usr/local/lib -g -Wall -Wshadow -Wsign-compare -Wextra -Wunreachable-code -Wuninitialized -Wshadow -O3 -DNDEBUG -std=c++11 -o tippecanoe geojson.o jsonpull/jsonpull.o tile.o pool.o mbtiles.o geometry.o projection.o memfile.o mvt.o serial.o main.o text.o dirtiles.o plugin.o read_json.o write_json.o geobuf.o evaluator.o geocsv.o csv.o geojson-loop.o -lm -lz -lsqlite3 -lpthread\n", + "#13 10.16 g++ -L/usr/local/lib -g -Wall -Wshadow -Wsign-compare -Wextra -Wunreachable-code -Wuninitialized -Wshadow -O3 -DNDEBUG -std=c++11 -o unit unit.o text.o -lm -lz -lsqlite3 -lpthread\n", + "#13 DONE 10.4s\n", + "\n", + "#14 [ 9/19] RUN make install\n", + "#14 0.504 mkdir -p /usr/local/bin\n", + "#14 0.509 mkdir -p /usr/local/share/man/man1/\n", + "#14 0.517 cp tippecanoe /usr/local/bin/tippecanoe\n", + "#14 0.546 cp tippecanoe-enumerate /usr/local/bin/tippecanoe-enumerate\n", + "#14 0.554 cp tippecanoe-decode /usr/local/bin/tippecanoe-decode\n", + "#14 0.566 cp tippecanoe-json-tool /usr/local/bin/tippecanoe-json-tool\n", + "#14 0.573 cp tile-join /usr/local/bin/tile-join\n", + "#14 0.587 cp man/tippecanoe.1 /usr/local/share/man/man1//tippecanoe.1\n", + "#14 DONE 0.7s\n", + "\n", + "#15 [10/19] WORKDIR /app/pmtiles\n", + "#15 DONE 0.1s\n", + "\n", + "#16 [11/19] RUN apt-get install wget\n", + "#16 0.301 Reading package lists...\n", + "#16 1.199 Building dependency tree...\n", + "#16 1.485 Reading state information...\n", + "#16 1.760 The following NEW packages will be installed:\n", + "#16 1.760 wget\n", + "#16 2.087 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.\n", + "#16 2.087 Need to get 334 kB of archives.\n", + "#16 2.087 After this operation, 938 kB of additional disk space will be used.\n", + "#16 2.087 Get:1 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 wget amd64 1.21.4-1ubuntu4.1 [334 kB]\n", + "#16 2.914 debconf: delaying package configuration, since apt-utils is not installed\n", + "#16 2.997 Fetched 334 kB in 1s (380 kB/s)\n", + "#16 3.057 Selecting previously unselected package wget.\n", + "#16 3.057 (Reading database ... \n", + "(Reading database ... 5%\n", + "(Reading database ... 10%\n", + "(Reading database ... 15%\n", + "(Reading database ... 20%\n", + "(Reading database ... 25%\n", + "(Reading database ... 30%\n", + "(Reading database ... 35%\n", + "(Reading database ... 40%\n", + "(Reading database ... 45%\n", + "(Reading database ... 50%\n", + "(Reading database ... 55%\n", + "(Reading database ... 60%\n", + "(Reading database ... 65%\n", + "(Reading database ... 70%\n", + "(Reading database ... 75%\n", + "(Reading database ... 80%\n", + "(Reading database ... 85%\n", + "(Reading database ... 90%\n", + "(Reading database ... 95%\n", + "(Reading database ... 100%\n", + "(Reading database ... 40606 files and directories currently installed.)\n", + "#16 3.088 Preparing to unpack .../wget_1.21.4-1ubuntu4.1_amd64.deb ...\n", + "#16 3.099 Unpacking wget (1.21.4-1ubuntu4.1) ...\n", + "#16 3.195 Setting up wget (1.21.4-1ubuntu4.1) ...\n", + "#16 DONE 3.3s\n", + "\n", + "#17 [12/19] RUN wget https://github.com/protomaps/go-pmtiles/releases/download/v1.28.0/go-pmtiles_1.28.0_Linux_x86_64.tar.gz\n", + "#17 0.389 --2025-09-09 13:53:45-- https://github.com/protomaps/go-pmtiles/releases/download/v1.28.0/go-pmtiles_1.28.0_Linux_x86_64.tar.gz\n", + "#17 0.428 Resolving github.com (github.com)... 140.82.121.4\n", + "#17 0.430 Connecting to github.com (github.com)|140.82.121.4|:443... connected.\n", + "#17 0.506 HTTP request sent, awaiting response... 302 Found\n", + "#17 0.731 Location: https://release-assets.githubusercontent.com/github-production-release-asset/360374483/ae1d824d-495b-46cc-b72c-2c87139d28d9?sp=r&sv=2018-11-09&sr=b&spr=https&se=2025-09-09T14%3A45%3A49Z&rscd=attachment%3B+filename%3Dgo-pmtiles_1.28.0_Linux_x86_64.tar.gz&rsct=application%2Foctet-stream&skoid=96c2d410-5711-43a1-aedd-ab1947aa7ab0&sktid=398a6654-997b-47e9-b12b-9515b896b4de&skt=2025-09-09T13%3A44%3A59Z&ske=2025-09-09T14%3A45%3A49Z&sks=b&skv=2018-11-09&sig=8Ym1Jv%2Fj8wTceZW1KWd%2BEInzxTp3d7t3G88vom9%2FwoQ%3D&jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmVsZWFzZS1hc3NldHMuZ2l0aHVidXNlcmNvbnRlbnQuY29tIiwia2V5Ijoia2V5MSIsImV4cCI6MTc1NzQyNjMyNSwibmJmIjoxNzU3NDI2MDI1LCJwYXRoIjoicmVsZWFzZWFzc2V0cHJvZHVjdGlvbi5ibG9iLmNvcmUud2luZG93cy5uZXQifQ.RSkqA8W6aJD90O5UIYLKRmU5vPHGw1iEJrOl8jshRwE&response-content-disposition=attachment%3B%20filename%3Dgo-pmtiles_1.28.0_Linux_x86_64.tar.gz&response-content-type=application%2Foctet-stream [following]\n", + "#17 0.731 --2025-09-09 13:53:45-- https://release-assets.githubusercontent.com/github-production-release-asset/360374483/ae1d824d-495b-46cc-b72c-2c87139d28d9?sp=r&sv=2018-11-09&sr=b&spr=https&se=2025-09-09T14%3A45%3A49Z&rscd=attachment%3B+filename%3Dgo-pmtiles_1.28.0_Linux_x86_64.tar.gz&rsct=application%2Foctet-stream&skoid=96c2d410-5711-43a1-aedd-ab1947aa7ab0&sktid=398a6654-997b-47e9-b12b-9515b896b4de&skt=2025-09-09T13%3A44%3A59Z&ske=2025-09-09T14%3A45%3A49Z&sks=b&skv=2018-11-09&sig=8Ym1Jv%2Fj8wTceZW1KWd%2BEInzxTp3d7t3G88vom9%2FwoQ%3D&jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmVsZWFzZS1hc3NldHMuZ2l0aHVidXNlcmNvbnRlbnQuY29tIiwia2V5Ijoia2V5MSIsImV4cCI6MTc1NzQyNjMyNSwibmJmIjoxNzU3NDI2MDI1LCJwYXRoIjoicmVsZWFzZWFzc2V0cHJvZHVjdGlvbi5ibG9iLmNvcmUud2luZG93cy5uZXQifQ.RSkqA8W6aJD90O5UIYLKRmU5vPHGw1iEJrOl8jshRwE&response-content-disposition=attachment%3B%20filename%3Dgo-pmtiles_1.28.0_Linux_x86_64.tar.gz&response-content-type=application%2Foctet-stream\n", + "#17 0.731 Resolving release-assets.githubusercontent.com (release-assets.githubusercontent.com)... 185.199.111.133, 185.199.108.133, 185.199.109.133, ...\n", + "#17 0.745 Connecting to release-assets.githubusercontent.com (release-assets.githubusercontent.com)|185.199.111.133|:443... connected.\n", + "#17 0.778 HTTP request sent, awaiting response... 200 OK\n", + "#17 0.889 Length: 12609129 (12M) [application/octet-stream]\n", + "#17 0.890 Saving to: 'go-pmtiles_1.28.0_Linux_x86_64.tar.gz'\n", + "#17 0.890 \n", + "#17 0.890 0K .......... .......... .......... .......... .......... 0% 5.71M 2s\n", + "#17 0.898 50K .......... .......... .......... .......... .......... 0% 6.56M 2s\n", + "#17 0.905 100K .......... .......... .......... .......... .......... 1% 13.7M 2s\n", + "#17 0.909 150K .......... .......... .......... .......... .......... 1% 22.5M 1s\n", + "#17 0.911 200K .......... .......... .......... .......... .......... 2% 7.80M 1s\n", + "#17 0.918 250K .......... .......... .......... .......... .......... 2% 10.0M 1s\n", + "#17 0.924 300K .......... .......... .......... .......... .......... 2% 9.92M 1s\n", + "#17 0.927 350K .......... .......... .......... .......... .......... 3% 11.1M 1s\n", + "#17 0.932 400K .......... .......... .......... .......... .......... 3% 14.4M 1s\n", + "#17 0.935 450K .......... .......... .......... .......... .......... 4% 13.4M 1s\n", + "#17 0.939 500K .......... .......... .......... .......... .......... 4% 12.1M 1s\n", + "#17 0.943 550K .......... .......... .......... .......... .......... 4% 12.6M 1s\n", + "#17 0.947 600K .......... .......... .......... .......... .......... 5% 12.3M 1s\n", + "#17 0.951 650K .......... .......... .......... .......... .......... 5% 16.2M 1s\n", + "#17 0.954 700K .......... .......... .......... .......... .......... 6% 18.1M 1s\n", + "#17 0.956 750K .......... .......... .......... .......... .......... 6% 19.0M 1s\n", + "#17 0.959 800K .......... .......... .......... .......... .......... 6% 17.8M 1s\n", + "#17 0.962 850K .......... .......... .......... .......... .......... 7% 23.9M 1s\n", + "#17 0.964 900K .......... .......... .......... .......... .......... 7% 23.2M 1s\n", + "#17 0.966 950K .......... .......... .......... .......... .......... 8% 23.9M 1s\n", + "#17 0.968 1000K .......... .......... .......... .......... .......... 8% 27.7M 1s\n", + "#17 0.970 1050K .......... .......... .......... .......... .......... 8% 45.3M 1s\n", + "#17 0.971 1100K .......... .......... .......... .......... .......... 9% 20.6M 1s\n", + "#17 0.973 1150K .......... .......... .......... .......... .......... 9% 30.3M 1s\n", + "#17 0.975 1200K .......... .......... .......... .......... .......... 10% 33.3M 1s\n", + "#17 0.976 1250K .......... .......... .......... .......... .......... 10% 31.5M 1s\n", + "#17 0.978 1300K .......... .......... .......... .......... .......... 10% 26.0M 1s\n", + "#17 0.980 1350K .......... .......... .......... .......... .......... 11% 29.4M 1s\n", + "#17 0.981 1400K .......... .......... .......... .......... .......... 11% 33.8M 1s\n", + "#17 0.983 1450K .......... .......... .......... .......... .......... 12% 39.4M 1s\n", + "#17 0.985 1500K .......... .......... .......... .......... .......... 12% 8.36M 1s\n", + "#17 0.990 1550K .......... .......... .......... .......... .......... 12% 10.0M 1s\n", + "#17 0.995 1600K .......... .......... .......... .......... .......... 13% 47.3M 1s\n", + "#17 0.996 1650K .......... .......... .......... .......... .......... 13% 16.3M 1s\n", + "#17 0.999 1700K .......... .......... .......... .......... .......... 14% 12.6M 1s\n", + "#17 1.002 1750K .......... .......... .......... .......... .......... 14% 21.9M 1s\n", + "#17 1.005 1800K .......... .......... .......... .......... .......... 15% 24.7M 1s\n", + "#17 1.007 1850K .......... .......... .......... .......... .......... 15% 39.6M 1s\n", + "#17 1.008 1900K .......... .......... .......... .......... .......... 15% 27.3M 1s\n", + "#17 1.010 1950K .......... .......... .......... .......... .......... 16% 29.0M 1s\n", + "#17 1.011 2000K .......... .......... .......... .......... .......... 16% 33.0M 1s\n", + "#17 1.013 2050K .......... .......... .......... .......... .......... 17% 35.2M 1s\n", + "#17 1.014 2100K .......... .......... .......... .......... .......... 17% 29.0M 1s\n", + "#17 1.016 2150K .......... .......... .......... .......... .......... 17% 38.1M 1s\n", + "#17 1.017 2200K .......... .......... .......... .......... .......... 18% 33.5M 1s\n", + "#17 1.019 2250K .......... .......... .......... .......... .......... 18% 45.1M 1s\n", + "#17 1.020 2300K .......... .......... .......... .......... .......... 19% 36.3M 1s\n", + "#17 1.021 2350K .......... .......... .......... .......... .......... 19% 31.5M 1s\n", + "#17 1.023 2400K .......... .......... .......... .......... .......... 19% 42.5M 1s\n", + "#17 1.024 2450K .......... .......... .......... .......... .......... 20% 38.8M 1s\n", + "#17 1.025 2500K .......... .......... .......... .......... .......... 20% 30.0M 1s\n", + "#17 1.027 2550K .......... .......... .......... .......... .......... 21% 25.9M 1s\n", + "#17 1.029 2600K .......... .......... .......... .......... .......... 21% 21.7M 1s\n", + "#17 1.031 2650K .......... .......... .......... .......... .......... 21% 29.2M 1s\n", + "#17 1.033 2700K .......... .......... .......... .......... .......... 22% 23.4M 1s\n", + "#17 1.035 2750K .......... .......... .......... .......... .......... 22% 26.0M 0s\n", + "#17 1.036 2800K .......... .......... .......... .......... .......... 23% 26.2M 0s\n", + "#17 1.038 2850K .......... .......... .......... .......... .......... 23% 37.6M 0s\n", + "#17 1.040 2900K .......... .......... .......... .......... .......... 23% 31.3M 0s\n", + "#17 1.041 2950K .......... .......... .......... .......... .......... 24% 45.8M 0s\n", + "#17 1.042 3000K .......... .......... .......... .......... .......... 24% 43.0M 0s\n", + "#17 1.043 3050K .......... .......... .......... .......... .......... 25% 42.4M 0s\n", + "#17 1.045 3100K .......... .......... .......... .......... .......... 25% 25.6M 0s\n", + "#17 1.046 3150K .......... .......... .......... .......... .......... 25% 42.6M 0s\n", + "#17 1.048 3200K .......... .......... .......... .......... .......... 26% 34.7M 0s\n", + "#17 1.049 3250K .......... .......... .......... .......... .......... 26% 38.8M 0s\n", + "#17 1.050 3300K .......... .......... .......... .......... .......... 27% 37.8M 0s\n", + "#17 1.052 3350K .......... .......... .......... .......... .......... 27% 33.6M 0s\n", + "#17 1.053 3400K .......... .......... .......... .......... .......... 28% 39.0M 0s\n", + "#17 1.054 3450K .......... .......... .......... .......... .......... 28% 43.5M 0s\n", + "#17 1.056 3500K .......... .......... .......... .......... .......... 28% 25.9M 0s\n", + "#17 1.057 3550K .......... .......... .......... .......... .......... 29% 37.7M 0s\n", + "#17 1.059 3600K .......... .......... .......... .......... .......... 29% 44.1M 0s\n", + "#17 1.060 3650K .......... .......... .......... .......... .......... 30% 53.5M 0s\n", + "#17 1.061 3700K .......... .......... .......... .......... .......... 30% 40.8M 0s\n", + "#17 1.062 3750K .......... .......... .......... .......... .......... 30% 33.2M 0s\n", + "#17 1.063 3800K .......... .......... .......... .......... .......... 31% 32.0M 0s\n", + "#17 1.065 3850K .......... .......... .......... .......... .......... 31% 54.7M 0s\n", + "#17 1.066 3900K .......... .......... .......... .......... .......... 32% 26.5M 0s\n", + "#17 1.067 3950K .......... .......... .......... .......... .......... 32% 20.4M 0s\n", + "#17 1.070 4000K .......... .......... .......... .......... .......... 32% 32.9M 0s\n", + "#17 1.071 4050K .......... .......... .......... .......... .......... 33% 34.1M 0s\n", + "#17 1.073 4100K .......... .......... .......... .......... .......... 33% 19.8M 0s\n", + "#17 1.075 4150K .......... .......... .......... .......... .......... 34% 49.3M 0s\n", + "#17 1.076 4200K .......... .......... .......... .......... .......... 34% 25.2M 0s\n", + "#17 1.078 4250K .......... .......... .......... .......... .......... 34% 30.0M 0s\n", + "#17 1.080 4300K .......... .......... .......... .......... .......... 35% 31.7M 0s\n", + "#17 1.081 4350K .......... .......... .......... .......... .......... 35% 24.8M 0s\n", + "#17 1.083 4400K .......... .......... .......... .......... .......... 36% 24.6M 0s\n", + "#17 1.085 4450K .......... .......... .......... .......... .......... 36% 47.4M 0s\n", + "#17 1.086 4500K .......... .......... .......... .......... .......... 36% 30.9M 0s\n", + "#17 1.088 4550K .......... .......... .......... .......... .......... 37% 25.7M 0s\n", + "#17 1.090 4600K .......... .......... .......... .......... .......... 37% 40.0M 0s\n", + "#17 1.091 4650K .......... .......... .......... .......... .......... 38% 65.2M 0s\n", + "#17 1.092 4700K .......... .......... .......... .......... .......... 38% 22.5M 0s\n", + "#17 1.094 4750K .......... .......... .......... .......... .......... 38% 44.9M 0s\n", + "#17 1.095 4800K .......... .......... .......... .......... .......... 39% 16.4M 0s\n", + "#17 1.098 4850K .......... .......... .......... .......... .......... 39% 34.2M 0s\n", + "#17 1.099 4900K .......... .......... .......... .......... .......... 40% 41.2M 0s\n", + "#17 1.101 4950K .......... .......... .......... .......... .......... 40% 35.9M 0s\n", + "#17 1.102 5000K .......... .......... .......... .......... .......... 41% 48.8M 0s\n", + "#17 1.103 5050K .......... .......... .......... .......... .......... 41% 38.0M 0s\n", + "#17 1.105 5100K .......... .......... .......... .......... .......... 41% 30.5M 0s\n", + "#17 1.106 5150K .......... .......... .......... .......... .......... 42% 27.7M 0s\n", + "#17 1.108 5200K .......... .......... .......... .......... .......... 42% 31.2M 0s\n", + "#17 1.109 5250K .......... .......... .......... .......... .......... 43% 35.4M 0s\n", + "#17 1.111 5300K .......... .......... .......... .......... .......... 43% 38.6M 0s\n", + "#17 1.112 5350K .......... .......... .......... .......... .......... 43% 53.6M 0s\n", + "#17 1.113 5400K .......... .......... .......... .......... .......... 44% 35.0M 0s\n", + "#17 1.114 5450K .......... .......... .......... .......... .......... 44% 41.0M 0s\n", + "#17 1.116 5500K .......... .......... .......... .......... .......... 45% 27.2M 0s\n", + "#17 1.117 5550K .......... .......... .......... .......... .......... 45% 49.4M 0s\n", + "#17 1.118 5600K .......... .......... .......... .......... .......... 45% 26.9M 0s\n", + "#17 1.120 5650K .......... .......... .......... .......... .......... 46% 22.5M 0s\n", + "#17 1.122 5700K .......... .......... .......... .......... .......... 46% 30.7M 0s\n", + "#17 1.124 5750K .......... .......... .......... .......... .......... 47% 39.7M 0s\n", + "#17 1.125 5800K .......... .......... .......... .......... .......... 47% 46.1M 0s\n", + "#17 1.126 5850K .......... .......... .......... .......... .......... 47% 16.2M 0s\n", + "#17 1.130 5900K .......... .......... .......... .......... .......... 48% 18.4M 0s\n", + "#17 1.132 5950K .......... .......... .......... .......... .......... 48% 17.7M 0s\n", + "#17 1.135 6000K .......... .......... .......... .......... .......... 49% 16.2M 0s\n", + "#17 1.137 6050K .......... .......... .......... .......... .......... 49% 41.6M 0s\n", + "#17 1.139 6100K .......... .......... .......... .......... .......... 49% 33.9M 0s\n", + "#17 1.140 6150K .......... .......... .......... .......... .......... 50% 31.5M 0s\n", + "#17 1.142 6200K .......... .......... .......... .......... .......... 50% 37.8M 0s\n", + "#17 1.143 6250K .......... .......... .......... .......... .......... 51% 51.1M 0s\n", + "#17 1.144 6300K .......... .......... .......... .......... .......... 51% 24.2M 0s\n", + "#17 1.146 6350K .......... .......... .......... .......... .......... 51% 20.5M 0s\n", + "#17 1.148 6400K .......... .......... .......... .......... .......... 52% 30.7M 0s\n", + "#17 1.150 6450K .......... .......... .......... .......... .......... 52% 34.5M 0s\n", + "#17 1.151 6500K .......... .......... .......... .......... .......... 53% 41.9M 0s\n", + "#17 1.153 6550K .......... .......... .......... .......... .......... 53% 25.7M 0s\n", + "#17 1.154 6600K .......... .......... .......... .......... .......... 54% 18.1M 0s\n", + "#17 1.157 6650K .......... .......... .......... .......... .......... 54% 27.6M 0s\n", + "#17 1.159 6700K .......... .......... .......... .......... .......... 54% 21.2M 0s\n", + "#17 1.161 6750K .......... .......... .......... .......... .......... 55% 22.2M 0s\n", + "#17 1.163 6800K .......... .......... .......... .......... .......... 55% 14.9M 0s\n", + "#17 1.167 6850K .......... .......... .......... .......... .......... 56% 30.7M 0s\n", + "#17 1.168 6900K .......... .......... .......... .......... .......... 56% 24.9M 0s\n", + "#17 1.170 6950K .......... .......... .......... .......... .......... 56% 26.3M 0s\n", + "#17 1.172 7000K .......... .......... .......... .......... .......... 57% 20.6M 0s\n", + "#17 1.174 7050K .......... .......... .......... .......... .......... 57% 51.1M 0s\n", + "#17 1.176 7100K .......... .......... .......... .......... .......... 58% 26.8M 0s\n", + "#17 1.177 7150K .......... .......... .......... .......... .......... 58% 33.3M 0s\n", + "#17 1.179 7200K .......... .......... .......... .......... .......... 58% 33.4M 0s\n", + "#17 1.180 7250K .......... .......... .......... .......... .......... 59% 21.8M 0s\n", + "#17 1.182 7300K .......... .......... .......... .......... .......... 59% 20.5M 0s\n", + "#17 1.185 7350K .......... .......... .......... .......... .......... 60% 36.4M 0s\n", + "#17 1.186 7400K .......... .......... .......... .......... .......... 60% 36.4M 0s\n", + "#17 1.187 7450K .......... .......... .......... .......... .......... 60% 33.8M 0s\n", + "#17 1.189 7500K .......... .......... .......... .......... .......... 61% 25.6M 0s\n", + "#17 1.191 7550K .......... .......... .......... .......... .......... 61% 43.5M 0s\n", + "#17 1.192 7600K .......... .......... .......... .......... .......... 62% 28.7M 0s\n", + "#17 1.194 7650K .......... .......... .......... .......... .......... 62% 30.3M 0s\n", + "#17 1.195 7700K .......... .......... .......... .......... .......... 62% 20.3M 0s\n", + "#17 1.198 7750K .......... .......... .......... .......... .......... 63% 19.8M 0s\n", + "#17 1.200 7800K .......... .......... .......... .......... .......... 63% 22.2M 0s\n", + "#17 1.202 7850K .......... .......... .......... .......... .......... 64% 17.8M 0s\n", + "#17 1.206 7900K .......... .......... .......... .......... .......... 64% 27.1M 0s\n", + "#17 1.207 7950K .......... .......... .......... .......... .......... 64% 31.5M 0s\n", + "#17 1.208 8000K .......... .......... .......... .......... .......... 65% 43.6M 0s\n", + "#17 1.210 8050K .......... .......... .......... .......... .......... 65% 38.4M 0s\n", + "#17 1.211 8100K .......... .......... .......... .......... .......... 66% 21.6M 0s\n", + "#17 1.213 8150K .......... .......... .......... .......... .......... 66% 21.4M 0s\n", + "#17 1.215 8200K .......... .......... .......... .......... .......... 66% 41.5M 0s\n", + "#17 1.217 8250K .......... .......... .......... .......... .......... 67% 31.8M 0s\n", + "#17 1.219 8300K .......... .......... .......... .......... .......... 67% 26.7M 0s\n", + "#17 1.220 8350K .......... .......... .......... .......... .......... 68% 17.8M 0s\n", + "#17 1.223 8400K .......... .......... .......... .......... .......... 68% 20.9M 0s\n", + "#17 1.225 8450K .......... .......... .......... .......... .......... 69% 45.1M 0s\n", + "#17 1.226 8500K .......... .......... .......... .......... .......... 69% 12.1M 0s\n", + "#17 1.230 8550K .......... .......... .......... .......... .......... 69% 17.7M 0s\n", + "#17 1.233 8600K .......... .......... .......... .......... .......... 70% 26.8M 0s\n", + "#17 1.235 8650K .......... .......... .......... .......... .......... 70% 46.2M 0s\n", + "#17 1.236 8700K .......... .......... .......... .......... .......... 71% 24.1M 0s\n", + "#17 1.238 8750K .......... .......... .......... .......... .......... 71% 21.9M 0s\n", + "#17 1.240 8800K .......... .......... .......... .......... .......... 71% 24.1M 0s\n", + "#17 1.242 8850K .......... .......... .......... .......... .......... 72% 30.1M 0s\n", + "#17 1.244 8900K .......... .......... .......... .......... .......... 72% 22.5M 0s\n", + "#17 1.246 8950K .......... .......... .......... .......... .......... 73% 15.1M 0s\n", + "#17 1.249 9000K .......... .......... .......... .......... .......... 73% 37.8M 0s\n", + "#17 1.250 9050K .......... .......... .......... .......... .......... 73% 38.5M 0s\n", + "#17 1.252 9100K .......... .......... .......... .......... .......... 74% 13.8M 0s\n", + "#17 1.255 9150K .......... .......... .......... .......... .......... 74% 19.9M 0s\n", + "#17 1.258 9200K .......... .......... .......... .......... .......... 75% 28.8M 0s\n", + "#17 1.259 9250K .......... .......... .......... .......... .......... 75% 44.6M 0s\n", + "#17 1.260 9300K .......... .......... .......... .......... .......... 75% 41.2M 0s\n", + "#17 1.262 9350K .......... .......... .......... .......... .......... 76% 26.8M 0s\n", + "#17 1.263 9400K .......... .......... .......... .......... .......... 76% 31.3M 0s\n", + "#17 1.265 9450K .......... .......... .......... .......... .......... 77% 29.5M 0s\n", + "#17 1.267 9500K .......... .......... .......... .......... .......... 77% 26.0M 0s\n", + "#17 1.268 9550K .......... .......... .......... .......... .......... 77% 19.6M 0s\n", + "#17 1.271 9600K .......... .......... .......... .......... .......... 78% 16.7M 0s\n", + "#17 1.274 9650K .......... .......... .......... .......... .......... 78% 32.8M 0s\n", + "#17 1.275 9700K .......... .......... .......... .......... .......... 79% 36.0M 0s\n", + "#17 1.277 9750K .......... .......... .......... .......... .......... 79% 48.4M 0s\n", + "#17 1.278 9800K .......... .......... .......... .......... .......... 79% 41.9M 0s\n", + "#17 1.279 9850K .......... .......... .......... .......... .......... 80% 41.6M 0s\n", + "#17 1.280 9900K .......... .......... .......... .......... .......... 80% 21.9M 0s\n", + "#17 1.282 9950K .......... .......... .......... .......... .......... 81% 28.7M 0s\n", + "#17 1.284 10000K .......... .......... .......... .......... .......... 81% 17.8M 0s\n", + "#17 1.287 10050K .......... .......... .......... .......... .......... 82% 14.9M 0s\n", + "#17 1.290 10100K .......... .......... .......... .......... .......... 82% 22.6M 0s\n", + "#17 1.292 10150K .......... .......... .......... .......... .......... 82% 36.4M 0s\n", + "#17 1.294 10200K .......... .......... .......... .......... .......... 83% 22.6M 0s\n", + "#17 1.296 10250K .......... .......... .......... .......... .......... 83% 38.5M 0s\n", + "#17 1.297 10300K .......... .......... .......... .......... .......... 84% 31.6M 0s\n", + "#17 1.299 10350K .......... .......... .......... .......... .......... 84% 36.1M 0s\n", + "#17 1.300 10400K .......... .......... .......... .......... .......... 84% 11.9M 0s\n", + "#17 1.304 10450K .......... .......... .......... .......... .......... 85% 27.9M 0s\n", + "#17 1.306 10500K .......... .......... .......... .......... .......... 85% 30.8M 0s\n", + "#17 1.307 10550K .......... .......... .......... .......... .......... 86% 34.3M 0s\n", + "#17 1.309 10600K .......... .......... .......... .......... .......... 86% 40.0M 0s\n", + "#17 1.310 10650K .......... .......... .......... .......... .......... 86% 32.5M 0s\n", + "#17 1.311 10700K .......... .......... .......... .......... .......... 87% 19.8M 0s\n", + "#17 1.314 10750K .......... .......... .......... .......... .......... 87% 17.7M 0s\n", + "#17 1.317 10800K .......... .......... .......... .......... .......... 88% 25.5M 0s\n", + "#17 1.319 10850K .......... .......... .......... .......... .......... 88% 19.3M 0s\n", + "#17 1.321 10900K .......... .......... .......... .......... .......... 88% 23.7M 0s\n", + "#17 1.323 10950K .......... .......... .......... .......... .......... 89% 32.8M 0s\n", + "#17 1.325 11000K .......... .......... .......... .......... .......... 89% 46.3M 0s\n", + "#17 1.326 11050K .......... .......... .......... .......... .......... 90% 42.9M 0s\n", + "#17 1.327 11100K .......... .......... .......... .......... .......... 90% 42.1M 0s\n", + "#17 1.328 11150K .......... .......... .......... .......... .......... 90% 45.1M 0s\n", + "#17 1.330 11200K .......... .......... .......... .......... .......... 91% 31.6M 0s\n", + "#17 1.331 11250K .......... .......... .......... .......... .......... 91% 19.2M 0s\n", + "#17 1.333 11300K .......... .......... .......... .......... .......... 92% 25.6M 0s\n", + "#17 1.335 11350K .......... .......... .......... .......... .......... 92% 15.9M 0s\n", + "#17 1.338 11400K .......... .......... .......... .......... .......... 92% 27.4M 0s\n", + "#17 1.340 11450K .......... .......... .......... .......... .......... 93% 35.3M 0s\n", + "#17 1.341 11500K .......... .......... .......... .......... .......... 93% 34.7M 0s\n", + "#17 1.343 11550K .......... .......... .......... .......... .......... 94% 23.9M 0s\n", + "#17 1.346 11600K .......... .......... .......... .......... .......... 94% 30.0M 0s\n", + "#17 1.347 11650K .......... .......... .......... .......... .......... 95% 40.2M 0s\n", + "#17 1.348 11700K .......... .......... .......... .......... .......... 95% 21.5M 0s\n", + "#17 1.350 11750K .......... .......... .......... .......... .......... 95% 28.4M 0s\n", + "#17 1.352 11800K .......... .......... .......... .......... .......... 96% 35.1M 0s\n", + "#17 1.353 11850K .......... .......... .......... .......... .......... 96% 17.0M 0s\n", + "#17 1.356 11900K .......... .......... .......... .......... .......... 97% 20.1M 0s\n", + "#17 1.358 11950K .......... .......... .......... .......... .......... 97% 12.6M 0s\n", + "#17 1.363 12000K .......... .......... .......... .......... .......... 97% 47.1M 0s\n", + "#17 1.363 12050K .......... .......... .......... .......... .......... 98% 705M 0s\n", + "#17 1.363 12100K .......... .......... .......... .......... .......... 98% 928M 0s\n", + "#17 1.363 12150K .......... .......... .......... .......... .......... 99% 89.7M 0s\n", + "#17 1.364 12200K .......... .......... .......... .......... .......... 99% 43.9M 0s\n", + "#17 1.365 12250K .......... .......... .......... .......... .......... 99% 39.0M 0s\n", + "#17 1.366 12300K .......... ... 100% 34.5M=0.5s\n", + "#17 1.367 \n", + "#17 1.367 2025-09-09 13:53:46 (25.2 MB/s) - 'go-pmtiles_1.28.0_Linux_x86_64.tar.gz' saved [12609129/12609129]\n", + "#17 1.367 \n", + "#17 DONE 1.4s\n", + "\n", + "#18 [13/19] RUN tar -xvzf go-pmtiles_1.28.0_Linux_x86_64.tar.gz\n", + "#18 0.321 LICENSE\n", + "#18 0.321 README.md\n", + "#18 0.321 pmtiles\n", + "#18 DONE 0.5s\n", + "\n", + "#19 [14/19] RUN mv pmtiles /bin/pmtiles\n", + "#19 DONE 0.3s\n", + "\n", + "#20 [15/19] WORKDIR /app\n", + "#20 DONE 0.1s\n", + "\n", + "#21 [16/19] COPY vector/gdb_to_pmtiles.sh .\n", + "#21 DONE 0.1s\n", + "\n", + "#22 [17/19] COPY vector/all_layers_gdb_to_pmtiles.sh .\n", + "#22 DONE 0.1s\n", + "\n", + "#23 [18/19] RUN chmod +x gdb_to_pmtiles.sh\n", + "#23 DONE 0.3s\n", + "\n", + "#24 [19/19] RUN chmod +x all_layers_gdb_to_pmtiles.sh\n", + "#24 DONE 0.4s\n", + "\n", + "#25 exporting to image\n", + "#25 exporting layers\n", + "#25 exporting layers 23.6s done\n", + "#25 exporting manifest sha256:de38d05e4512b538a510e6d27c3d557c56e425dd6117aa4f819cea14be0c0cbd 0.0s done\n", + "#25 exporting config sha256:789316a0ccad672ece2a2202f5619fd8345ada12b4a5ade50af5a6d001eba0dd 0.0s done\n", + "#25 exporting attestation manifest sha256:f5b1709d0763a37b844283a70c308200b7d3cb64b7ee0d2245e156905b674678 0.0s done\n", + "#25 exporting manifest list sha256:3806cbbfe373384aef256a51b3a6f7af4632b84f90511d02112c3ac846604947 0.0s done\n", + "#25 naming to docker.io/library/pmtiles:latest done\n", + "#25 unpacking to docker.io/library/pmtiles:latest\n", + "#25 unpacking to docker.io/library/pmtiles:latest 6.7s done\n", + "#25 DONE 30.4s\n", + "\n", + "View build details: docker-desktop://dashboard/build/desktop-linux/desktop-linux/j8vuqxe4juyb58m1zevtd5s8z\n" + ] + } + ], "source": [ "# Bygger docker image med gdal, tippecanoe og pmtiles\n", "!docker build -t pmtiles -f vector/Dockerfile ." @@ -216,14 +2815,50 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 8, "id": "48bf7cb7", "metadata": {}, - "outputs": [], + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "2d75bc6df7468810a8bbdfa374f6e02e685e8870f69d83fdac0826059d53d310\n" + ] + } + ], "source": [ "!docker run --name pmtiles-converter -d pmtiles" ] }, + { + "cell_type": "markdown", + "id": "de02d6e3", + "metadata": {}, + "source": [ + "Konverterer line endings i shell script fra Windows (CRLF) til Unix (LF) format\n", + "for å unngå problemer i Linux containeren." + ] + }, + { + "cell_type": "code", + "execution_count": 14, + "id": "2268b9d9", + "metadata": {}, + "outputs": [], + "source": [ + "# Konverter Windows line endings (CRLF) til Unix line endings (LF)\n", + "with open('vector/gdb_to_pmtiles.sh', 'rb') as f:\n", + " content = f.read()\n", + "\n", + "# Erstatt \\r\\n med \\n\n", + "unix_content = content.replace(b'\\r\\n', b'\\n')\n", + "\n", + "# Skriv tilbake med Unix line endings\n", + "with open('vector/gdb_to_pmtiles_unix.sh', 'wb') as f:\n", + " f.write(unix_content)" + ] + }, { "cell_type": "markdown", "id": "f185cd5d", @@ -234,7 +2869,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 9, "id": "c776a2cd", "metadata": {}, "outputs": [], @@ -242,6 +2877,18 @@ "!docker cp ./vector/data/Basisdata_42_Agder_25832_N50Kartdata_FGDB.gdb pmtiles-converter:/app/N50_vektor_agder.gdb " ] }, + { + "cell_type": "code", + "execution_count": 15, + "id": "4d04af79", + "metadata": {}, + "outputs": [], + "source": [ + "# Kopierer det konverterte scriptet (med Unix line endings) inn i containeren\n", + "!docker cp ./vector/gdb_to_pmtiles_unix.sh pmtiles-converter:/app/gdb_to_pmtiles.sh\n", + "!docker exec pmtiles-converter chmod +x /app/gdb_to_pmtiles.sh" + ] + }, { "cell_type": "markdown", "id": "df86617c", @@ -252,10 +2899,1532 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 16, "id": "b8efc688", "metadata": {}, - "outputs": [], + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "🧩 Converting GDB to GeoJSON...\n", + "🗺️ Creating MBTiles with tippecanoe...\n", + "📦 Converting MBTiles to PMTiles...\n", + "2025/09/09 14:02:42 convert.go:159: Pass 1: Assembling TileID set\n", + "2025/09/09 14:02:42 convert.go:190: Pass 2: writing tiles\n", + "2025/09/09 14:02:42 convert.go:244: # of addressed tiles: 302\n", + "2025/09/09 14:02:42 convert.go:245: # of tile entries (after RLE): 302\n", + "2025/09/09 14:02:42 convert.go:246: # of tile contents: 302\n", + "2025/09/09 14:02:42 convert.go:269: Total dir bytes: 909\n", + "2025/09/09 14:02:42 convert.go:270: Average bytes per addressed tile: 3.01\n", + "2025/09/09 14:02:42 convert.go:239: Finished in 35.252657ms\n", + "✅ Done! PMTiles file created at: N50_Samferdsel_senterlinje.pmtiles\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "Read 0.00 million features\n", + "Read 0.01 million features\n", + "Read 0.02 million features\n", + "Read 0.03 million features\n", + "Read 0.04 million features\n", + "Read 0.05 million features\n", + "Read 0.06 million features\n", + "Read 0.07 million features\n", + "Read 0.08 million features\n", + " \n", + "Reordering geometry: 0% \n", + "Reordering geometry: 1% \n", + "Reordering geometry: 2% \n", + "Reordering geometry: 3% \n", + "Reordering geometry: 4% \n", + "Reordering geometry: 5% \n", + "Reordering geometry: 6% \n", + "Reordering geometry: 7% \n", + "Reordering geometry: 8% \n", + "Reordering geometry: 9% \n", + "Reordering geometry: 10% \n", + "Reordering geometry: 11% \n", + "Reordering geometry: 12% \n", + "Reordering geometry: 13% \n", + "Reordering geometry: 14% \n", + "Reordering geometry: 15% \n", + "Reordering geometry: 16% \n", + "Reordering geometry: 17% \n", + "Reordering geometry: 18% \n", + "Reordering geometry: 19% \n", + "Reordering geometry: 20% \n", + "Reordering geometry: 21% \n", + "Reordering geometry: 22% \n", + "Reordering geometry: 23% \n", + "Reordering geometry: 24% \n", + "Reordering geometry: 25% \n", + "Reordering geometry: 26% \n", + "Reordering geometry: 27% \n", + "Reordering geometry: 28% \n", + "Reordering geometry: 29% \n", + "Reordering geometry: 30% \n", + "Reordering geometry: 31% \n", + "Reordering geometry: 32% \n", + "Reordering geometry: 33% \n", + "Reordering geometry: 34% \n", + "Reordering geometry: 35% \n", + "Reordering geometry: 36% \n", + "Reordering geometry: 37% \n", + "Reordering geometry: 38% \n", + "Reordering geometry: 39% \n", + "Reordering geometry: 40% \n", + "Reordering geometry: 41% \n", + "Reordering geometry: 42% \n", + "Reordering geometry: 43% \n", + "Reordering geometry: 44% \n", + "Reordering geometry: 45% \n", + "Reordering geometry: 46% \n", + "Reordering geometry: 47% \n", + "Reordering geometry: 48% \n", + "Reordering geometry: 49% \n", + "Reordering geometry: 50% \n", + "Reordering geometry: 51% \n", + "Reordering geometry: 52% \n", + "Reordering geometry: 53% \n", + "Reordering geometry: 54% \n", + "Reordering geometry: 55% \n", + "Reordering geometry: 56% \n", + "Reordering geometry: 57% \n", + "Reordering geometry: 58% \n", + "Reordering geometry: 59% \n", + "Reordering geometry: 60% \n", + "Reordering geometry: 61% \n", + "Reordering geometry: 62% \n", + "Reordering geometry: 63% \n", + "Reordering geometry: 64% \n", + "Reordering geometry: 65% \n", + "Reordering geometry: 66% \n", + "Reordering geometry: 67% \n", + "Reordering geometry: 68% \n", + "Reordering geometry: 69% \n", + "Reordering geometry: 70% \n", + "Reordering geometry: 71% \n", + "Reordering geometry: 72% \n", + "Reordering geometry: 73% \n", + "Reordering geometry: 74% \n", + "Reordering geometry: 75% \n", + "Reordering geometry: 76% \n", + "Reordering geometry: 77% \n", + "Reordering geometry: 78% \n", + "Reordering geometry: 79% \n", + "Reordering geometry: 80% \n", + "Reordering geometry: 81% \n", + "Reordering geometry: 82% \n", + "Reordering geometry: 83% \n", + "Reordering geometry: 84% \n", + "Reordering geometry: 85% \n", + "Reordering geometry: 86% \n", + "Reordering geometry: 87% \n", + "Reordering geometry: 88% \n", + "Reordering geometry: 89% \n", + "Reordering geometry: 90% \n", + "Reordering geometry: 91% \n", + "Reordering geometry: 92% \n", + "Reordering geometry: 93% \n", + "Reordering geometry: 94% \n", + "Reordering geometry: 95% \n", + "Reordering geometry: 96% \n", + "Reordering geometry: 97% \n", + "Reordering geometry: 98% \n", + "Reordering geometry: 99% \n", + "81301 features, 7793426 bytes of geometry, 5950133 bytes of separate metadata, 1646416 bytes of string pool\n", + "Maxzoom: 0% \n", + "Maxzoom: 1% \n", + "Maxzoom: 2% \n", + "Maxzoom: 3% \n", + "Maxzoom: 4% \n", + "Maxzoom: 5% \n", + "Maxzoom: 6% \n", + "Maxzoom: 7% \n", + "Maxzoom: 8% \n", + "Maxzoom: 9% \n", + "Maxzoom: 10% \n", + "Maxzoom: 11% \n", + "Maxzoom: 12% \n", + "Maxzoom: 13% \n", + "Maxzoom: 14% \n", + "Maxzoom: 15% \n", + "Maxzoom: 16% \n", + "Maxzoom: 17% \n", + "Maxzoom: 18% \n", + "Maxzoom: 19% \n", + "Maxzoom: 20% \n", + "Maxzoom: 21% \n", + "Maxzoom: 22% \n", + "Maxzoom: 23% \n", + "Maxzoom: 24% \n", + "Maxzoom: 25% \n", + "Maxzoom: 26% \n", + "Maxzoom: 27% \n", + "Maxzoom: 28% \n", + "Maxzoom: 29% \n", + "Maxzoom: 30% \n", + "Maxzoom: 31% \n", + "Maxzoom: 32% \n", + "Maxzoom: 33% \n", + "Maxzoom: 34% \n", + "Maxzoom: 35% \n", + "Maxzoom: 36% \n", + "Maxzoom: 37% \n", + "Maxzoom: 38% \n", + "Maxzoom: 39% \n", + "Maxzoom: 40% \n", + "Maxzoom: 41% \n", + "Maxzoom: 42% \n", + "Maxzoom: 43% \n", + "Maxzoom: 44% \n", + "Maxzoom: 45% \n", + "Maxzoom: 46% \n", + "Maxzoom: 47% \n", + "Maxzoom: 48% \n", + "Maxzoom: 49% \n", + "Maxzoom: 50% \n", + "Maxzoom: 51% \n", + "Maxzoom: 52% \n", + "Maxzoom: 53% \n", + "Maxzoom: 54% \n", + "Maxzoom: 55% \n", + "Maxzoom: 56% \n", + "Maxzoom: 57% \n", + "Maxzoom: 58% \n", + "Maxzoom: 59% \n", + "Maxzoom: 60% \n", + "Maxzoom: 61% \n", + "Maxzoom: 62% \n", + "Maxzoom: 63% \n", + "Maxzoom: 64% \n", + "Maxzoom: 65% \n", + "Maxzoom: 66% \n", + "Maxzoom: 67% \n", + "Maxzoom: 68% \n", + "Maxzoom: 69% \n", + "Maxzoom: 70% \n", + "Maxzoom: 71% \n", + "Maxzoom: 72% \n", + "Maxzoom: 73% \n", + "Maxzoom: 74% \n", + "Maxzoom: 75% \n", + "Maxzoom: 76% \n", + "Maxzoom: 77% \n", + "Maxzoom: 78% \n", + "Maxzoom: 79% \n", + "Maxzoom: 80% \n", + "Maxzoom: 81% \n", + "Maxzoom: 82% \n", + "Maxzoom: 83% \n", + "Maxzoom: 84% \n", + "Maxzoom: 85% \n", + "Maxzoom: 86% \n", + "Maxzoom: 87% \n", + "Maxzoom: 88% \n", + "Maxzoom: 89% \n", + "Maxzoom: 90% \n", + "Maxzoom: 91% \n", + "Maxzoom: 92% \n", + "Maxzoom: 93% \n", + "Maxzoom: 94% \n", + "Maxzoom: 95% \n", + "Maxzoom: 96% \n", + "Maxzoom: 97% \n", + "Maxzoom: 98% \n", + "Maxzoom: 99% \n", + "Choosing a maxzoom of -z8 for features about 1074 feet (328 meters) apart\n", + "Choosing a maxzoom of -z11 for resolution of about 193 feet (59 meters) within features\n", + " 0.1% 0/0/0 \n", + " 0.2% 0/0/0 \n", + " 0.4% 0/0/0 \n", + " 0.5% 0/0/0 \n", + " 0.6% 0/0/0 \n", + " 0.7% 0/0/0 \n", + " 0.8% 0/0/0 \n", + " 0.9% 0/0/0 \n", + " 1.0% 0/0/0 \n", + " 1.1% 0/0/0 \n", + " 1.3% 0/0/0 \n", + " 1.5% 0/0/0 \n", + " 1.6% 0/0/0 \n", + " 1.8% 0/0/0 \n", + " 2.0% 0/0/0 \n", + " 2.1% 0/0/0 \n", + " 2.2% 0/0/0 \n", + " 2.4% 0/0/0 \n", + " 2.5% 0/0/0 \n", + " 2.6% 0/0/0 \n", + " 2.7% 0/0/0 \n", + " 2.9% 0/0/0 \n", + " 3.0% 0/0/0 \n", + " 3.1% 0/0/0 \n", + " 3.2% 0/0/0 \n", + " 3.4% 0/0/0 \n", + " 3.5% 0/0/0 \n", + " 3.6% 0/0/0 \n", + " 3.7% 0/0/0 \n", + " 3.9% 0/0/0 \n", + " 4.0% 0/0/0 \n", + " 4.1% 0/0/0 \n", + " 4.2% 0/0/0 \n", + " 4.3% 0/0/0 \n", + " 4.4% 0/0/0 \n", + " 4.5% 0/0/0 \n", + " 4.6% 0/0/0 \n", + " 4.7% 0/0/0 \n", + " 4.8% 0/0/0 \n", + " 4.9% 0/0/0 \n", + " 5.0% 0/0/0 \n", + " 5.1% 0/0/0 \n", + " 5.2% 0/0/0 \n", + " 5.3% 0/0/0 \n", + " 5.4% 0/0/0 \n", + " 5.5% 0/0/0 \n", + " 5.6% 0/0/0 \n", + " 5.7% 0/0/0 \n", + " 5.8% 0/0/0 \n", + " 5.9% 0/0/0 \n", + " 6.0% 0/0/0 \n", + " 6.1% 0/0/0 \n", + " 6.2% 0/0/0 \n", + " 6.3% 0/0/0 \n", + " 6.4% 0/0/0 \n", + " 6.5% 0/0/0 \n", + " 6.6% 0/0/0 \n", + " 6.7% 0/0/0 \n", + " 6.8% 0/0/0 \n", + " 6.9% 0/0/0 \n", + " 7.0% 0/0/0 \n", + " 7.1% 0/0/0 \n", + " 7.2% 0/0/0 \n", + " 7.3% 0/0/0 \n", + " 7.4% 0/0/0 \n", + " 7.5% 0/0/0 \n", + " 7.6% 0/0/0 \n", + " 7.7% 0/0/0 \n", + " 7.8% 0/0/0 \n", + " 7.9% 0/0/0 \n", + " 8.0% 0/0/0 \n", + " 8.1% 0/0/0 \n", + " 8.2% 0/0/0 \n", + " 8.3% 0/0/0 \n", + " 8.4% 1/1/0 \n", + " 8.5% 1/1/0 \n", + " 8.6% 1/1/0 \n", + " 8.7% 1/1/0 \n", + " 8.8% 1/1/0 \n", + " 8.9% 1/1/0 \n", + " 9.0% 1/1/0 \n", + " 9.1% 1/1/0 \n", + " 9.2% 1/1/0 \n", + " 9.3% 1/1/0 \n", + " 9.4% 1/1/0 \n", + " 9.5% 1/1/0 \n", + " 9.6% 1/1/0 \n", + " 9.7% 1/1/0 \n", + " 9.8% 1/1/0 \n", + " 9.9% 1/1/0 \n", + " 10.0% 1/1/0 \n", + " 10.1% 1/1/0 \n", + " 10.2% 1/1/0 \n", + " 10.3% 1/1/0 \n", + " 10.4% 1/1/0 \n", + " 10.5% 1/1/0 \n", + " 10.6% 1/1/0 \n", + " 10.7% 1/1/0 \n", + " 10.8% 1/1/0 \n", + " 10.9% 1/1/0 \n", + " 11.0% 1/1/0 \n", + " 11.1% 1/1/0 \n", + " 11.2% 1/1/0 \n", + " 11.3% 1/1/0 \n", + " 11.4% 1/1/0 \n", + " 11.5% 1/1/0 \n", + " 11.6% 1/1/0 \n", + " 11.7% 1/1/0 \n", + " 11.8% 1/1/0 \n", + " 11.9% 1/1/0 \n", + " 12.0% 1/1/0 \n", + " 12.1% 1/1/0 \n", + " 12.2% 1/1/0 \n", + " 12.3% 1/1/0 \n", + " 12.4% 1/1/0 \n", + " 12.5% 1/1/0 \n", + " 12.6% 1/1/0 \n", + " 12.7% 1/1/0 \n", + " 12.8% 1/1/0 \n", + " 12.9% 1/1/0 \n", + " 13.0% 1/1/0 \n", + " 13.1% 1/1/0 \n", + " 13.2% 1/1/0 \n", + " 13.3% 1/1/0 \n", + " 13.4% 1/1/0 \n", + " 13.5% 1/1/0 \n", + " 13.6% 1/1/0 \n", + " 13.7% 1/1/0 \n", + " 13.8% 1/1/0 \n", + " 13.9% 1/1/0 \n", + " 14.0% 1/1/0 \n", + " 14.1% 1/1/0 \n", + " 14.2% 1/1/0 \n", + " 14.3% 1/1/0 \n", + " 14.4% 1/1/0 \n", + " 14.5% 1/1/0 \n", + " 14.6% 1/1/0 \n", + " 14.7% 1/1/0 \n", + " 14.8% 1/1/0 \n", + " 14.9% 1/1/0 \n", + " 15.0% 1/1/0 \n", + " 15.1% 1/1/0 \n", + " 15.2% 1/1/0 \n", + " 15.3% 1/1/0 \n", + " 15.4% 1/1/0 \n", + " 15.5% 1/1/0 \n", + " 15.6% 1/1/0 \n", + " 15.7% 1/1/0 \n", + " 15.8% 1/1/0 \n", + " 15.9% 1/1/0 \n", + " 16.0% 1/1/0 \n", + " 16.1% 1/1/0 \n", + " 16.3% 1/1/0 \n", + " 16.5% 1/1/0 \n", + " 16.6% 1/1/0 \n", + " 16.8% 2/2/1 \n", + " 17.0% 2/2/1 \n", + " 17.1% 2/2/1 \n", + " 17.3% 2/2/1 \n", + " 17.5% 2/2/1 \n", + " 17.6% 2/2/1 \n", + " 17.8% 2/2/1 \n", + " 18.0% 2/2/1 \n", + " 18.1% 2/2/1 \n", + " 18.3% 2/2/1 \n", + " 18.5% 2/2/1 \n", + " 18.6% 2/2/1 \n", + " 18.8% 2/2/1 \n", + " 19.0% 2/2/1 \n", + " 19.1% 2/2/1 \n", + " 19.3% 2/2/1 \n", + " 19.5% 2/2/1 \n", + " 19.6% 2/2/1 \n", + " 19.8% 2/2/1 \n", + " 20.0% 2/2/1 \n", + " 20.1% 2/2/1 \n", + " 20.3% 2/2/1 \n", + " 20.5% 2/2/1 \n", + " 20.6% 2/2/1 \n", + " 20.8% 2/2/1 \n", + " 21.0% 2/2/1 \n", + " 21.1% 2/2/1 \n", + " 21.3% 2/2/1 \n", + " 21.5% 2/2/1 \n", + " 21.6% 2/2/1 \n", + " 21.8% 2/2/1 \n", + " 22.0% 2/2/1 \n", + " 22.1% 2/2/1 \n", + " 22.3% 2/2/1 \n", + " 22.5% 2/2/1 \n", + " 22.6% 2/2/1 \n", + " 22.8% 2/2/1 \n", + " 23.0% 2/2/1 \n", + " 23.1% 2/2/1 \n", + " 23.3% 2/2/1 \n", + " 23.5% 2/2/1 \n", + " 23.6% 2/2/1 \n", + " 23.8% 2/2/1 \n", + " 24.0% 2/2/1 \n", + " 24.1% 2/2/1 \n", + " 24.3% 2/2/1 \n", + " 24.5% 2/2/1 \n", + " 24.6% 2/2/1 \n", + " 24.8% 2/2/1 \n", + " 25.0% 3/4/2 \n", + " 25.1% 3/4/2 \n", + " 25.3% 3/4/2 \n", + " 25.5% 3/4/2 \n", + " 25.6% 3/4/2 \n", + " 25.8% 3/4/2 \n", + " 26.0% 3/4/2 \n", + " 26.1% 3/4/2 \n", + " 26.3% 3/4/2 \n", + " 26.5% 3/4/2 \n", + " 26.6% 3/4/2 \n", + " 26.8% 3/4/2 \n", + " 27.0% 3/4/2 \n", + " 27.1% 3/4/2 \n", + " 27.3% 3/4/2 \n", + " 27.5% 3/4/2 \n", + " 27.6% 3/4/2 \n", + " 27.8% 3/4/2 \n", + " 28.0% 3/4/2 \n", + " 28.1% 3/4/2 \n", + " 28.3% 3/4/2 \n", + " 28.5% 3/4/2 \n", + " 28.6% 3/4/2 \n", + " 28.8% 3/4/2 \n", + " 29.0% 3/4/2 \n", + " 29.1% 3/4/2 \n", + "tile 3/4/2 size is 539670 with detail 12, >500000 \n", + "Going to try keeping the sparsest 83.38% of the features to make it fit\n", + " 25.0% 3/4/2 \n", + " 25.1% 3/4/2 \n", + " 25.3% 3/4/2 \n", + " 25.5% 3/4/2 \n", + " 25.6% 3/4/2 \n", + " 25.8% 3/4/2 \n", + " 26.0% 3/4/2 \n", + " 26.1% 3/4/2 \n", + " 26.3% 3/4/2 \n", + " 26.5% 3/4/2 \n", + " 26.6% 3/4/2 \n", + " 26.8% 3/4/2 \n", + " 27.0% 3/4/2 \n", + " 27.1% 3/4/2 \n", + " 27.3% 3/4/2 \n", + " 27.5% 3/4/2 \n", + " 27.6% 3/4/2 \n", + " 27.8% 3/4/2 \n", + " 28.0% 3/4/2 \n", + " 28.1% 3/4/2 \n", + " 28.3% 3/4/2 \n", + " 28.5% 3/4/2 \n", + " 28.6% 3/4/2 \n", + " 28.8% 3/4/2 \n", + " 29.0% 3/4/2 \n", + " 29.1% 3/4/2 \n", + "tile 3/4/2 size is 523030 with detail 12, >500000 \n", + "Going to try keeping the sparsest 71.74% of the features to make it fit\n", + " 25.0% 3/4/2 \n", + " 25.1% 3/4/2 \n", + " 25.3% 3/4/2 \n", + " 25.5% 3/4/2 \n", + " 25.6% 3/4/2 \n", + " 25.8% 3/4/2 \n", + " 26.0% 3/4/2 \n", + " 26.1% 3/4/2 \n", + " 26.3% 3/4/2 \n", + " 26.5% 3/4/2 \n", + " 26.6% 3/4/2 \n", + " 26.8% 3/4/2 \n", + " 27.0% 3/4/2 \n", + " 27.1% 3/4/2 \n", + " 27.3% 3/4/2 \n", + " 27.5% 3/4/2 \n", + " 27.6% 3/4/2 \n", + " 27.8% 3/4/2 \n", + " 28.0% 3/4/2 \n", + " 28.1% 3/4/2 \n", + " 28.3% 3/4/2 \n", + " 28.5% 3/4/2 \n", + " 28.6% 3/4/2 \n", + " 28.8% 3/4/2 \n", + " 29.0% 3/4/2 \n", + " 29.1% 3/4/2 \n", + "tile 3/4/2 size is 506404 with detail 12, >500000 \n", + "Going to try keeping the sparsest 63.75% of the features to make it fit\n", + " 25.0% 3/4/2 \n", + " 25.1% 3/4/2 \n", + " 25.3% 3/4/2 \n", + " 25.5% 3/4/2 \n", + " 25.6% 3/4/2 \n", + " 25.8% 3/4/2 \n", + " 26.0% 3/4/2 \n", + " 26.1% 3/4/2 \n", + " 26.3% 3/4/2 \n", + " 26.5% 3/4/2 \n", + " 26.6% 3/4/2 \n", + " 26.8% 3/4/2 \n", + " 27.0% 3/4/2 \n", + " 27.1% 3/4/2 \n", + " 27.3% 3/4/2 \n", + " 27.5% 3/4/2 \n", + " 27.6% 3/4/2 \n", + " 27.8% 3/4/2 \n", + " 28.0% 3/4/2 \n", + " 28.1% 3/4/2 \n", + " 28.3% 3/4/2 \n", + " 28.5% 3/4/2 \n", + " 28.6% 3/4/2 \n", + " 28.8% 3/4/2 \n", + " 29.0% 3/4/2 \n", + " 29.1% 3/4/2 \n", + " 29.3% 3/4/2 \n", + " 29.5% 3/4/2 \n", + " 29.6% 3/4/2 \n", + " 29.8% 3/4/2 \n", + " 30.0% 3/4/2 \n", + " 30.1% 3/4/2 \n", + " 30.3% 3/4/2 \n", + " 30.5% 3/4/2 \n", + " 30.6% 3/4/2 \n", + " 30.8% 3/4/2 \n", + " 31.0% 3/4/2 \n", + " 31.1% 3/4/2 \n", + " 31.3% 3/4/2 \n", + " 31.5% 3/4/2 \n", + " 31.6% 3/4/2 \n", + " 31.8% 3/4/2 \n", + " 32.0% 3/4/2 \n", + " 32.1% 3/4/2 \n", + " 32.2% 3/4/2 \n", + " 32.4% 3/4/2 \n", + " 32.5% 3/4/2 \n", + " 32.6% 3/4/2 \n", + " 32.7% 3/4/2 \n", + " 32.9% 3/4/2 \n", + " 33.0% 3/4/2 \n", + " 33.1% 3/4/2 \n", + " 33.2% 3/4/2 \n", + " 33.4% 4/8/4 \n", + " 33.5% 4/8/4 \n", + " 33.6% 4/8/4 \n", + " 33.7% 4/8/4 \n", + " 33.9% 4/8/4 \n", + " 34.0% 4/8/4 \n", + " 34.1% 4/8/4 \n", + " 34.2% 4/8/4 \n", + " 34.4% 4/8/4 \n", + " 34.5% 4/8/4 \n", + " 34.6% 4/8/4 \n", + " 34.7% 4/8/4 \n", + " 34.9% 4/8/4 \n", + " 35.0% 4/8/4 \n", + " 35.1% 4/8/4 \n", + " 35.2% 4/8/4 \n", + " 35.4% 4/8/4 \n", + " 35.5% 4/8/4 \n", + " 35.6% 4/8/4 \n", + " 35.7% 4/8/4 \n", + " 35.9% 4/8/4 \n", + " 36.0% 4/8/4 \n", + " 36.1% 4/8/4 \n", + " 36.2% 4/8/4 \n", + " 36.4% 4/8/4 \n", + " 36.5% 4/8/4 \n", + " 36.6% 4/8/4 \n", + " 36.7% 4/8/4 \n", + " 36.9% 4/8/4 \n", + " 37.0% 4/8/4 \n", + " 37.1% 4/8/4 \n", + " 37.2% 4/8/4 \n", + " 37.4% 4/8/4 \n", + "tile 4/8/4 size is 817226 with detail 12, >500000 \n", + "Going to try keeping the sparsest 55.06% of the features to make it fit\n", + " 33.3% 4/8/4 \n", + " 33.4% 4/8/4 \n", + " 33.5% 4/8/4 \n", + " 33.6% 4/8/4 \n", + " 33.7% 4/8/4 \n", + " 33.9% 4/8/4 \n", + " 34.0% 4/8/4 \n", + " 34.1% 4/8/4 \n", + " 34.2% 4/8/4 \n", + " 34.4% 4/8/4 \n", + " 34.5% 4/8/4 \n", + " 34.6% 4/8/4 \n", + " 34.7% 4/8/4 \n", + " 34.9% 4/8/4 \n", + " 35.0% 4/8/4 \n", + " 35.1% 4/8/4 \n", + " 35.2% 4/8/4 \n", + " 35.4% 4/8/4 \n", + " 35.5% 4/8/4 \n", + " 35.6% 4/8/4 \n", + " 35.7% 4/8/4 \n", + " 35.9% 4/8/4 \n", + " 36.0% 4/8/4 \n", + " 36.1% 4/8/4 \n", + " 36.2% 4/8/4 \n", + " 36.4% 4/8/4 \n", + " 36.5% 4/8/4 \n", + " 36.6% 4/8/4 \n", + " 36.7% 4/8/4 \n", + " 36.9% 4/8/4 \n", + " 37.0% 4/8/4 \n", + " 37.1% 4/8/4 \n", + " 37.2% 4/8/4 \n", + " 37.4% 4/8/4 \n", + "tile 4/8/4 size is 644244 with detail 12, >500000 \n", + "Going to try keeping the sparsest 38.46% of the features to make it fit\n", + " 33.3% 4/8/4 \n", + " 33.4% 4/8/4 \n", + " 33.5% 4/8/4 \n", + " 33.6% 4/8/4 \n", + " 33.7% 4/8/4 \n", + " 33.9% 4/8/4 \n", + " 34.0% 4/8/4 \n", + " 34.1% 4/8/4 \n", + " 34.2% 4/8/4 \n", + " 34.4% 4/8/4 \n", + " 34.5% 4/8/4 \n", + " 34.6% 4/8/4 \n", + " 34.7% 4/8/4 \n", + " 34.9% 4/8/4 \n", + " 35.0% 4/8/4 \n", + " 35.1% 4/8/4 \n", + " 35.2% 4/8/4 \n", + " 35.4% 4/8/4 \n", + " 35.5% 4/8/4 \n", + " 35.6% 4/8/4 \n", + " 35.7% 4/8/4 \n", + " 35.9% 4/8/4 \n", + " 36.0% 4/8/4 \n", + " 36.1% 4/8/4 \n", + " 36.2% 4/8/4 \n", + " 36.4% 4/8/4 \n", + " 36.5% 4/8/4 \n", + " 36.6% 4/8/4 \n", + " 36.7% 4/8/4 \n", + " 36.9% 4/8/4 \n", + " 37.0% 4/8/4 \n", + " 37.1% 4/8/4 \n", + " 37.2% 4/8/4 \n", + " 37.4% 4/8/4 \n", + "tile 4/8/4 size is 506589 with detail 12, >500000 \n", + "Going to try keeping the sparsest 34.17% of the features to make it fit\n", + " 33.3% 4/8/4 \n", + " 33.4% 4/8/4 \n", + " 33.5% 4/8/4 \n", + " 33.6% 4/8/4 \n", + " 33.7% 4/8/4 \n", + " 33.9% 4/8/4 \n", + " 34.0% 4/8/4 \n", + " 34.1% 4/8/4 \n", + " 34.2% 4/8/4 \n", + " 34.4% 4/8/4 \n", + " 34.5% 4/8/4 \n", + " 34.6% 4/8/4 \n", + " 34.7% 4/8/4 \n", + " 34.9% 4/8/4 \n", + " 35.0% 4/8/4 \n", + " 35.1% 4/8/4 \n", + " 35.2% 4/8/4 \n", + " 35.4% 4/8/4 \n", + " 35.5% 4/8/4 \n", + " 35.6% 4/8/4 \n", + " 35.7% 4/8/4 \n", + " 35.9% 4/8/4 \n", + " 36.0% 4/8/4 \n", + " 36.1% 4/8/4 \n", + " 36.2% 4/8/4 \n", + " 36.4% 4/8/4 \n", + " 36.5% 4/8/4 \n", + " 36.6% 4/8/4 \n", + " 36.7% 4/8/4 \n", + " 36.9% 4/8/4 \n", + " 37.0% 4/8/4 \n", + " 37.1% 4/8/4 \n", + " 37.2% 4/8/4 \n", + " 37.4% 4/8/4 \n", + " 37.5% 4/8/4 \n", + " 37.6% 4/8/4 \n", + " 37.7% 4/8/4 \n", + " 37.9% 4/8/4 \n", + " 38.0% 4/8/4 \n", + " 38.1% 4/8/4 \n", + " 38.2% 4/8/4 \n", + " 38.4% 4/8/4 \n", + " 38.5% 4/8/4 \n", + " 38.6% 4/8/4 \n", + " 38.7% 4/8/4 \n", + " 38.9% 4/8/4 \n", + " 39.0% 4/8/4 \n", + " 39.1% 4/8/4 \n", + " 39.2% 4/8/4 \n", + " 39.4% 4/8/4 \n", + " 39.5% 4/8/4 \n", + " 39.6% 4/8/4 \n", + " 39.7% 4/8/4 \n", + " 39.9% 4/8/4 \n", + " 40.0% 4/8/4 \n", + " 40.1% 4/8/4 \n", + " 40.2% 4/8/4 \n", + " 40.4% 4/8/4 \n", + " 40.5% 4/8/4 \n", + " 40.6% 4/8/4 \n", + " 40.7% 4/8/4 \n", + " 40.9% 4/8/4 \n", + " 41.0% 4/8/4 \n", + " 41.1% 4/8/4 \n", + " 41.2% 4/8/4 \n", + " 41.4% 4/8/4 \n", + " 41.5% 4/8/4 \n", + " 41.6% 4/8/4 \n", + " 41.7% 5/16/9 \n", + " 41.9% 5/16/9 \n", + " 42.0% 5/16/9 \n", + " 42.1% 5/16/9 \n", + " 42.2% 5/16/9 \n", + " 42.4% 5/16/9 \n", + " 42.5% 5/16/9 \n", + " 42.6% 5/16/9 \n", + " 42.7% 5/16/9 \n", + " 42.9% 5/16/9 \n", + " 43.0% 5/16/9 \n", + " 43.1% 5/16/9 \n", + " 43.2% 5/16/9 \n", + " 43.4% 5/16/9 \n", + " 43.5% 5/16/9 \n", + " 43.6% 5/16/9 \n", + " 43.7% 5/16/9 \n", + " 43.9% 5/16/9 \n", + " 44.0% 5/16/9 \n", + " 44.1% 5/16/9 \n", + " 44.2% 5/16/9 \n", + " 44.4% 5/16/9 \n", + " 44.5% 5/16/9 \n", + " 44.6% 5/16/9 \n", + " 44.7% 5/16/9 \n", + " 44.9% 5/16/9 \n", + " 45.0% 5/16/9 \n", + " 45.1% 5/16/9 \n", + " 45.2% 5/16/9 \n", + " 45.4% 5/16/9 \n", + " 45.5% 5/16/9 \n", + " 45.6% 5/16/9 \n", + " 45.7% 5/16/9 \n", + "tile 5/16/9 size is 1118641 with detail 12, >500000 \n", + "Going to try keeping the sparsest 40.23% of the features to make it fit\n", + " 41.6% 5/16/9 \n", + " 41.7% 5/16/9 \n", + " 41.9% 5/16/9 \n", + " 42.0% 5/16/9 \n", + " 42.1% 5/16/9 \n", + " 42.2% 5/16/9 \n", + " 42.4% 5/16/9 \n", + " 42.5% 5/16/9 \n", + " 42.6% 5/16/9 \n", + " 42.7% 5/16/9 \n", + " 42.9% 5/16/9 \n", + " 43.0% 5/16/9 \n", + " 43.1% 5/16/9 \n", + " 43.2% 5/16/9 \n", + " 43.4% 5/16/9 \n", + " 43.5% 5/16/9 \n", + " 43.6% 5/16/9 \n", + " 43.7% 5/16/9 \n", + " 43.9% 5/16/9 \n", + " 44.0% 5/16/9 \n", + " 44.1% 5/16/9 \n", + " 44.2% 5/16/9 \n", + " 44.4% 5/16/9 \n", + " 44.5% 5/16/9 \n", + " 44.6% 5/16/9 \n", + " 44.7% 5/16/9 \n", + " 44.9% 5/16/9 \n", + " 45.0% 5/16/9 \n", + " 45.1% 5/16/9 \n", + " 45.2% 5/16/9 \n", + " 45.4% 5/16/9 \n", + " 45.5% 5/16/9 \n", + " 45.6% 5/16/9 \n", + " 45.7% 5/16/9 \n", + "tile 5/16/9 size is 609870 with detail 12, >500000 \n", + "Going to try keeping the sparsest 29.68% of the features to make it fit\n", + " 41.6% 5/16/9 \n", + " 41.7% 5/16/9 \n", + " 41.9% 5/16/9 \n", + " 42.0% 5/16/9 \n", + " 42.1% 5/16/9 \n", + " 42.2% 5/16/9 \n", + " 42.4% 5/16/9 \n", + " 42.5% 5/16/9 \n", + " 42.6% 5/16/9 \n", + " 42.7% 5/16/9 \n", + " 42.9% 5/16/9 \n", + " 43.0% 5/16/9 \n", + " 43.1% 5/16/9 \n", + " 43.2% 5/16/9 \n", + " 43.4% 5/16/9 \n", + " 43.5% 5/16/9 \n", + " 43.6% 5/16/9 \n", + " 43.7% 5/16/9 \n", + " 43.9% 5/16/9 \n", + " 44.0% 5/16/9 \n", + " 44.1% 5/16/9 \n", + " 44.2% 5/16/9 \n", + " 44.4% 5/16/9 \n", + " 44.5% 5/16/9 \n", + " 44.6% 5/16/9 \n", + " 44.7% 5/16/9 \n", + " 44.9% 5/16/9 \n", + " 45.0% 5/16/9 \n", + " 45.1% 5/16/9 \n", + " 45.2% 5/16/9 \n", + " 45.4% 5/16/9 \n", + " 45.5% 5/16/9 \n", + " 45.6% 5/16/9 \n", + " 45.7% 5/16/9 \n", + " 45.9% 5/16/9 \n", + " 46.0% 5/16/9 \n", + " 46.1% 5/16/9 \n", + " 46.2% 5/16/9 \n", + " 46.4% 5/16/9 \n", + " 46.5% 5/16/9 \n", + " 46.6% 5/16/9 \n", + " 46.7% 5/16/9 \n", + " 46.9% 5/16/9 \n", + " 47.0% 5/16/9 \n", + " 47.1% 5/16/9 \n", + " 47.2% 5/16/9 \n", + " 47.4% 5/16/9 \n", + " 47.5% 5/16/9 \n", + " 47.6% 5/16/9 \n", + " 47.7% 5/16/9 \n", + " 47.9% 5/16/9 \n", + " 48.0% 5/16/9 \n", + " 48.1% 5/16/9 \n", + " 48.2% 5/16/9 \n", + " 48.4% 5/16/9 \n", + " 48.5% 5/16/9 \n", + " 48.6% 5/16/9 \n", + " 48.7% 5/16/9 \n", + " 48.9% 5/16/9 \n", + " 49.0% 5/16/9 \n", + " 49.1% 5/16/9 \n", + " 49.2% 5/16/9 \n", + " 49.4% 5/16/9 \n", + " 49.5% 5/16/9 \n", + " 49.6% 5/16/9 \n", + " 49.7% 5/16/9 \n", + " 49.9% 5/16/9 \n", + " 50.0% 6/33/18 \n", + " 50.1% 6/33/18 \n", + " 50.2% 6/33/18 \n", + " 50.4% 6/33/18 \n", + " 50.5% 6/33/18 \n", + " 50.6% 6/33/18 \n", + " 50.7% 6/33/18 \n", + " 50.9% 6/33/19 \n", + " 51.0% 6/33/19 \n", + " 51.1% 6/33/19 \n", + " 51.2% 6/33/19 \n", + " 51.4% 6/33/19 \n", + " 51.5% 6/33/19 \n", + " 51.6% 6/33/19 \n", + " 51.7% 6/33/19 \n", + " 51.9% 6/33/19 \n", + " 52.0% 6/33/19 \n", + " 52.1% 6/33/19 \n", + " 52.2% 6/33/19 \n", + " 52.4% 6/33/19 \n", + " 52.5% 6/33/19 \n", + " 52.6% 6/33/19 \n", + " 52.7% 6/33/19 \n", + " 53.5% 6/33/19 \n", + " 53.6% 6/33/19 \n", + " 53.7% 6/33/19 \n", + " 53.9% 6/33/19 \n", + " 54.0% 6/33/19 \n", + " 54.1% 6/33/19 \n", + "tile 6/33/19 size is 1265797 with detail 12, >500000 \n", + "Going to try keeping the sparsest 35.55% of the features to make it fit\n", + " 50.7% 6/33/19 \n", + " 50.9% 6/33/19 \n", + " 51.0% 6/33/19 \n", + " 51.1% 6/33/19 \n", + " 51.2% 6/33/19 \n", + " 51.4% 6/33/19 \n", + " 51.5% 6/33/19 \n", + " 51.6% 6/33/19 \n", + " 51.7% 6/33/19 \n", + " 51.9% 6/33/19 \n", + " 52.0% 6/33/19 \n", + " 52.1% 6/33/19 \n", + " 52.2% 6/33/19 \n", + " 52.4% 6/33/19 \n", + " 52.5% 6/33/19 \n", + " 52.6% 6/33/19 \n", + " 52.7% 6/33/19 \n", + " 52.9% 6/33/19 \n", + " 53.0% 6/33/19 \n", + " 53.1% 6/33/19 \n", + " 53.2% 6/33/19 \n", + " 53.4% 6/33/19 \n", + " 53.5% 6/33/19 \n", + " 53.6% 6/33/19 \n", + " 53.7% 6/33/19 \n", + " 53.9% 6/33/19 \n", + " 54.0% 6/33/19 \n", + " 54.1% 6/33/19 \n", + "tile 6/33/19 size is 560873 with detail 12, >500000 \n", + "Going to try keeping the sparsest 28.52% of the features to make it fit\n", + " 50.7% 6/33/19 \n", + " 50.9% 6/33/19 \n", + " 51.0% 6/33/19 \n", + " 51.1% 6/33/19 \n", + " 51.2% 6/33/19 \n", + " 51.4% 6/33/19 \n", + " 51.5% 6/33/19 \n", + " 51.6% 6/33/19 \n", + " 51.7% 6/33/19 \n", + " 51.9% 6/33/19 \n", + " 52.0% 6/33/19 \n", + " 52.1% 6/33/19 \n", + " 52.2% 6/33/19 \n", + " 52.4% 6/33/19 \n", + " 52.5% 6/33/19 \n", + " 52.6% 6/33/19 \n", + " 52.7% 6/33/19 \n", + " 52.9% 6/33/19 \n", + " 53.0% 6/33/19 \n", + " 53.1% 6/33/19 \n", + " 53.2% 6/33/19 \n", + " 53.4% 6/33/19 \n", + " 53.5% 6/33/19 \n", + " 53.6% 6/33/19 \n", + " 53.7% 6/33/19 \n", + " 53.9% 6/33/19 \n", + " 54.0% 6/33/19 \n", + " 54.1% 6/33/19 \n", + " 54.2% 6/33/18 \n", + " 54.4% 6/33/18 \n", + " 54.5% 6/33/18 \n", + " 54.6% 6/33/18 \n", + " 54.7% 6/33/18 \n", + " 54.9% 6/33/18 \n", + " 55.0% 6/33/19 \n", + " 55.1% 6/33/19 \n", + " 55.2% 6/33/19 \n", + " 55.4% 6/33/19 \n", + " 56.1% 6/33/19 \n", + " 56.2% 6/33/19 \n", + " 56.4% 6/33/19 \n", + " 56.5% 6/33/19 \n", + " 56.6% 6/33/19 \n", + " 56.7% 6/33/19 \n", + " 56.9% 6/33/19 \n", + " 57.0% 6/33/19 \n", + " 57.1% 6/33/19 \n", + " 57.2% 6/33/19 \n", + " 57.4% 6/33/19 \n", + " 57.5% 6/33/19 \n", + " 57.6% 6/33/19 \n", + " 57.7% 6/33/19 \n", + " 57.9% 6/33/19 \n", + " 58.0% 6/33/19 \n", + " 58.1% 6/33/19 \n", + " 58.2% 6/33/19 \n", + " 58.4% 7/67/37 \n", + " 58.5% 7/67/37 \n", + " 58.6% 7/66/37 \n", + " 58.7% 7/66/37 \n", + " 58.9% 7/67/38 \n", + " 59.1% 7/67/38 \n", + " 59.1% 7/66/38 \n", + " 59.2% 7/67/38 \n", + " 59.4% 7/66/38 \n", + " 59.5% 7/66/38 \n", + " 59.6% 7/66/38 \n", + " 59.7% 7/66/38 \n", + " 59.9% 7/66/38 \n", + " 60.0% 7/66/38 \n", + " 60.1% 7/66/38 \n", + " 60.2% 7/66/38 \n", + " 60.7% 7/66/38 \n", + " 60.9% 7/66/38 \n", + " 61.0% 7/66/38 \n", + " 61.1% 7/66/38 \n", + " 61.2% 7/66/38 \n", + " 61.4% 7/66/38 \n", + " 61.5% 7/66/38 \n", + " 61.6% 7/66/38 \n", + " 62.4% 7/66/38 \n", + "tile 7/66/38 size is 1089564 with detail 12, >500000 \n", + "Going to try keeping the sparsest 41.30% of the features to make it fit\n", + " 59.8% 7/66/38 \n", + " 59.9% 7/66/38 \n", + " 60.0% 7/66/38 \n", + " 60.1% 7/66/38 \n", + " 60.2% 7/66/38 \n", + " 60.4% 7/66/38 \n", + " 60.5% 7/66/38 \n", + " 60.6% 7/66/38 \n", + " 60.7% 7/66/38 \n", + " 60.9% 7/66/38 \n", + " 61.0% 7/66/38 \n", + " 61.1% 7/66/38 \n", + " 61.2% 7/66/38 \n", + " 61.4% 7/66/38 \n", + " 61.5% 7/66/38 \n", + " 61.6% 7/66/38 \n", + " 61.7% 7/66/38 \n", + " 61.9% 7/66/38 \n", + " 62.0% 7/66/38 \n", + " 62.1% 7/66/38 \n", + " 62.2% 7/66/38 \n", + " 62.4% 7/66/38 \n", + "tile 7/66/38 size is 529844 with detail 12, >500000 \n", + "Going to try keeping the sparsest 35.08% of the features to make it fit\n", + " 59.8% 7/66/38 \n", + " 59.9% 7/66/38 \n", + " 60.0% 7/66/38 \n", + " 60.1% 7/66/38 \n", + " 60.2% 7/66/38 \n", + " 60.4% 7/66/38 \n", + " 60.5% 7/66/38 \n", + " 60.6% 7/66/38 \n", + " 60.7% 7/66/38 \n", + " 60.9% 7/66/38 \n", + " 61.0% 7/66/38 \n", + " 61.1% 7/66/38 \n", + " 61.2% 7/66/38 \n", + " 61.4% 7/66/38 \n", + " 61.5% 7/66/38 \n", + " 61.6% 7/66/38 \n", + " 61.7% 7/66/38 \n", + " 61.9% 7/66/38 \n", + " 62.0% 7/66/38 \n", + " 62.1% 7/66/38 \n", + " 62.2% 7/66/38 \n", + " 62.4% 7/66/38 \n", + " 62.5% 7/66/37 \n", + " 62.5% 7/67/37 \n", + " 62.6% 7/67/38 \n", + " 62.7% 7/67/38 \n", + " 63.0% 7/67/38 \n", + " 63.0% 7/66/38 \n", + " 63.0% 7/66/37 \n", + " 63.1% 7/67/38 \n", + " 63.2% 7/66/37 \n", + " 63.4% 7/67/38 \n", + " 63.5% 7/67/38 \n", + " 63.9% 7/66/38 \n", + " 64.0% 7/67/38 \n", + " 64.1% 7/66/38 \n", + " 64.2% 7/66/38 \n", + " 64.3% 7/66/38 \n", + " 64.4% 7/66/38 \n", + " 64.5% 7/66/38 \n", + " 64.6% 7/66/38 \n", + " 64.7% 7/66/38 \n", + " 65.5% 7/66/38 \n", + " 65.6% 7/66/38 \n", + " 65.7% 7/66/38 \n", + " 65.8% 7/66/38 \n", + " 65.9% 7/66/38 \n", + " 66.0% 7/66/38 \n", + " 66.1% 7/66/38 \n", + " 66.2% 7/66/38 \n", + " 66.3% 7/66/38 \n", + " 66.4% 7/66/38 \n", + " 66.5% 7/66/38 \n", + " 66.6% 7/66/38 \n", + " 66.7% 8/132/76 \n", + " 66.8% 8/132/76 \n", + " 66.9% 8/133/76 \n", + " 67.0% 8/133/76 \n", + " 67.1% 8/133/76 \n", + " 67.2% 8/133/76 \n", + " 67.3% 8/133/76 \n", + " 67.4% 8/133/76 \n", + " 67.5% 8/133/76 \n", + " 67.6% 8/133/76 \n", + " 67.7% 8/133/76 \n", + " 67.8% 8/133/76 \n", + " 67.9% 8/133/76 \n", + " 68.0% 8/133/76 \n", + " 68.1% 8/133/76 \n", + " 68.2% 8/133/76 \n", + " 68.3% 8/133/76 \n", + " 68.4% 8/133/76 \n", + " 68.8% 8/133/76 \n", + " 69.1% 8/133/76 \n", + " 69.2% 8/133/76 \n", + " 69.3% 8/133/76 \n", + " 70.0% 8/133/76 \n", + "tile 8/133/76 size is 885797 with detail 12, >500000 \n", + "Going to try keeping the sparsest 50.80% of the features to make it fit\n", + " 69.0% 8/133/76 \n", + " 69.1% 8/133/76 \n", + " 69.2% 8/133/76 \n", + " 69.3% 8/133/76 \n", + " 69.4% 8/133/76 \n", + " 69.5% 8/133/76 \n", + " 69.6% 8/133/76 \n", + " 69.7% 8/133/76 \n", + " 69.8% 8/133/76 \n", + " 69.9% 8/133/76 \n", + " 70.0% 8/133/76 \n", + " 70.1% 8/133/76 \n", + " 70.2% 8/133/76 \n", + " 70.3% 8/133/76 \n", + " 70.4% 8/133/76 \n", + " 70.5% 8/133/76 \n", + " 70.6% 8/133/76 \n", + " 70.7% 8/133/76 \n", + " 70.8% 8/133/76 \n", + "tile 8/133/76 size is 508258 with detail 12, >500000 \n", + "Going to try keeping the sparsest 44.98% of the features to make it fit\n", + " 69.0% 8/133/76 \n", + " 69.1% 8/133/76 \n", + " 69.2% 8/133/76 \n", + " 69.3% 8/133/76 \n", + " 69.4% 8/133/76 \n", + " 69.5% 8/133/76 \n", + " 69.6% 8/133/76 \n", + " 69.7% 8/133/76 \n", + " 69.8% 8/133/76 \n", + " 69.9% 8/133/76 \n", + " 70.0% 8/133/76 \n", + " 70.1% 8/133/76 \n", + " 70.2% 8/133/76 \n", + " 70.3% 8/133/76 \n", + " 70.4% 8/133/76 \n", + " 70.5% 8/133/76 \n", + " 70.6% 8/133/76 \n", + " 70.7% 8/133/76 \n", + " 70.8% 8/133/76 \n", + " 70.9% 8/133/76 \n", + " 70.9% 8/132/75 \n", + " 71.0% 8/133/76 \n", + " 71.1% 8/133/76 \n", + " 71.2% 8/133/76 \n", + " 71.3% 8/133/76 \n", + " 71.5% 8/133/76 \n", + " 71.4% 8/132/76 \n", + " 71.5% 8/133/76 \n", + " 71.4% 8/134/76 \n", + " 71.5% 8/133/76 \n", + " 71.4% 8/133/75 \n", + " 71.5% 8/133/76 \n", + " 71.6% 8/133/76 \n", + " 71.7% 8/133/76 \n", + " 71.9% 8/133/76 \n", + " 71.8% 8/132/76 \n", + " 71.9% 8/133/76 \n", + " 71.8% 8/134/76 \n", + " 71.9% 8/133/76 \n", + " 72.0% 8/133/76 \n", + " 72.1% 8/133/76 \n", + " 72.4% 8/133/76 \n", + " 72.4% 8/134/76 \n", + " 72.5% 8/133/76 \n", + " 72.6% 8/133/76 \n", + " 72.7% 8/133/76 \n", + " 72.8% 8/133/76 \n", + " 72.9% 8/133/76 \n", + " 73.0% 8/133/76 \n", + " 73.6% 8/133/76 \n", + " 73.7% 8/133/76 \n", + " 73.8% 8/133/76 \n", + " 73.9% 8/133/76 \n", + " 74.0% 8/133/76 \n", + " 74.8% 8/133/76 \n", + " 74.9% 8/133/76 \n", + " 75.0% 9/267/153 \n", + " 75.1% 9/267/153 \n", + " 75.2% 9/267/153 \n", + " 75.3% 9/267/153 \n", + " 75.4% 9/267/153 \n", + " 75.6% 9/267/153 \n", + " 75.7% 9/267/153 \n", + " 75.8% 9/267/153 \n", + " 75.9% 9/267/153 \n", + " 76.0% 9/267/153 \n", + " 76.1% 9/267/153 \n", + " 76.2% 9/267/153 \n", + " 76.4% 9/267/153 \n", + " 76.9% 9/265/153 \n", + " 77.0% 9/268/152 \n", + " 77.3% 9/266/153 \n", + " 77.5% 9/267/153 \n", + " 77.8% 9/267/150 \n", + " 79.1% 9/265/150 \n", + " 79.2% 9/268/152 \n", + " 79.3% 9/268/153 \n", + " 79.3% 9/267/153 \n", + " 79.3% 9/268/152 \n", + " 79.4% 9/268/152 \n", + " 79.4% 9/267/153 \n", + " 79.5% 9/268/152 \n", + " 79.6% 9/268/152 \n", + " 79.6% 9/267/153 \n", + " 79.7% 9/267/153 \n", + " 79.7% 9/268/152 \n", + " 79.8% 9/268/152 \n", + " 79.9% 9/268/152 \n", + " 80.0% 9/268/152 \n", + " 80.1% 9/268/152 \n", + " 80.1% 9/267/153 \n", + " 80.2% 9/268/152 \n", + " 80.3% 9/268/152 \n", + " 80.4% 9/265/153 \n", + " 80.5% 9/267/153 \n", + " 80.5% 9/268/152 \n", + " 80.4% 9/266/153 \n", + " 80.5% 9/267/153 \n", + " 80.5% 9/268/152 \n", + " 80.6% 9/268/152 \n", + " 80.7% 9/266/153 \n", + " 80.8% 9/267/153 \n", + " 81.0% 9/267/153 \n", + " 81.2% 9/267/153 \n", + " 81.1% 9/266/153 \n", + " 81.2% 9/267/153 \n", + " 81.3% 9/267/153 \n", + " 81.4% 9/267/153 \n", + " 81.5% 9/268/152 \n", + " 82.1% 9/267/153 \n", + " 83.3% 9/265/150 \n", + " 83.4% 10/531/305 \n", + " 83.5% 10/531/306 \n", + " 83.6% 10/534/307 \n", + " 83.6% 10/531/307 \n", + " 83.7% 10/534/307 \n", + " 83.8% 10/534/307 \n", + " 83.9% 10/534/307 \n", + " 84.0% 10/534/307 \n", + " 84.1% 10/534/307 \n", + " 84.2% 10/534/307 \n", + " 84.3% 10/537/305 \n", + " 84.4% 10/537/305 \n", + " 84.5% 10/536/306 \n", + " 84.6% 10/536/306 \n", + " 84.6% 10/536/305 \n", + " 84.7% 10/536/306 \n", + " 84.9% 10/536/305 \n", + " 84.8% 10/532/308 \n", + " 84.9% 10/536/305 \n", + " 85.0% 10/536/305 \n", + " 84.8% 10/538/304 \n", + " 85.1% 10/536/305 \n", + " 85.0% 10/532/308 \n", + " 85.1% 10/536/305 \n", + " 85.1% 10/536/305 \n", + " 84.8% 10/534/301 \n", + " 85.1% 10/536/305 \n", + " 84.9% 10/536/306 \n", + " 85.1% 10/536/305 \n", + " 85.0% 10/538/304 \n", + " 85.1% 10/536/305 \n", + " 84.9% 10/534/301 \n", + " 85.0% 10/538/304 \n", + " 85.0% 10/532/308 \n", + " 84.9% 10/536/304 \n", + " 85.1% 10/536/305 \n", + " 85.0% 10/538/304 \n", + " 85.1% 10/536/306 \n", + " 85.0% 10/532/308 \n", + " 85.1% 10/536/305 \n", + " 85.1% 10/536/306 \n", + " 85.2% 10/531/303 \n", + " 85.2% 10/533/300 \n", + " 85.2% 10/536/304 \n", + " 85.4% 10/536/304 \n", + " 85.3% 10/537/304 \n", + " 85.4% 10/536/304 \n", + " 85.5% 10/537/304 \n", + " 85.6% 10/536/304 \n", + " 85.7% 10/537/304 \n", + " 85.8% 10/537/305 \n", + " 85.9% 10/537/304 \n", + " 86.0% 10/537/304 \n", + " 86.1% 10/537/304 \n", + " 86.4% 10/536/306 \n", + " 86.5% 10/536/305 \n", + " 86.7% 10/534/307 \n", + " 87.5% 10/532/304 \n", + " 87.6% 10/533/306 \n", + " 87.6% 10/531/306 \n", + " 87.6% 10/530/306 \n", + " 87.6% 10/532/307 \n", + " 87.6% 10/534/305 \n", + " 87.6% 10/533/307 \n", + " 87.6% 10/533/305 \n", + " 87.6% 10/531/307 \n", + " 87.6% 10/534/307 \n", + " 87.6% 10/531/305 \n", + " 87.7% 10/531/307 \n", + " 87.8% 10/534/305 \n", + " 87.8% 10/533/306 \n", + " 87.8% 10/533/307 \n", + " 87.8% 10/532/307 \n", + " 87.8% 10/534/307 \n", + " 87.8% 10/531/307 \n", + " 87.8% 10/531/306 \n", + " 87.9% 10/531/306 \n", + " 87.9% 10/534/307 \n", + " 87.9% 10/532/307 \n", + " 88.0% 10/531/306 \n", + " 88.0% 10/534/307 \n", + " 88.1% 10/534/307 \n", + " 88.2% 10/534/307 \n", + " 88.3% 10/534/307 \n", + " 88.4% 10/534/307 \n", + " 88.5% 10/534/307 \n", + " 88.6% 10/534/307 \n", + " 88.7% 10/534/307 \n", + " 88.8% 10/534/307 \n", + " 88.9% 10/534/307 \n", + " 89.0% 10/534/307 \n", + " 89.1% 10/536/305 \n", + " 89.1% 10/535/306 \n", + " 89.2% 10/535/306 \n", + " 89.3% 10/536/305 \n", + " 89.4% 10/536/305 \n", + " 89.6% 10/536/305 \n", + " 89.5% 10/537/304 \n", + " 89.6% 10/536/305 \n", + " 89.5% 10/531/302 \n", + " 89.6% 10/536/305 \n", + " 89.5% 10/532/308 \n", + " 89.6% 10/536/305 \n", + " 89.5% 10/531/303 \n", + " 89.6% 10/536/305 \n", + " 89.5% 10/534/301 \n", + " 89.6% 10/536/305 \n", + " 89.7% 10/536/305 \n", + " 89.8% 10/537/304 \n", + " 89.9% 10/537/304 \n", + " 90.0% 10/536/306 \n", + " 90.1% 10/537/304 \n", + " 90.2% 10/537/304 \n", + " 90.3% 10/537/304 \n", + " 90.4% 10/537/304 \n", + " 90.5% 10/533/308 \n", + " 90.6% 10/536/305 \n", + " 90.8% 10/537/304 \n", + " 91.2% 10/534/307 \n", + " 91.6% 11/1068/609 \n", + " 91.7% 11/1062/615 \n", + " 91.8% 11/1073/612 \n", + " 91.9% 11/1065/615 \n", + " 92.0% 11/1072/613 \n", + " 92.1% 11/1074/610 \n", + " 92.2% 11/1064/615 \n", + " 92.3% 11/1074/611 \n", + " 92.4% 11/1074/610 \n", + " 92.5% 11/1061/614 \n", + " 92.5% 11/1075/609 \n", + " 92.6% 11/1073/611 \n", + " 92.7% 11/1073/611 \n", + " 92.7% 11/1067/613 \n", + " 92.7% 11/1074/608 \n", + " 92.8% 11/1073/611 \n", + " 92.9% 11/1073/611 \n", + " 93.0% 11/1073/611 \n", + " 93.1% 11/1065/612 \n", + " 93.1% 11/1063/606 \n", + " 93.1% 11/1063/612 \n", + " 93.1% 11/1065/613 \n", + " 93.1% 11/1067/613 \n", + " 93.2% 11/1063/612 \n", + " 93.3% 11/1062/613 \n", + " 93.4% 11/1069/615 \n", + " 93.4% 11/1062/613 \n", + " 93.5% 11/1069/615 \n", + " 93.6% 11/1069/615 \n", + " 93.7% 11/1069/615 \n", + " 93.8% 11/1069/615 \n", + " 93.9% 11/1069/615 \n", + " 94.0% 11/1069/615 \n", + " 94.1% 11/1069/614 \n", + " 94.2% 11/1070/613 \n", + " 94.3% 11/1069/613 \n", + " 94.3% 11/1068/610 \n", + " 94.4% 11/1069/613 \n", + " 94.5% 11/1064/612 \n", + " 94.6% 11/1069/614 \n", + " 94.7% 11/1070/615 \n", + " 94.8% 11/1066/614 \n", + " 94.9% 11/1066/614 \n", + " 95.0% 11/1069/615 \n", + " 95.1% 11/1068/615 \n", + " 95.1% 11/1068/614 \n", + " 95.2% 11/1068/614 \n", + " 95.3% 11/1068/615 \n", + " 95.4% 11/1068/615 \n", + " 95.5% 11/1070/614 \n", + " 95.6% 11/1068/615 \n", + " 95.7% 11/1070/614 \n", + " 95.8% 11/1062/602 \n", + " 95.9% 11/1062/615 \n", + " 95.9% 11/1064/614 \n", + " 96.0% 11/1073/612 \n", + " 96.1% 11/1073/612 \n", + " 96.2% 11/1064/615 \n", + " 96.3% 11/1075/609 \n", + " 96.3% 11/1074/611 \n", + " 96.3% 11/1065/599 \n", + " 96.3% 11/1065/601 \n", + " 96.3% 11/1076/609 \n", + " 96.3% 11/1072/606 \n", + " 96.3% 11/1074/612 \n", + " 96.3% 11/1064/606 \n", + " 96.3% 11/1072/613 \n", + " 96.4% 11/1062/615 \n", + " 96.5% 11/1062/614 \n", + " 96.5% 11/1072/613 \n", + " 96.5% 11/1075/610 \n", + " 96.5% 11/1066/603 \n", + " 96.6% 11/1072/613 \n", + " 96.7% 11/1076/608 \n", + " 96.7% 11/1067/613 \n", + " 96.7% 11/1073/611 \n", + " 96.8% 11/1073/611 \n", + " 96.9% 11/1073/611 \n", + " 97.0% 11/1072/613 \n", + " 97.1% 11/1069/615 \n", + " 97.2% 11/1069/615 \n", + " 97.3% 11/1063/613 \n", + " 97.3% 11/1069/615 \n", + " 97.4% 11/1069/615 \n", + " 97.3% 11/1062/612 \n", + " 97.4% 11/1069/615 \n", + " 97.5% 11/1069/615 \n", + " 97.5% 11/1065/613 \n", + " 97.5% 11/1063/612 \n", + " 97.5% 11/1061/611 \n", + " 97.5% 11/1073/609 \n", + " 97.5% 11/1062/613 \n", + " 97.5% 11/1075/608 \n", + " 97.6% 11/1069/615 \n", + " 97.7% 11/1069/615 \n", + " 97.8% 11/1069/615 \n", + " 97.9% 11/1071/609 \n", + " 97.9% 11/1066/616 \n", + " 97.9% 11/1064/613 \n", + " 98.0% 11/1066/616 \n", + " 98.1% 11/1066/616 \n", + " 98.2% 11/1066/616 \n", + " 98.3% 11/1065/605 \n", + " 98.3% 11/1069/613 \n", + " 98.3% 11/1065/616 \n", + " 98.3% 11/1066/615 \n", + " 98.4% 11/1069/613 \n", + " 98.5% 11/1071/614 \n", + " 98.5% 11/1064/609 \n", + " 98.5% 11/1069/614 \n", + " 98.5% 11/1075/607 \n", + " 98.5% 11/1064/612 \n", + " 98.6% 11/1075/607 \n", + " 98.6% 11/1071/614 \n", + " 98.7% 11/1066/616 \n", + " 98.7% 11/1066/614 \n", + " 98.8% 11/1069/614 \n", + " 98.9% 11/1069/614 \n", + " 99.0% 11/1069/615 \n", + " 99.1% 11/1068/615 \n", + " 99.2% 11/1068/615 \n", + " 99.3% 11/1071/613 \n", + " 99.3% 11/1068/614 \n", + " 99.4% 11/1068/614 \n", + " 99.5% 11/1070/614 \n", + " 99.6% 11/1070/614 \n", + " 99.9% 11/1062/602 \n", + "\n", + " 0% | | (0/302, 0 it/hr) [0s:0s]\n", + " \n", + "\n", + " 100% |█████████████████████████████████████████| (302/302, 10733 it/s)\n" + ] + } + ], "source": [ "!docker exec pmtiles-converter bash gdb_to_pmtiles.sh N50_vektor_agder.gdb N50_Samferdsel_senterlinje N50_Samferdsel_senterlinje.pmtiles" ] @@ -270,7 +4439,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 17, "id": "ac7c70e6", "metadata": {}, "outputs": [], @@ -288,10 +4457,1005 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 18, "id": "19298b22", "metadata": {}, - "outputs": [], + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "🧩 Converting GDB to GeoJSON...\n", + "🗺️ Creating MBTiles with tippecanoe...\n", + "📦 Converting MBTiles to PMTiles...\n", + "2025/09/09 14:03:48 convert.go:159: Pass 1: Assembling TileID set\n", + "2025/09/09 14:03:48 convert.go:190: Pass 2: writing tiles\n", + "2025/09/09 14:03:48 convert.go:244: # of addressed tiles: 200\n", + "2025/09/09 14:03:48 convert.go:245: # of tile entries (after RLE): 200\n", + "2025/09/09 14:03:48 convert.go:246: # of tile contents: 200\n", + "2025/09/09 14:03:48 convert.go:269: Total dir bytes: 542\n", + "2025/09/09 14:03:48 convert.go:270: Average bytes per addressed tile: 2.71\n", + "2025/09/09 14:03:48 convert.go:239: Finished in 6.389547ms\n", + "✅ Done! PMTiles file created at: N50_BygningerOgAnlegg_omrade.pmtiles\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "Read 0.00 million features\n", + " \n", + "Reordering geometry: 0% \n", + "Reordering geometry: 1% \n", + "Reordering geometry: 2% \n", + "Reordering geometry: 3% \n", + "Reordering geometry: 4% \n", + "Reordering geometry: 5% \n", + "Reordering geometry: 6% \n", + "Reordering geometry: 7% \n", + "Reordering geometry: 8% \n", + "Reordering geometry: 9% \n", + "Reordering geometry: 10% \n", + "Reordering geometry: 11% \n", + "Reordering geometry: 12% \n", + "Reordering geometry: 13% \n", + "Reordering geometry: 14% \n", + "Reordering geometry: 15% \n", + "Reordering geometry: 16% \n", + "Reordering geometry: 17% \n", + "Reordering geometry: 18% \n", + "Reordering geometry: 19% \n", + "Reordering geometry: 20% \n", + "Reordering geometry: 21% \n", + "Reordering geometry: 22% \n", + "Reordering geometry: 23% \n", + "Reordering geometry: 24% \n", + "Reordering geometry: 25% \n", + "Reordering geometry: 26% \n", + "Reordering geometry: 27% \n", + "Reordering geometry: 28% \n", + "Reordering geometry: 29% \n", + "Reordering geometry: 30% \n", + "Reordering geometry: 31% \n", + "Reordering geometry: 32% \n", + "Reordering geometry: 33% \n", + "Reordering geometry: 34% \n", + "Reordering geometry: 35% \n", + "Reordering geometry: 36% \n", + "Reordering geometry: 37% \n", + "Reordering geometry: 38% \n", + "Reordering geometry: 39% \n", + "Reordering geometry: 40% \n", + "Reordering geometry: 41% \n", + "Reordering geometry: 42% \n", + "Reordering geometry: 43% \n", + "Reordering geometry: 44% \n", + "Reordering geometry: 45% \n", + "Reordering geometry: 46% \n", + "Reordering geometry: 47% \n", + "Reordering geometry: 48% \n", + "Reordering geometry: 49% \n", + "Reordering geometry: 50% \n", + "Reordering geometry: 51% \n", + "Reordering geometry: 52% \n", + "Reordering geometry: 53% \n", + "Reordering geometry: 54% \n", + "Reordering geometry: 55% \n", + "Reordering geometry: 56% \n", + "Reordering geometry: 57% \n", + "Reordering geometry: 58% \n", + "Reordering geometry: 59% \n", + "Reordering geometry: 60% \n", + "Reordering geometry: 61% \n", + "Reordering geometry: 62% \n", + "Reordering geometry: 63% \n", + "Reordering geometry: 64% \n", + "Reordering geometry: 65% \n", + "Reordering geometry: 66% \n", + "Reordering geometry: 67% \n", + "Reordering geometry: 68% \n", + "Reordering geometry: 69% \n", + "Reordering geometry: 70% \n", + "Reordering geometry: 71% \n", + "Reordering geometry: 72% \n", + "Reordering geometry: 73% \n", + "Reordering geometry: 74% \n", + "Reordering geometry: 75% \n", + "Reordering geometry: 76% \n", + "Reordering geometry: 77% \n", + "Reordering geometry: 78% \n", + "Reordering geometry: 79% \n", + "Reordering geometry: 80% \n", + "Reordering geometry: 81% \n", + "Reordering geometry: 82% \n", + "Reordering geometry: 83% \n", + "Reordering geometry: 84% \n", + "Reordering geometry: 85% \n", + "Reordering geometry: 86% \n", + "Reordering geometry: 87% \n", + "Reordering geometry: 88% \n", + "Reordering geometry: 89% \n", + "Reordering geometry: 90% \n", + "Reordering geometry: 91% \n", + "Reordering geometry: 92% \n", + "Reordering geometry: 93% \n", + "Reordering geometry: 94% \n", + "Reordering geometry: 95% \n", + "Reordering geometry: 96% \n", + "Reordering geometry: 97% \n", + "Reordering geometry: 98% \n", + "Reordering geometry: 99% \n", + "2682 features, 190389 bytes of geometry, 103793 bytes of separate metadata, 113176 bytes of string pool\n", + "Maxzoom: 0% \n", + "Maxzoom: 1% \n", + "Maxzoom: 2% \n", + "Maxzoom: 3% \n", + "Maxzoom: 4% \n", + "Maxzoom: 5% \n", + "Maxzoom: 6% \n", + "Maxzoom: 7% \n", + "Maxzoom: 8% \n", + "Maxzoom: 9% \n", + "Maxzoom: 10% \n", + "Maxzoom: 11% \n", + "Maxzoom: 12% \n", + "Maxzoom: 13% \n", + "Maxzoom: 14% \n", + "Maxzoom: 15% \n", + "Maxzoom: 16% \n", + "Maxzoom: 17% \n", + "Maxzoom: 18% \n", + "Maxzoom: 19% \n", + "Maxzoom: 20% \n", + "Maxzoom: 21% \n", + "Maxzoom: 22% \n", + "Maxzoom: 23% \n", + "Maxzoom: 24% \n", + "Maxzoom: 25% \n", + "Maxzoom: 26% \n", + "Maxzoom: 27% \n", + "Maxzoom: 28% \n", + "Maxzoom: 29% \n", + "Maxzoom: 30% \n", + "Maxzoom: 31% \n", + "Maxzoom: 32% \n", + "Maxzoom: 33% \n", + "Maxzoom: 34% \n", + "Maxzoom: 35% \n", + "Maxzoom: 36% \n", + "Maxzoom: 37% \n", + "Maxzoom: 38% \n", + "Maxzoom: 39% \n", + "Maxzoom: 40% \n", + "Maxzoom: 41% \n", + "Maxzoom: 42% \n", + "Maxzoom: 43% \n", + "Maxzoom: 44% \n", + "Maxzoom: 45% \n", + "Maxzoom: 46% \n", + "Maxzoom: 47% \n", + "Maxzoom: 48% \n", + "Maxzoom: 49% \n", + "Maxzoom: 50% \n", + "Maxzoom: 51% \n", + "Maxzoom: 52% \n", + "Maxzoom: 53% \n", + "Maxzoom: 54% \n", + "Maxzoom: 55% \n", + "Maxzoom: 56% \n", + "Maxzoom: 57% \n", + "Maxzoom: 58% \n", + "Maxzoom: 59% \n", + "Maxzoom: 60% \n", + "Maxzoom: 61% \n", + "Maxzoom: 62% \n", + "Maxzoom: 63% \n", + "Maxzoom: 64% \n", + "Maxzoom: 65% \n", + "Maxzoom: 66% \n", + "Maxzoom: 67% \n", + "Maxzoom: 68% \n", + "Maxzoom: 69% \n", + "Maxzoom: 70% \n", + "Maxzoom: 71% \n", + "Maxzoom: 72% \n", + "Maxzoom: 73% \n", + "Maxzoom: 74% \n", + "Maxzoom: 75% \n", + "Maxzoom: 76% \n", + "Maxzoom: 77% \n", + "Maxzoom: 78% \n", + "Maxzoom: 79% \n", + "Maxzoom: 80% \n", + "Maxzoom: 81% \n", + "Maxzoom: 82% \n", + "Maxzoom: 83% \n", + "Maxzoom: 84% \n", + "Maxzoom: 85% \n", + "Maxzoom: 86% \n", + "Maxzoom: 87% \n", + "Maxzoom: 88% \n", + "Maxzoom: 89% \n", + "Maxzoom: 90% \n", + "Maxzoom: 91% \n", + "Maxzoom: 92% \n", + "Maxzoom: 93% \n", + "Maxzoom: 94% \n", + "Maxzoom: 95% \n", + "Maxzoom: 96% \n", + "Maxzoom: 97% \n", + "Maxzoom: 98% \n", + "Maxzoom: 99% \n", + "Choosing a maxzoom of -z8 for features about 1801 feet (549 meters) apart\n", + "Choosing a maxzoom of -z11 for resolution of about 146 feet (44 meters) within features\n", + " 0.1% 0/0/0 \n", + " 0.2% 0/0/0 \n", + " 0.4% 0/0/0 \n", + " 0.5% 0/0/0 \n", + " 0.6% 0/0/0 \n", + " 0.7% 0/0/0 \n", + " 0.8% 0/0/0 \n", + " 0.9% 0/0/0 \n", + " 1.0% 0/0/0 \n", + " 1.1% 0/0/0 \n", + " 1.3% 0/0/0 \n", + " 1.5% 0/0/0 \n", + " 1.6% 0/0/0 \n", + " 1.8% 0/0/0 \n", + " 2.0% 0/0/0 \n", + " 2.1% 0/0/0 \n", + " 2.2% 0/0/0 \n", + " 2.4% 0/0/0 \n", + " 2.5% 0/0/0 \n", + " 2.6% 0/0/0 \n", + " 2.7% 0/0/0 \n", + " 2.9% 0/0/0 \n", + " 3.0% 0/0/0 \n", + " 3.1% 0/0/0 \n", + " 3.2% 0/0/0 \n", + " 3.4% 0/0/0 \n", + " 3.5% 0/0/0 \n", + " 3.6% 0/0/0 \n", + " 3.7% 0/0/0 \n", + " 3.9% 0/0/0 \n", + " 4.0% 0/0/0 \n", + " 4.1% 0/0/0 \n", + " 4.2% 0/0/0 \n", + " 4.3% 0/0/0 \n", + " 4.4% 0/0/0 \n", + " 4.5% 0/0/0 \n", + " 4.6% 0/0/0 \n", + " 4.7% 0/0/0 \n", + " 4.8% 0/0/0 \n", + " 4.9% 0/0/0 \n", + " 5.0% 0/0/0 \n", + " 5.1% 0/0/0 \n", + " 5.2% 0/0/0 \n", + " 5.3% 0/0/0 \n", + " 5.4% 0/0/0 \n", + " 5.5% 0/0/0 \n", + " 5.6% 0/0/0 \n", + " 5.7% 0/0/0 \n", + " 5.8% 0/0/0 \n", + " 5.9% 0/0/0 \n", + " 6.0% 0/0/0 \n", + " 6.1% 0/0/0 \n", + " 6.2% 0/0/0 \n", + " 6.3% 0/0/0 \n", + " 6.4% 0/0/0 \n", + " 6.5% 0/0/0 \n", + " 6.6% 0/0/0 \n", + " 6.7% 0/0/0 \n", + " 6.8% 0/0/0 \n", + " 6.9% 0/0/0 \n", + " 7.0% 0/0/0 \n", + " 7.1% 0/0/0 \n", + " 7.2% 0/0/0 \n", + " 7.3% 0/0/0 \n", + " 7.4% 0/0/0 \n", + " 7.5% 0/0/0 \n", + " 7.6% 0/0/0 \n", + " 7.7% 0/0/0 \n", + " 7.8% 0/0/0 \n", + " 7.9% 0/0/0 \n", + " 8.0% 0/0/0 \n", + " 8.1% 0/0/0 \n", + " 8.2% 0/0/0 \n", + " 8.3% 0/0/0 \n", + " 8.4% 1/1/0 \n", + " 8.5% 1/1/0 \n", + " 8.6% 1/1/0 \n", + " 8.7% 1/1/0 \n", + " 8.8% 1/1/0 \n", + " 8.9% 1/1/0 \n", + " 9.0% 1/1/0 \n", + " 9.1% 1/1/0 \n", + " 9.2% 1/1/0 \n", + " 9.3% 1/1/0 \n", + " 9.4% 1/1/0 \n", + " 9.5% 1/1/0 \n", + " 9.6% 1/1/0 \n", + " 9.7% 1/1/0 \n", + " 9.8% 1/1/0 \n", + " 9.9% 1/1/0 \n", + " 10.0% 1/1/0 \n", + " 10.1% 1/1/0 \n", + " 10.2% 1/1/0 \n", + " 10.3% 1/1/0 \n", + " 10.4% 1/1/0 \n", + " 10.5% 1/1/0 \n", + " 10.6% 1/1/0 \n", + " 10.7% 1/1/0 \n", + " 10.8% 1/1/0 \n", + " 10.9% 1/1/0 \n", + " 11.0% 1/1/0 \n", + " 11.1% 1/1/0 \n", + " 11.2% 1/1/0 \n", + " 11.3% 1/1/0 \n", + " 11.4% 1/1/0 \n", + " 11.5% 1/1/0 \n", + " 11.6% 1/1/0 \n", + " 11.7% 1/1/0 \n", + " 11.8% 1/1/0 \n", + " 11.9% 1/1/0 \n", + " 12.0% 1/1/0 \n", + " 12.1% 1/1/0 \n", + " 12.2% 1/1/0 \n", + " 12.3% 1/1/0 \n", + " 12.4% 1/1/0 \n", + " 12.5% 1/1/0 \n", + " 12.6% 1/1/0 \n", + " 12.7% 1/1/0 \n", + " 12.8% 1/1/0 \n", + " 12.9% 1/1/0 \n", + " 13.0% 1/1/0 \n", + " 13.1% 1/1/0 \n", + " 13.2% 1/1/0 \n", + " 13.3% 1/1/0 \n", + " 13.4% 1/1/0 \n", + " 13.5% 1/1/0 \n", + " 13.6% 1/1/0 \n", + " 13.7% 1/1/0 \n", + " 13.8% 1/1/0 \n", + " 13.9% 1/1/0 \n", + " 14.0% 1/1/0 \n", + " 14.1% 1/1/0 \n", + " 14.2% 1/1/0 \n", + " 14.3% 1/1/0 \n", + " 14.4% 1/1/0 \n", + " 14.5% 1/1/0 \n", + " 14.6% 1/1/0 \n", + " 14.7% 1/1/0 \n", + " 14.8% 1/1/0 \n", + " 14.9% 1/1/0 \n", + " 15.0% 1/1/0 \n", + " 15.1% 1/1/0 \n", + " 15.2% 1/1/0 \n", + " 15.3% 1/1/0 \n", + " 15.4% 1/1/0 \n", + " 15.5% 1/1/0 \n", + " 15.6% 1/1/0 \n", + " 15.7% 1/1/0 \n", + " 15.8% 1/1/0 \n", + " 15.9% 1/1/0 \n", + " 16.0% 1/1/0 \n", + " 16.1% 1/1/0 \n", + " 16.3% 1/1/0 \n", + " 16.5% 1/1/0 \n", + " 16.6% 1/1/0 \n", + " 16.8% 2/2/1 \n", + " 17.0% 2/2/1 \n", + " 17.1% 2/2/1 \n", + " 17.3% 2/2/1 \n", + " 17.5% 2/2/1 \n", + " 17.6% 2/2/1 \n", + " 17.8% 2/2/1 \n", + " 18.0% 2/2/1 \n", + " 18.1% 2/2/1 \n", + " 18.3% 2/2/1 \n", + " 18.5% 2/2/1 \n", + " 18.6% 2/2/1 \n", + " 18.8% 2/2/1 \n", + " 19.0% 2/2/1 \n", + " 19.1% 2/2/1 \n", + " 19.3% 2/2/1 \n", + " 19.5% 2/2/1 \n", + " 19.6% 2/2/1 \n", + " 19.8% 2/2/1 \n", + " 20.0% 2/2/1 \n", + " 20.1% 2/2/1 \n", + " 20.3% 2/2/1 \n", + " 20.5% 2/2/1 \n", + " 20.6% 2/2/1 \n", + " 20.8% 2/2/1 \n", + " 21.0% 2/2/1 \n", + " 21.1% 2/2/1 \n", + " 21.3% 2/2/1 \n", + " 21.5% 2/2/1 \n", + " 21.6% 2/2/1 \n", + " 21.8% 2/2/1 \n", + " 22.0% 2/2/1 \n", + " 22.1% 2/2/1 \n", + " 22.3% 2/2/1 \n", + " 22.5% 2/2/1 \n", + " 22.6% 2/2/1 \n", + " 22.8% 2/2/1 \n", + " 23.0% 2/2/1 \n", + " 23.1% 2/2/1 \n", + " 23.3% 2/2/1 \n", + " 23.5% 2/2/1 \n", + " 23.6% 2/2/1 \n", + " 23.8% 2/2/1 \n", + " 24.0% 2/2/1 \n", + " 24.1% 2/2/1 \n", + " 24.3% 2/2/1 \n", + " 24.5% 2/2/1 \n", + " 24.6% 2/2/1 \n", + " 24.8% 2/2/1 \n", + " 25.0% 3/4/2 \n", + " 25.1% 3/4/2 \n", + " 25.3% 3/4/2 \n", + " 25.5% 3/4/2 \n", + " 25.6% 3/4/2 \n", + " 25.8% 3/4/2 \n", + " 26.0% 3/4/2 \n", + " 26.1% 3/4/2 \n", + " 26.3% 3/4/2 \n", + " 26.5% 3/4/2 \n", + " 26.6% 3/4/2 \n", + " 26.8% 3/4/2 \n", + " 27.0% 3/4/2 \n", + " 27.1% 3/4/2 \n", + " 27.3% 3/4/2 \n", + " 27.5% 3/4/2 \n", + " 27.6% 3/4/2 \n", + " 27.8% 3/4/2 \n", + " 28.0% 3/4/2 \n", + " 28.1% 3/4/2 \n", + " 28.3% 3/4/2 \n", + " 28.5% 3/4/2 \n", + " 28.6% 3/4/2 \n", + " 28.8% 3/4/2 \n", + " 29.0% 3/4/2 \n", + " 29.1% 3/4/2 \n", + " 29.3% 3/4/2 \n", + " 29.5% 3/4/2 \n", + " 29.6% 3/4/2 \n", + " 29.8% 3/4/2 \n", + " 30.0% 3/4/2 \n", + " 30.1% 3/4/2 \n", + " 30.3% 3/4/2 \n", + " 30.5% 3/4/2 \n", + " 30.6% 3/4/2 \n", + " 30.8% 3/4/2 \n", + " 31.0% 3/4/2 \n", + " 31.1% 3/4/2 \n", + " 31.3% 3/4/2 \n", + " 31.5% 3/4/2 \n", + " 31.6% 3/4/2 \n", + " 31.8% 3/4/2 \n", + " 32.0% 3/4/2 \n", + " 32.1% 3/4/2 \n", + " 32.2% 3/4/2 \n", + " 32.4% 3/4/2 \n", + " 32.5% 3/4/2 \n", + " 32.6% 3/4/2 \n", + " 32.7% 3/4/2 \n", + " 32.9% 3/4/2 \n", + " 33.0% 3/4/2 \n", + " 33.1% 3/4/2 \n", + " 33.2% 3/4/2 \n", + " 33.4% 4/8/4 \n", + " 33.5% 4/8/4 \n", + " 33.6% 4/8/4 \n", + " 33.7% 4/8/4 \n", + " 33.9% 4/8/4 \n", + " 34.0% 4/8/4 \n", + " 34.1% 4/8/4 \n", + " 34.2% 4/8/4 \n", + " 34.4% 4/8/4 \n", + " 34.5% 4/8/4 \n", + " 34.6% 4/8/4 \n", + " 34.7% 4/8/4 \n", + " 34.9% 4/8/4 \n", + " 35.0% 4/8/4 \n", + " 35.1% 4/8/4 \n", + " 35.2% 4/8/4 \n", + " 35.4% 4/8/4 \n", + " 35.5% 4/8/4 \n", + " 35.6% 4/8/4 \n", + " 35.7% 4/8/4 \n", + " 35.9% 4/8/4 \n", + " 36.0% 4/8/4 \n", + " 36.1% 4/8/4 \n", + " 36.2% 4/8/4 \n", + " 36.4% 4/8/4 \n", + " 36.5% 4/8/4 \n", + " 36.6% 4/8/4 \n", + " 36.7% 4/8/4 \n", + " 36.9% 4/8/4 \n", + " 37.0% 4/8/4 \n", + " 37.1% 4/8/4 \n", + " 37.2% 4/8/4 \n", + " 37.4% 4/8/4 \n", + " 37.5% 4/8/4 \n", + " 37.6% 4/8/4 \n", + " 37.7% 4/8/4 \n", + " 37.9% 4/8/4 \n", + " 38.0% 4/8/4 \n", + " 38.1% 4/8/4 \n", + " 38.2% 4/8/4 \n", + " 38.4% 4/8/4 \n", + " 38.5% 4/8/4 \n", + " 38.6% 4/8/4 \n", + " 38.7% 4/8/4 \n", + " 38.9% 4/8/4 \n", + " 39.0% 4/8/4 \n", + " 39.1% 4/8/4 \n", + " 39.2% 4/8/4 \n", + " 39.4% 4/8/4 \n", + " 39.5% 4/8/4 \n", + " 39.6% 4/8/4 \n", + " 39.7% 4/8/4 \n", + " 39.9% 4/8/4 \n", + " 40.0% 4/8/4 \n", + " 40.1% 4/8/4 \n", + " 40.2% 4/8/4 \n", + " 40.4% 4/8/4 \n", + " 40.5% 4/8/4 \n", + " 40.6% 4/8/4 \n", + " 40.7% 4/8/4 \n", + " 40.9% 4/8/4 \n", + " 41.0% 4/8/4 \n", + " 41.1% 4/8/4 \n", + " 41.2% 4/8/4 \n", + " 41.4% 4/8/4 \n", + " 41.5% 4/8/4 \n", + " 41.6% 4/8/4 \n", + " 41.7% 5/16/9 \n", + " 41.9% 5/16/9 \n", + " 42.0% 5/16/9 \n", + " 42.1% 5/16/9 \n", + " 42.2% 5/16/9 \n", + " 42.4% 5/16/9 \n", + " 42.5% 5/16/9 \n", + " 42.6% 5/16/9 \n", + " 42.7% 5/16/9 \n", + " 42.9% 5/16/9 \n", + " 43.0% 5/16/9 \n", + " 43.1% 5/16/9 \n", + " 43.2% 5/16/9 \n", + " 43.4% 5/16/9 \n", + " 43.5% 5/16/9 \n", + " 43.6% 5/16/9 \n", + " 43.7% 5/16/9 \n", + " 43.9% 5/16/9 \n", + " 44.0% 5/16/9 \n", + " 44.1% 5/16/9 \n", + " 44.2% 5/16/9 \n", + " 44.4% 5/16/9 \n", + " 44.5% 5/16/9 \n", + " 44.6% 5/16/9 \n", + " 44.7% 5/16/9 \n", + " 44.9% 5/16/9 \n", + " 45.0% 5/16/9 \n", + " 45.1% 5/16/9 \n", + " 45.2% 5/16/9 \n", + " 45.4% 5/16/9 \n", + " 45.5% 5/16/9 \n", + " 45.6% 5/16/9 \n", + " 45.7% 5/16/9 \n", + " 45.9% 5/16/9 \n", + " 46.0% 5/16/9 \n", + " 46.1% 5/16/9 \n", + " 46.2% 5/16/9 \n", + " 46.4% 5/16/9 \n", + " 46.5% 5/16/9 \n", + " 46.6% 5/16/9 \n", + " 46.7% 5/16/9 \n", + " 46.9% 5/16/9 \n", + " 47.0% 5/16/9 \n", + " 47.1% 5/16/9 \n", + " 47.2% 5/16/9 \n", + " 47.4% 5/16/9 \n", + " 47.5% 5/16/9 \n", + " 47.6% 5/16/9 \n", + " 47.7% 5/16/9 \n", + " 47.9% 5/16/9 \n", + " 48.0% 5/16/9 \n", + " 48.1% 5/16/9 \n", + " 48.2% 5/16/9 \n", + " 48.4% 5/16/9 \n", + " 48.5% 5/16/9 \n", + " 48.6% 5/16/9 \n", + " 48.7% 5/16/9 \n", + " 48.9% 5/16/9 \n", + " 49.0% 5/16/9 \n", + " 49.1% 5/16/9 \n", + " 49.2% 5/16/9 \n", + " 49.4% 5/16/9 \n", + " 49.5% 5/16/9 \n", + " 49.6% 5/16/9 \n", + " 49.7% 5/16/9 \n", + " 49.9% 5/16/9 \n", + " 50.0% 6/33/18 \n", + " 50.0% 6/33/19 \n", + " 50.1% 6/33/18 \n", + " 50.2% 6/33/19 \n", + " 50.4% 6/33/19 \n", + " 50.5% 6/33/19 \n", + " 50.7% 6/33/19 \n", + " 50.9% 6/33/19 \n", + " 51.0% 6/33/19 \n", + " 51.1% 6/33/19 \n", + " 51.2% 6/33/19 \n", + " 51.4% 6/33/19 \n", + " 51.5% 6/33/19 \n", + " 51.6% 6/33/19 \n", + " 51.7% 6/33/19 \n", + " 51.9% 6/33/19 \n", + " 52.0% 6/33/19 \n", + " 52.1% 6/33/19 \n", + " 52.2% 6/33/19 \n", + " 52.4% 6/33/19 \n", + " 52.5% 6/33/19 \n", + " 52.6% 6/33/19 \n", + " 52.7% 6/33/19 \n", + " 52.9% 6/33/19 \n", + " 53.0% 6/33/19 \n", + " 53.1% 6/33/19 \n", + " 53.2% 6/33/19 \n", + " 53.4% 6/33/19 \n", + " 53.5% 6/33/19 \n", + " 53.6% 6/33/19 \n", + " 53.7% 6/33/19 \n", + " 53.9% 6/33/19 \n", + " 54.0% 6/33/19 \n", + " 54.1% 6/33/19 \n", + " 54.2% 6/33/18 \n", + " 54.4% 6/33/19 \n", + " 54.5% 6/33/19 \n", + " 54.6% 6/33/19 \n", + " 54.8% 6/33/19 \n", + " 54.9% 6/33/19 \n", + " 55.0% 6/33/19 \n", + " 55.1% 6/33/19 \n", + " 55.2% 6/33/19 \n", + " 55.4% 6/33/19 \n", + " 55.5% 6/33/19 \n", + " 55.6% 6/33/19 \n", + " 55.7% 6/33/19 \n", + " 55.9% 6/33/19 \n", + " 56.0% 6/33/19 \n", + " 56.1% 6/33/19 \n", + " 56.2% 6/33/19 \n", + " 56.4% 6/33/19 \n", + " 56.5% 6/33/19 \n", + " 56.6% 6/33/19 \n", + " 56.7% 6/33/19 \n", + " 56.9% 6/33/19 \n", + " 57.0% 6/33/19 \n", + " 57.1% 6/33/19 \n", + " 57.2% 6/33/19 \n", + " 57.4% 6/33/19 \n", + " 57.5% 6/33/19 \n", + " 57.6% 6/33/19 \n", + " 57.7% 6/33/19 \n", + " 57.9% 6/33/19 \n", + " 58.0% 6/33/19 \n", + " 58.1% 6/33/19 \n", + " 58.2% 6/33/19 \n", + " 58.4% 7/66/37 \n", + " 58.4% 7/66/38 \n", + " 58.5% 7/66/38 \n", + " 58.5% 7/67/38 \n", + " 58.6% 7/66/38 \n", + " 58.7% 7/66/38 \n", + " 58.9% 7/66/38 \n", + " 58.9% 7/67/38 \n", + " 59.0% 7/66/38 \n", + " 59.1% 7/66/38 \n", + " 59.1% 7/67/38 \n", + " 59.2% 7/66/38 \n", + " 59.4% 7/66/38 \n", + " 59.5% 7/66/38 \n", + " 59.5% 7/67/38 \n", + " 59.6% 7/66/38 \n", + " 59.7% 7/66/38 \n", + " 59.9% 7/66/38 \n", + " 60.0% 7/66/38 \n", + " 60.1% 7/66/38 \n", + " 60.2% 7/66/38 \n", + " 60.4% 7/66/38 \n", + " 60.5% 7/66/38 \n", + " 60.6% 7/66/38 \n", + " 60.7% 7/66/38 \n", + " 60.9% 7/66/38 \n", + " 61.0% 7/66/38 \n", + " 61.1% 7/66/38 \n", + " 62.2% 7/66/38 \n", + " 62.4% 7/66/38 \n", + " 62.5% 7/66/37 \n", + " 62.6% 7/66/37 \n", + " 62.7% 7/67/38 \n", + " 62.9% 7/67/38 \n", + " 63.0% 7/67/38 \n", + " 63.1% 7/67/38 \n", + " 63.2% 7/67/38 \n", + " 63.4% 7/67/38 \n", + " 63.5% 7/67/38 \n", + " 63.6% 7/67/38 \n", + " 63.7% 7/67/38 \n", + " 63.9% 7/66/38 \n", + " 64.0% 7/66/38 \n", + " 64.1% 7/66/38 \n", + " 64.2% 7/66/38 \n", + " 64.3% 7/66/38 \n", + " 64.4% 7/66/38 \n", + " 64.5% 7/66/38 \n", + " 64.6% 7/66/38 \n", + " 65.7% 7/66/38 \n", + " 65.8% 7/66/38 \n", + " 65.9% 7/66/38 \n", + " 66.0% 7/66/38 \n", + " 66.1% 7/66/38 \n", + " 66.2% 7/66/38 \n", + " 66.3% 7/66/38 \n", + " 66.4% 7/66/38 \n", + " 66.5% 7/66/38 \n", + " 66.6% 7/66/38 \n", + " 66.7% 8/134/76 \n", + " 66.8% 8/134/76 \n", + " 66.9% 8/134/76 \n", + " 67.0% 8/134/76 \n", + " 67.1% 8/134/76 \n", + " 67.2% 8/134/76 \n", + " 67.3% 8/134/76 \n", + " 67.4% 8/134/76 \n", + " 67.5% 8/134/76 \n", + " 67.6% 8/134/76 \n", + " 67.7% 8/134/76 \n", + " 67.8% 8/134/76 \n", + " 67.9% 8/134/76 \n", + " 68.0% 8/133/76 \n", + " 68.1% 8/133/76 \n", + " 68.2% 8/133/76 \n", + " 68.3% 8/133/76 \n", + " 68.4% 8/133/76 \n", + " 68.5% 8/133/76 \n", + " 68.9% 8/133/76 \n", + " 69.0% 8/133/76 \n", + " 69.1% 8/133/76 \n", + " 69.2% 8/133/76 \n", + " 69.7% 8/133/76 \n", + " 70.8% 8/133/76 \n", + " 70.9% 8/134/76 \n", + " 71.0% 8/134/76 \n", + " 71.1% 8/134/76 \n", + " 71.2% 8/134/76 \n", + " 71.2% 8/132/76 \n", + " 71.3% 8/132/76 \n", + " 71.4% 8/132/76 \n", + " 71.5% 8/134/76 \n", + " 71.6% 8/133/76 \n", + " 71.7% 8/133/76 \n", + " 71.8% 8/133/76 \n", + " 71.9% 8/133/76 \n", + " 71.9% 8/134/76 \n", + " 72.0% 8/133/76 \n", + " 72.1% 8/133/76 \n", + " 72.6% 8/133/76 \n", + " 73.0% 8/133/76 \n", + " 73.1% 8/133/76 \n", + " 73.2% 8/133/76 \n", + " 73.3% 8/133/76 \n", + " 73.4% 8/133/76 \n", + " 73.5% 8/133/76 \n", + " 73.6% 8/133/76 \n", + " 73.7% 8/133/76 \n", + " 73.8% 8/133/76 \n", + " 73.9% 8/133/76 \n", + " 74.9% 8/133/76 \n", + " 75.0% 9/268/152 \n", + " 75.1% 9/268/152 \n", + " 75.2% 9/268/152 \n", + " 75.3% 9/268/152 \n", + " 75.4% 9/268/152 \n", + " 75.5% 9/268/152 \n", + " 75.6% 9/268/152 \n", + " 75.7% 9/268/152 \n", + " 75.8% 9/268/152 \n", + " 75.9% 9/267/153 \n", + " 76.0% 9/267/153 \n", + " 76.2% 9/267/153 \n", + " 76.5% 9/267/153 \n", + " 76.6% 9/267/153 \n", + " 76.7% 9/267/153 \n", + " 76.8% 9/267/153 \n", + " 76.9% 9/267/153 \n", + " 77.0% 9/267/153 \n", + " 77.4% 9/267/153 \n", + " 77.5% 9/267/153 \n", + " 77.9% 9/267/153 \n", + " 78.0% 9/267/153 \n", + " 78.1% 9/267/153 \n", + " 79.1% 9/267/153 \n", + " 79.2% 9/268/152 \n", + " 79.2% 9/268/153 \n", + " 79.3% 9/268/153 \n", + " 79.4% 9/268/153 \n", + " 79.5% 9/268/153 \n", + " 79.6% 9/268/153 \n", + " 79.7% 9/268/153 \n", + " 79.6% 9/268/152 \n", + " 79.8% 9/268/153 \n", + " 79.9% 9/268/153 \n", + " 80.0% 9/268/152 \n", + " 80.1% 9/268/152 \n", + " 80.2% 9/268/152 \n", + " 80.3% 9/267/153 \n", + " 80.6% 9/267/153 \n", + " 80.7% 9/267/153 \n", + " 81.1% 9/267/153 \n", + " 81.4% 9/267/153 \n", + " 81.5% 9/267/153 \n", + " 81.6% 9/267/153 \n", + " 81.7% 9/267/153 \n", + " 81.8% 9/267/153 \n", + " 81.9% 9/267/153 \n", + " 82.0% 9/267/153 \n", + " 82.4% 9/267/153 \n", + " 82.5% 9/267/153 \n", + " 82.6% 9/267/153 \n", + " 83.3% 9/267/153 \n", + " 83.4% 10/532/307 \n", + " 83.5% 10/532/307 \n", + " 83.6% 10/536/305 \n", + " 83.7% 10/535/307 \n", + " 83.8% 10/535/307 \n", + " 83.9% 10/534/307 \n", + " 84.0% 10/534/307 \n", + " 84.1% 10/534/307 \n", + " 84.2% 10/534/307 \n", + " 84.4% 10/534/307 \n", + " 84.5% 10/534/307 \n", + " 84.6% 10/534/307 \n", + " 84.7% 10/534/307 \n", + " 84.8% 10/534/307 \n", + " 84.9% 10/534/307 \n", + " 85.0% 10/534/307 \n", + " 85.3% 10/534/307 \n", + " 85.4% 10/534/307 \n", + " 85.7% 10/534/307 \n", + " 85.8% 10/534/307 \n", + " 86.1% 10/534/307 \n", + " 86.2% 10/534/307 \n", + " 86.3% 10/534/307 \n", + " 86.5% 10/534/307 \n", + " 86.6% 10/534/307 \n", + " 86.7% 10/534/307 \n", + " 86.8% 10/534/307 \n", + " 86.9% 10/534/307 \n", + " 87.4% 10/534/307 \n", + " 87.5% 10/532/307 \n", + " 87.6% 10/532/307 \n", + " 87.7% 10/533/308 \n", + " 87.7% 10/536/305 \n", + " 87.8% 10/536/305 \n", + " 87.9% 10/536/305 \n", + " 88.0% 10/536/305 \n", + " 88.1% 10/534/307 \n", + " 88.3% 10/534/307 \n", + " 88.2% 10/535/307 \n", + " 88.3% 10/534/307 \n", + " 88.4% 10/534/307 \n", + " 88.5% 10/534/307 \n", + " 88.7% 10/534/307 \n", + " 88.9% 10/534/307 \n", + " 89.0% 10/534/307 \n", + " 89.1% 10/534/307 \n", + " 89.2% 10/534/307 \n", + " 89.3% 10/534/307 \n", + " 89.4% 10/534/307 \n", + " 89.6% 10/534/307 \n", + " 89.7% 10/534/307 \n", + " 89.8% 10/534/307 \n", + " 89.9% 10/534/307 \n", + " 90.0% 10/534/307 \n", + " 90.1% 10/534/307 \n", + " 90.2% 10/534/307 \n", + " 90.3% 10/534/307 \n", + " 90.4% 10/534/307 \n", + " 90.5% 10/537/303 \n", + " 91.5% 10/534/307 \n", + " 91.6% 10/534/304 \n", + " 91.7% 11/1070/615 \n", + " 91.8% 11/1068/615 \n", + " 91.9% 11/1068/615 \n", + " 92.0% 11/1070/614 \n", + " 92.1% 11/1069/615 \n", + " 92.2% 11/1069/615 \n", + " 92.3% 11/1069/615 \n", + " 92.0% 11/1073/611 \n", + " 92.3% 11/1069/615 \n", + " 92.1% 11/1064/615 \n", + " 92.2% 11/1073/611 \n", + " 92.3% 11/1069/615 \n", + " 92.4% 11/1069/615 \n", + " 92.6% 11/1069/615 \n", + " 92.5% 11/1073/611 \n", + " 92.6% 11/1069/615 \n", + " 92.7% 11/1069/615 \n", + " 92.8% 11/1069/615 \n", + " 92.9% 11/1069/615 \n", + " 93.0% 11/1069/615 \n", + " 93.1% 11/1069/615 \n", + " 93.2% 11/1069/615 \n", + " 93.4% 11/1069/615 \n", + " 93.5% 11/1075/609 \n", + " 93.5% 11/1068/609 \n", + " 93.7% 11/1065/615 \n", + " 93.8% 11/1065/615 \n", + " 93.8% 11/1076/608 \n", + " 93.8% 11/1065/602 \n", + " 94.0% 11/1076/608 \n", + " 93.8% 11/1066/605 \n", + " 94.3% 11/1070/612 \n", + " 94.2% 11/1066/612 \n", + " 94.3% 11/1066/612 \n", + " 94.3% 11/1076/608 \n", + " 94.0% 11/1069/610 \n", + " 94.3% 11/1066/605 \n", + " 94.3% 11/1070/612 \n", + " 94.6% 11/1073/611 \n", + " 94.8% 11/1065/599 \n", + " 94.9% 11/1062/616 \n", + " 95.0% 11/1068/606 \n", + " 95.6% 11/1069/615 \n", + " 95.7% 11/1066/603 \n", + " 95.8% 11/1074/610 \n", + " 95.9% 11/1070/615 \n", + " 96.0% 11/1066/616 \n", + " 96.1% 11/1073/611 \n", + " 96.2% 11/1073/611 \n", + " 96.2% 11/1069/615 \n", + " 96.3% 11/1073/611 \n", + " 96.4% 11/1069/615 \n", + " 96.5% 11/1069/615 \n", + " 96.7% 11/1069/615 \n", + " 96.8% 11/1069/615 \n", + " 96.9% 11/1069/615 \n", + " 97.0% 11/1069/615 \n", + " 97.1% 11/1069/615 \n", + " 97.2% 11/1069/615 \n", + " 97.3% 11/1070/614 \n", + " 97.5% 11/1073/611 \n", + " 97.6% 11/1066/612 \n", + " 97.6% 11/1066/610 \n", + " 97.8% 11/1072/608 \n", + " 97.8% 11/1074/608 \n", + " 97.9% 11/1074/608 \n", + " 98.1% 11/1068/609 \n", + " 98.2% 11/1068/609 \n", + " 98.5% 11/1065/600 \n", + " 98.6% 11/1064/616 \n", + " 99.2% 11/1069/615 \n", + " 99.5% 11/1069/609 \n", + " 99.6% 11/1069/613 \n", + " 99.5% 11/1073/613 \n", + " 99.6% 11/1061/615 \n", + " 99.7% 11/1061/615 \n", + " 99.8% 11/1074/612 \n", + " 99.8% 11/1067/605 \n", + " 99.9% 11/1067/613 \n", + "\n", + " 0% | | (0/200, 0 it/hr) [0s:0s]\n", + " \n", + "\n", + " 100% |█████████████████████████████████████████| (200/200, 52592 it/s)\n" + ] + } + ], "source": [ "!docker exec pmtiles-converter bash gdb_to_pmtiles.sh N50_vektor_agder.gdb N50_BygningerOgAnlegg_omrade N50_BygningerOgAnlegg_omrade.pmtiles" ] @@ -306,7 +5470,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 19, "id": "641acb02", "metadata": {}, "outputs": [], @@ -324,10 +5488,20 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 20, "id": "af07624b", "metadata": {}, - "outputs": [], + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "pmtiles-converter\n", + "pmtiles-converter\n", + "pmtiles-converter\n" + ] + } + ], "source": [ "!docker stop pmtiles-converter\n", "!docker rm pmtiles-converter" @@ -343,10 +5517,19 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 21, "id": "2ae7c215", "metadata": {}, - "outputs": [], + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Untagged: pmtiles:latest\n", + "Deleted: sha256:3806cbbfe373384aef256a51b3a6f7af4632b84f90511d02112c3ac846604947\n" + ] + } + ], "source": [ "!docker rmi pmtiles" ] @@ -378,10 +5561,744 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 22, "id": "2fc3cdf6", "metadata": {}, - "outputs": [], + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "^C\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "#1 [internal] load local bake definitions\n", + "#1 reading from stdin 1.09kB done\n", + "#1 DONE 0.0s\n", + "\n", + "#2 [backend internal] load build definition from Dockerfile\n", + "#2 transferring dockerfile: 1.07kB done\n", + "#2 DONE 0.0s\n", + "\n", + "#3 [frontend internal] load build definition from Dockerfile\n", + "#3 transferring dockerfile: 477B done\n", + "#3 DONE 0.0s\n", + "\n", + "#4 [frontend internal] load metadata for docker.io/library/nginx:stable-alpine\n", + "#4 ...\n", + "\n", + "#5 [auth] library/nginx:pull token for registry-1.docker.io\n", + "#5 DONE 0.0s\n", + "\n", + "#6 [auth] library/node:pull token for registry-1.docker.io\n", + "#6 DONE 0.0s\n", + "\n", + "#7 [frontend internal] load metadata for docker.io/library/node:18\n", + "#7 DONE 2.0s\n", + "\n", + "#8 [backend internal] load metadata for docker.io/library/nginx:latest\n", + "#8 DONE 2.1s\n", + "\n", + "#4 [frontend internal] load metadata for docker.io/library/nginx:stable-alpine\n", + "#4 DONE 2.1s\n", + "\n", + "#9 [backend internal] load .dockerignore\n", + "#9 transferring context: 2B done\n", + "#9 DONE 0.0s\n", + "\n", + "#10 [frontend internal] load .dockerignore\n", + "#10 transferring context: 2B done\n", + "#10 DONE 0.1s\n", + "\n", + "#11 [frontend internal] load build context\n", + "#11 DONE 0.0s\n", + "\n", + "#12 [frontend build 1/6] FROM docker.io/library/node:18@sha256:c6ae79e38498325db67193d391e6ec1d224d96c693a8a4d943498556716d3783\n", + "#12 resolve docker.io/library/node:18@sha256:c6ae79e38498325db67193d391e6ec1d224d96c693a8a4d943498556716d3783 0.1s done\n", + "#12 DONE 0.1s\n", + "\n", + "#13 [backend 1/4] FROM docker.io/library/nginx:latest@sha256:d5f28ef21aabddd098f3dbc21fe5b7a7d7a184720bc07da0b6c9b9820e97f25e\n", + "#13 resolve docker.io/library/nginx:latest@sha256:d5f28ef21aabddd098f3dbc21fe5b7a7d7a184720bc07da0b6c9b9820e97f25e 0.0s done\n", + "#13 ...\n", + "\n", + "#11 [frontend internal] load build context\n", + "#11 transferring context: 5.42kB done\n", + "#11 DONE 0.1s\n", + "\n", + "#14 [backend internal] load build context\n", + "#14 ...\n", + "\n", + "#15 [frontend stage-1 1/2] FROM docker.io/library/nginx:stable-alpine@sha256:8f2bcf97c473dfe311e79a510ee540ee02e28ce1e6a64e1ef89bfad32574ef10\n", + "#15 resolve docker.io/library/nginx:stable-alpine@sha256:8f2bcf97c473dfe311e79a510ee540ee02e28ce1e6a64e1ef89bfad32574ef10 0.1s done\n", + "#15 sha256:e585282f42862920f33200111c879a44e860b5848afce1246fdcd321700641d0 15.51MB / 15.51MB 2.3s done\n", + "#15 sha256:f2d0d37ae31d4ab6192eeea9aaf8c1c83664db1db36cb22c98fd2fd259c1542c 1.40kB / 1.40kB 0.4s done\n", + "#15 sha256:8485f215491f7b3eccbb9a4c66ebb932c076fa9d17aa985155b6c57e132c2042 1.21kB / 1.21kB 0.4s done\n", + "#15 sha256:85a0985bea3a96919f3334aeec7cec165a06ffc948c8de0418026c0d516c7016 404B / 404B 0.4s done\n", + "#15 sha256:62c31b33012d33aa0a2fe15793525a9d6d6bf9c57f1f9ec22b88a02f869b1c3e 954B / 954B 0.4s done\n", + "#15 sha256:95be0f4718a48e45cacbaf6e19f7aed48101465aca88a577bd84a57ee42eba1b 628B / 628B 0.4s done\n", + "#15 sha256:669998b1fdf4ad752e6d1b278e90c3634ca699b0394fc3fe7342e72d404223d1 1.79MB / 1.79MB 0.6s done\n", + "#15 sha256:0368fd46e3c6d237d81390ff086f93aee216df5cfa814041a491453fb0932a12 3.64MB / 3.64MB 0.9s done\n", + "#15 extracting sha256:0368fd46e3c6d237d81390ff086f93aee216df5cfa814041a491453fb0932a12 0.1s done\n", + "#15 extracting sha256:669998b1fdf4ad752e6d1b278e90c3634ca699b0394fc3fe7342e72d404223d1 0.1s done\n", + "#15 extracting sha256:95be0f4718a48e45cacbaf6e19f7aed48101465aca88a577bd84a57ee42eba1b 0.0s done\n", + "#15 DONE 4.4s\n", + "\n", + "#14 [backend internal] load build context\n", + "#14 ...\n", + "\n", + "#15 [frontend stage-1 1/2] FROM docker.io/library/nginx:stable-alpine@sha256:8f2bcf97c473dfe311e79a510ee540ee02e28ce1e6a64e1ef89bfad32574ef10\n", + "#15 extracting sha256:62c31b33012d33aa0a2fe15793525a9d6d6bf9c57f1f9ec22b88a02f869b1c3e 0.0s done\n", + "#15 extracting sha256:85a0985bea3a96919f3334aeec7cec165a06ffc948c8de0418026c0d516c7016 0.0s done\n", + "#15 extracting sha256:8485f215491f7b3eccbb9a4c66ebb932c076fa9d17aa985155b6c57e132c2042 0.0s done\n", + "#15 extracting sha256:f2d0d37ae31d4ab6192eeea9aaf8c1c83664db1db36cb22c98fd2fd259c1542c 0.0s done\n", + "#15 extracting sha256:e585282f42862920f33200111c879a44e860b5848afce1246fdcd321700641d0 0.3s done\n", + "#15 DONE 4.8s\n", + "\n", + "#14 [backend internal] load build context\n", + "#14 transferring context: 78.67MB 5.2s\n", + "#14 ...\n", + "\n", + "#13 [backend 1/4] FROM docker.io/library/nginx:latest@sha256:d5f28ef21aabddd098f3dbc21fe5b7a7d7a184720bc07da0b6c9b9820e97f25e\n", + "#13 sha256:6c50e4e0c4393a7c1dc665d7c0f5b717d184ead14a9a0cfd50acd7997fe5e70d 1.40kB / 1.40kB 0.4s done\n", + "#13 sha256:a785b80f5a670dcc22bd75e3ffd6463d1b27c37f53a799479bf8ac95d2330952 1.21kB / 1.21kB 0.4s done\n", + "#13 sha256:f1c4d397f477546f880aadb7faeeee8eaa1d40e3ded29e62b598f64acf629912 627B / 627B 0.5s done\n", + "#13 sha256:f72106e8650736e17bf673e22947b69f0074b76be40d5a728d0704a762d0d285 956B / 956B 0.5s done\n", + "#13 sha256:899c83fc198bc29704e0f259db984cde12bfbb7cb60363667b108955b05fdd7a 404B / 404B 0.3s done\n", + "#13 sha256:cb497a329a815b4a2fe3b785e16e4589f3fe899a7d46834671125ef0b21e85ba 44.07MB / 44.07MB 5.1s done\n", + "#13 sha256:d107e437f7299a0db6425d4e37f44fa779f7917ecc8daf1e87128ee91b9ed3d3 28.23MB / 28.23MB 3.5s done\n", + "#13 extracting sha256:d107e437f7299a0db6425d4e37f44fa779f7917ecc8daf1e87128ee91b9ed3d3 0.7s done\n", + "#13 extracting sha256:cb497a329a815b4a2fe3b785e16e4589f3fe899a7d46834671125ef0b21e85ba 0.7s done\n", + "#13 DONE 6.7s\n", + "\n", + "#14 [backend internal] load build context\n", + "#14 ...\n", + "\n", + "#13 [backend 1/4] FROM docker.io/library/nginx:latest@sha256:d5f28ef21aabddd098f3dbc21fe5b7a7d7a184720bc07da0b6c9b9820e97f25e\n", + "#13 extracting sha256:f1c4d397f477546f880aadb7faeeee8eaa1d40e3ded29e62b598f64acf629912 0.0s done\n", + "#13 extracting sha256:f72106e8650736e17bf673e22947b69f0074b76be40d5a728d0704a762d0d285 0.0s done\n", + "#13 extracting sha256:899c83fc198bc29704e0f259db984cde12bfbb7cb60363667b108955b05fdd7a 0.0s done\n", + "#13 extracting sha256:a785b80f5a670dcc22bd75e3ffd6463d1b27c37f53a799479bf8ac95d2330952 0.0s done\n", + "#13 DONE 6.8s\n", + "\n", + "#14 [backend internal] load build context\n", + "#14 ...\n", + "\n", + "#13 [backend 1/4] FROM docker.io/library/nginx:latest@sha256:d5f28ef21aabddd098f3dbc21fe5b7a7d7a184720bc07da0b6c9b9820e97f25e\n", + "#13 extracting sha256:6c50e4e0c4393a7c1dc665d7c0f5b717d184ead14a9a0cfd50acd7997fe5e70d 0.0s done\n", + "#13 DONE 6.8s\n", + "\n", + "#14 [backend internal] load build context\n", + "#14 ...\n", + "\n", + "#16 [backend 2/4] RUN echo 'server {\\n listen 80;\\n location / {\\n root /usr/share/nginx/html;\\n index index.html index.htm;\\n add_header Access-Control-Allow-Origin \"*\" always;\\n add_header Access-Control-Allow-Methods \"GET, POST, OPTIONS, PUT, DELETE\" always;\\n add_header Access-Control-Allow-Headers \"Authorization, Content-Type, Accept\" always;\\n if ($request_method = OPTIONS) {\\n add_header Access-Control-Allow-Origin \"*\";\\n add_header Access-Control-Allow-Methods \"GET, POST, OPTIONS, PUT, DELETE\";\\n add_header Access-Control-Allow-Headers \"Authorization, Content-Type, Accept\";\\n add_header Content-Length 0;\\n add_header Content-Type \"text/plain charset=UTF-8\";\\n return 204;\\n }\\n }\\n}' > /etc/nginx/conf.d/default.conf\n", + "#16 DONE 0.5s\n", + "\n", + "#14 [backend internal] load build context\n", + "#14 ...\n", + "\n", + "#12 [frontend build 1/6] FROM docker.io/library/node:18@sha256:c6ae79e38498325db67193d391e6ec1d224d96c693a8a4d943498556716d3783\n", + "#12 sha256:461077a72fb7fe40d34a37d6a1958c4d16772d0dd77f572ec50a1fdc41a3754d 446B / 446B 0.4s done\n", + "#12 sha256:3697be50c98b9d071df4637e1d3491d00e7b9f3a732768c876d82309b3c5a145 1.25MB / 1.25MB 0.5s done\n", + "#12 sha256:c6b30c3f16966552af10ac00521f60355b1fcfd46ac1c20b1038587e28583ce7 41.94MB / 45.68MB 5.7s\n", + "#12 sha256:cda7f44f2bddcc4bb7514474024b3f3705de00ddb6355a33be5ac7808e5b7125 3.32kB / 3.32kB 0.3s done\n", + "#12 sha256:e23f099911d692f62b851cf49a1e93294288a115f5cd2d014180e4d3684d34ab 37.75MB / 211.36MB 5.3s\n", + "#12 sha256:79b2f47ad4443652b9b5cc81a95ede249fd976310efdbee159f29638783778c0 36.70MB / 64.40MB 5.1s\n", + "#12 sha256:37927ed901b1b2608b72796c6881bf645480268eca4ac9a37b9219e050bb4d84 24.02MB / 24.02MB 3.6s done\n", + "#12 sha256:3e6b9d1a95114e19f12262a4e8a59ad1d1a10ca7b82108adcf0605a200294964 0B / 48.49MB 0.5s\n", + "#12 ...\n", + "\n", + "#14 [backend internal] load build context\n", + "#14 transferring context: 115.01MB 10.2s\n", + "#14 transferring context: 167.13MB 15.3s\n", + "#14 ...\n", + "\n", + "#12 [frontend build 1/6] FROM docker.io/library/node:18@sha256:c6ae79e38498325db67193d391e6ec1d224d96c693a8a4d943498556716d3783\n", + "#12 sha256:c6b30c3f16966552af10ac00521f60355b1fcfd46ac1c20b1038587e28583ce7 45.68MB / 45.68MB 6.2s done\n", + "#12 sha256:e23f099911d692f62b851cf49a1e93294288a115f5cd2d014180e4d3684d34ab 169.87MB / 211.36MB 14.1s\n", + "#12 sha256:79b2f47ad4443652b9b5cc81a95ede249fd976310efdbee159f29638783778c0 64.40MB / 64.40MB 8.2s done\n", + "#12 sha256:3e6b9d1a95114e19f12262a4e8a59ad1d1a10ca7b82108adcf0605a200294964 48.49MB / 48.49MB 5.3s done\n", + "#12 extracting sha256:3e6b9d1a95114e19f12262a4e8a59ad1d1a10ca7b82108adcf0605a200294964 1.0s done\n", + "#12 extracting sha256:37927ed901b1b2608b72796c6881bf645480268eca4ac9a37b9219e050bb4d84 0.4s done\n", + "#12 extracting sha256:79b2f47ad4443652b9b5cc81a95ede249fd976310efdbee159f29638783778c0 1.2s done\n", + "#12 ...\n", + "\n", + "#14 [backend internal] load build context\n", + "#14 transferring context: 251.89MB 19.5s done\n", + "#14 DONE 19.5s\n", + "\n", + "#17 [backend 3/4] COPY vector/out/ /usr/share/nginx/html\n", + "#17 DONE 0.4s\n", + "\n", + "#18 [backend 4/4] COPY raster/out/ /usr/share/nginx/html\n", + "#18 DONE 0.3s\n", + "\n", + "#19 [backend] exporting to image\n", + "#19 exporting layers\n", + "#19 ...\n", + "\n", + "#12 [frontend build 1/6] FROM docker.io/library/node:18@sha256:c6ae79e38498325db67193d391e6ec1d224d96c693a8a4d943498556716d3783\n", + "#12 sha256:e23f099911d692f62b851cf49a1e93294288a115f5cd2d014180e4d3684d34ab 211.36MB / 211.36MB 15.7s done\n", + "#12 extracting sha256:e23f099911d692f62b851cf49a1e93294288a115f5cd2d014180e4d3684d34ab 2.7s done\n", + "#12 DONE 23.0s\n", + "\n", + "#12 [frontend build 1/6] FROM docker.io/library/node:18@sha256:c6ae79e38498325db67193d391e6ec1d224d96c693a8a4d943498556716d3783\n", + "#12 extracting sha256:cda7f44f2bddcc4bb7514474024b3f3705de00ddb6355a33be5ac7808e5b7125 0.1s done\n", + "#12 extracting sha256:c6b30c3f16966552af10ac00521f60355b1fcfd46ac1c20b1038587e28583ce7\n", + "#12 extracting sha256:c6b30c3f16966552af10ac00521f60355b1fcfd46ac1c20b1038587e28583ce7 0.9s done\n", + "#12 DONE 24.0s\n", + "\n", + "#19 [backend] exporting to image\n", + "#19 ...\n", + "\n", + "#12 [frontend build 1/6] FROM docker.io/library/node:18@sha256:c6ae79e38498325db67193d391e6ec1d224d96c693a8a4d943498556716d3783\n", + "#12 extracting sha256:3697be50c98b9d071df4637e1d3491d00e7b9f3a732768c876d82309b3c5a145 0.0s done\n", + "#12 extracting sha256:461077a72fb7fe40d34a37d6a1958c4d16772d0dd77f572ec50a1fdc41a3754d 0.0s done\n", + "#12 DONE 24.1s\n", + "\n", + "#20 [frontend build 2/6] WORKDIR /app\n", + "#20 DONE 0.3s\n", + "\n", + "#19 [backend] exporting to image\n", + "#19 ...\n", + "\n", + "#21 [frontend build 3/6] COPY package*.json ./\n", + "#21 DONE 0.1s\n", + "\n", + "#19 [backend] exporting to image\n", + "#19 exporting layers 4.3s done\n", + "#19 exporting manifest sha256:d0c647c4d516bd2b2b45dace06f9d5ea321b55215c182f8f393ff028fc04743c 0.0s done\n", + "#19 exporting config sha256:17952acc4b67ee2f8c9f8ff578bc0b4070f53a8d7e2430b7c214722f6109befb 0.0s done\n", + "#19 exporting attestation manifest sha256:712659439802925670050b2bf99838977eecec409fe75d67a9fd7210ca4d53d8\n", + "#19 exporting attestation manifest sha256:712659439802925670050b2bf99838977eecec409fe75d67a9fd7210ca4d53d8 0.0s done\n", + "#19 exporting manifest list sha256:4fa178414bb02aace7e9436da086c35dfc5208d4986294d945c393fffbb8d493 0.0s done\n", + "#19 naming to docker.io/library/pmtiles-backend:latest 0.0s done\n", + "#19 unpacking to docker.io/library/pmtiles-backend:latest\n", + "#19 unpacking to docker.io/library/pmtiles-backend:latest 0.8s done\n", + "#19 DONE 5.2s\n", + "\n", + "#22 [backend] resolving provenance for metadata file\n", + "#22 DONE 0.0s\n", + "\n", + "#23 [frontend build 4/6] RUN npm install\n", + "#23 28.59 npm warn deprecated sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead\n", + "#23 28.69 npm warn deprecated rollup-plugin-terser@7.0.2: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-terser\n", + "#23 28.92 npm warn deprecated workbox-cacheable-response@6.6.0: workbox-background-sync@6.6.0\n", + "#23 28.97 npm warn deprecated workbox-google-analytics@6.6.0: It is not compatible with newer versions of GA starting with v4, as long as you are using GAv3 it should be ok, but the package is not longer being maintained\n", + "#23 29.42 npm warn deprecated stable@0.1.8: Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility\n", + "#23 29.48 npm warn deprecated q@1.5.1: You or someone you depend on is using Q, the JavaScript Promise library that gave JavaScript developers strong feelings about promises. They can almost certainly migrate to the native JavaScript promise now. Thank you literally everyone for joining me in this bet against the odds. Be excellent to each other.\n", + "#23 29.48 npm warn deprecated\n", + "#23 29.48 npm warn deprecated (For a CapTP with native promises, see @endo/eventual-send and @endo/captp)\n", + "#23 30.16 npm warn deprecated w3c-hr-time@1.0.2: Use your platform's native performance.now() and performance.timeOrigin.\n", + "#23 30.21 npm warn deprecated domexception@2.0.1: Use your platform's native DOMException instead\n", + "#23 30.21 npm warn deprecated abab@2.0.6: Use your platform's native atob() and btoa() methods instead\n", + "#23 30.47 npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.\n", + "#23 30.48 npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported\n", + "#23 30.69 npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported\n", + "#23 31.34 npm warn deprecated @humanwhocodes/object-schema@2.0.3: Use @eslint/object-schema instead\n", + "#23 31.42 npm warn deprecated @humanwhocodes/config-array@0.13.0: Use @eslint/config-array instead\n", + "#23 31.66 npm warn deprecated @babel/plugin-proposal-optional-chaining@7.21.0: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-chaining instead.\n", + "#23 31.66 npm warn deprecated @babel/plugin-proposal-numeric-separator@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-numeric-separator instead.\n", + "#23 31.66 npm warn deprecated @babel/plugin-proposal-private-methods@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-private-methods instead.\n", + "#23 31.67 npm warn deprecated @babel/plugin-proposal-class-properties@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead.\n", + "#23 31.67 npm warn deprecated @babel/plugin-proposal-nullish-coalescing-operator@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-nullish-coalescing-operator instead.\n", + "#23 33.48 npm warn deprecated svgo@1.3.2: This SVGO version is no longer supported. Upgrade to v2.x.x.\n", + "#23 33.64 npm warn deprecated source-map@0.8.0-beta.0: The work that was done in this beta branch won't be included in future versions\n", + "#23 34.10 npm warn deprecated @babel/plugin-proposal-private-property-in-object@7.21.11: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-private-property-in-object instead.\n", + "#23 35.69 npm warn deprecated eslint@8.57.1: This version is no longer supported. Please see https://eslint.org/version-support for other options.\n", + "#23 37.82 \n", + "#23 37.82 added 1384 packages, and audited 1385 packages in 37s\n", + "#23 37.82 \n", + "#23 37.82 271 packages are looking for funding\n", + "#23 37.82 run `npm fund` for details\n", + "#23 37.83 \n", + "#23 37.83 10 vulnerabilities (4 moderate, 6 high)\n", + "#23 37.83 \n", + "#23 37.83 To address all issues (including breaking changes), run:\n", + "#23 37.83 npm audit fix --force\n", + "#23 37.83 \n", + "#23 37.83 Run `npm audit` for details.\n", + "#23 37.83 npm notice\n", + "#23 37.83 npm notice New major version of npm available! 10.8.2 -> 11.6.0\n", + "#23 37.83 npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.6.0\n", + "#23 37.83 npm notice To update run: npm install -g npm@11.6.0\n", + "#23 37.83 npm notice\n", + "#23 DONE 38.3s\n", + "\n", + "#24 [frontend build 5/6] COPY . .\n", + "#24 DONE 0.3s\n", + "\n", + "#25 [frontend build 6/6] RUN npm run build\n", + "#25 0.333 \n", + "#25 0.333 > react@1.0.0 build\n", + "#25 0.333 > react-scripts build\n", + "#25 0.333 \n", + "#25 0.910 Creating an optimized production build...\n", + "#25 16.28 Compiled successfully.\n", + "#25 16.28 \n", + "#25 16.28 File sizes after gzip:\n", + "#25 16.28 \n", + "#25 16.34 430.42 kB build/static/js/879.8348a87f.chunk.js\n", + "#25 16.34 253.77 kB build/static/js/main.2d869312.js\n", + "#25 16.34 9.57 kB build/static/css/main.d6bdd07b.css\n", + "#25 16.34 \n", + "#25 16.34 The project was built assuming it is hosted at /.\n", + "#25 16.34 You can control this with the homepage field in your package.json.\n", + "#25 16.34 \n", + "#25 16.34 The build folder is ready to be deployed.\n", + "#25 16.34 You may serve it with a static server:\n", + "#25 16.34 \n", + "#25 16.34 npm install -g serve\n", + "#25 16.34 serve -s build\n", + "#25 16.34 \n", + "#25 16.34 Find out more about deployment here:\n", + "#25 16.34 \n", + "#25 16.34 https://cra.link/deployment\n", + "#25 16.34 \n", + "#25 DONE 16.6s\n", + "\n", + "#26 [frontend stage-1 2/2] COPY --from=build /app/build /usr/share/nginx/html\n", + "#26 DONE 0.1s\n", + "\n", + "#27 [frontend] exporting to image\n", + "#27 exporting layers\n", + "#27 exporting layers 0.5s done\n", + "#27 exporting manifest sha256:49814125fa99d7adeaae89e16ac9f7212db7aa46e9126e7c21356a17ae2690cc 0.0s done\n", + "#27 exporting config sha256:486d9b4cb645e9bc9eae04373299c3e977872144ecf1915544bca5e2cc95956d 0.0s done\n", + "#27 exporting attestation manifest sha256:963cd3e5a487686bc535de48846d8e62bf10c6b26ed2175234913becc9ef6a7f 0.0s done\n", + "#27 exporting manifest list sha256:40a3792a3b2778ce4e06e49db9a384826d9b3145f6413798e9b9bdf12fbb619d 0.0s done\n", + "#27 naming to docker.io/library/pmtiles-frontend:latest done\n", + "#27 unpacking to docker.io/library/pmtiles-frontend:latest 0.1s done\n", + "#27 DONE 0.6s\n", + "\n", + "#28 [frontend] resolving provenance for metadata file\n", + "#28 DONE 0.0s\n", + "Attaching to backend-1, frontend-1\n", + "frontend-1 | /docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration\n", + "frontend-1 | /docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/\n", + "frontend-1 | /docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh\n", + "frontend-1 | 10-listen-on-ipv6-by-default.sh: info: Getting the checksum of /etc/nginx/conf.d/default.conf\n", + "frontend-1 | 10-listen-on-ipv6-by-default.sh: info: Enabled listen on IPv6 in /etc/nginx/conf.d/default.conf\n", + "frontend-1 | /docker-entrypoint.sh: Sourcing /docker-entrypoint.d/15-local-resolvers.envsh\n", + "frontend-1 | /docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh\n", + "frontend-1 | /docker-entrypoint.sh: Launching /docker-entrypoint.d/30-tune-worker-processes.sh\n", + "backend-1 | /docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration\n", + "backend-1 | /docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/\n", + "frontend-1 | /docker-entrypoint.sh: Configuration complete; ready for start up\n", + "backend-1 | /docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh\n", + "backend-1 | 10-listen-on-ipv6-by-default.sh: info: Getting the checksum of /etc/nginx/conf.d/default.conf\n", + "backend-1 | 10-listen-on-ipv6-by-default.sh: info: /etc/nginx/conf.d/default.conf differs from the packaged version\n", + "backend-1 | /docker-entrypoint.sh: Sourcing /docker-entrypoint.d/15-local-resolvers.envsh\n", + "backend-1 | /docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh\n", + "backend-1 | /docker-entrypoint.sh: Launching /docker-entrypoint.d/30-tune-worker-processes.sh\n", + "backend-1 | /docker-entrypoint.sh: Configuration complete; ready for start up\n", + "frontend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:07 +0000] \"GET / HTTP/1.1\" 200 542 \"-\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "frontend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:07 +0000] \"GET /static/css/main.d6bdd07b.css HTTP/1.1\" 200 70072 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "frontend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:07 +0000] \"GET /static/js/main.2d869312.js HTTP/1.1\" 200 932619 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:07 +0000] \"GET /N50_Samferdsel_senterlinje.pmtiles HTTP/1.1\" 206 16384 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:07 +0000] \"GET /N50_BygningerOgAnlegg_omrade.pmtiles HTTP/1.1\" 206 16384 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:07 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 16384 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "frontend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:07 +0000] \"GET /favicon.ico HTTP/1.1\" 404 555 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "frontend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:07 +0000] \"GET /manifest.json HTTP/1.1\" 404 555 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:07 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 229322 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:07 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 324348 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:07 +0000] \"GET /N50_BygningerOgAnlegg_omrade.pmtiles HTTP/1.1\" 206 4190 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:07 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 425673 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:07 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 556738 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:07 +0000] \"GET /N50_Samferdsel_senterlinje.pmtiles HTTP/1.1\" 206 113280 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:07 +0000] \"GET /N50_BygningerOgAnlegg_omrade.pmtiles HTTP/1.1\" 206 2875 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:07 +0000] \"GET /N50_Samferdsel_senterlinje.pmtiles HTTP/1.1\" 206 69032 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:07 +0000] \"GET /N50_BygningerOgAnlegg_omrade.pmtiles HTTP/1.1\" 206 7483 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:07 +0000] \"GET /N50_Samferdsel_senterlinje.pmtiles HTTP/1.1\" 206 33061 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:07 +0000] \"GET /N50_BygningerOgAnlegg_omrade.pmtiles HTTP/1.1\" 206 17999 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:07 +0000] \"GET /N50_Samferdsel_senterlinje.pmtiles HTTP/1.1\" 206 52037 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:07 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 24 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:07 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 737 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:07 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 419 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:07 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 1000 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:07 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 287 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:14 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 491573 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:14 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 105168 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:14 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 439490 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:15 +0000] \"GET /N50_BygningerOgAnlegg_omrade.pmtiles HTTP/1.1\" 206 633 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:15 +0000] \"GET /N50_Samferdsel_senterlinje.pmtiles HTTP/1.1\" 206 71 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:15 +0000] \"GET /N50_Samferdsel_senterlinje.pmtiles HTTP/1.1\" 206 213 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:15 +0000] \"GET /N50_BygningerOgAnlegg_omrade.pmtiles HTTP/1.1\" 206 218 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:15 +0000] \"GET /N50_BygningerOgAnlegg_omrade.pmtiles HTTP/1.1\" 206 485 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:15 +0000] \"GET /N50_Samferdsel_senterlinje.pmtiles HTTP/1.1\" 206 569 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:15 +0000] \"GET /N50_BygningerOgAnlegg_omrade.pmtiles HTTP/1.1\" 206 373 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:15 +0000] \"GET /N50_Samferdsel_senterlinje.pmtiles HTTP/1.1\" 206 211 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:23 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 106690 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:24 +0000] \"GET /N50_Samferdsel_senterlinje.pmtiles HTTP/1.1\" 206 64300 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:24 +0000] \"GET /N50_BygningerOgAnlegg_omrade.pmtiles HTTP/1.1\" 206 1288 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:24 +0000] \"GET /N50_BygningerOgAnlegg_omrade.pmtiles HTTP/1.1\" 206 7946 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:24 +0000] \"GET /N50_Samferdsel_senterlinje.pmtiles HTTP/1.1\" 206 38342 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:24 +0000] \"GET /N50_BygningerOgAnlegg_omrade.pmtiles HTTP/1.1\" 206 29192 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:24 +0000] \"GET /N50_Samferdsel_senterlinje.pmtiles HTTP/1.1\" 206 248826 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:24 +0000] \"GET /N50_Samferdsel_senterlinje.pmtiles HTTP/1.1\" 206 108913 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:24 +0000] \"GET /N50_BygningerOgAnlegg_omrade.pmtiles HTTP/1.1\" 206 10893 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:24 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 150202 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:24 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 343911 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:25 +0000] \"GET /N50_Samferdsel_senterlinje.pmtiles HTTP/1.1\" 206 88832 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:25 +0000] \"GET /N50_BygningerOgAnlegg_omrade.pmtiles HTTP/1.1\" 206 2063 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:25 +0000] \"GET /N50_BygningerOgAnlegg_omrade.pmtiles HTTP/1.1\" 206 8964 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:25 +0000] \"GET /N50_Samferdsel_senterlinje.pmtiles HTTP/1.1\" 206 449227 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:25 +0000] \"GET /N50_BygningerOgAnlegg_omrade.pmtiles HTTP/1.1\" 206 39192 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:25 +0000] \"GET /N50_Samferdsel_senterlinje.pmtiles HTTP/1.1\" 206 292401 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:25 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 15364 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:25 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 31731 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:25 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 138634 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:25 +0000] \"GET /N50_Samferdsel_senterlinje.pmtiles HTTP/1.1\" 206 28204 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:25 +0000] \"GET /N50_BygningerOgAnlegg_omrade.pmtiles HTTP/1.1\" 206 1846 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:25 +0000] \"GET /N50_Samferdsel_senterlinje.pmtiles HTTP/1.1\" 206 104421 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:25 +0000] \"GET /N50_BygningerOgAnlegg_omrade.pmtiles HTTP/1.1\" 206 7883 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:27 +0000] \"GET /N50_BygningerOgAnlegg_omrade.pmtiles HTTP/1.1\" 206 7303 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:27 +0000] \"GET /N50_Samferdsel_senterlinje.pmtiles HTTP/1.1\" 206 456837 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:27 +0000] \"GET /N50_BygningerOgAnlegg_omrade.pmtiles HTTP/1.1\" 206 39546 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:27 +0000] \"GET /N50_Samferdsel_senterlinje.pmtiles HTTP/1.1\" 206 54899 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:29 +0000] \"GET /N50_Samferdsel_senterlinje.pmtiles HTTP/1.1\" 206 894 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:29 +0000] \"GET /N50_Samferdsel_senterlinje.pmtiles HTTP/1.1\" 206 898 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "frontend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:34 +0000] \"GET /static/css/main.d6bdd07b.css HTTP/1.1\" 304 0 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "frontend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:34 +0000] \"GET /manifest.json HTTP/1.1\" 404 555 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "frontend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:34 +0000] \"GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1\" 404 555 \"-\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "frontend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:34 +0000] \"GET /static/css/main.d6bdd07b.css.map HTTP/1.1\" 200 72308 \"-\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "frontend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:34 +0000] \"GET /static/js/main.2d869312.js.map HTTP/1.1\" 200 545939 \"-\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:55 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 200243 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:55 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 474919 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:55 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 122839 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:55 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 280412 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:58 +0000] \"GET /N50_BygningerOgAnlegg_omrade.pmtiles HTTP/1.1\" 206 218 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:58 +0000] \"GET /N50_Samferdsel_senterlinje.pmtiles HTTP/1.1\" 206 71 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:58 +0000] \"GET /N50_BygningerOgAnlegg_omrade.pmtiles HTTP/1.1\" 206 373 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:58 +0000] \"GET /N50_Samferdsel_senterlinje.pmtiles HTTP/1.1\" 206 569 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:58 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 368139 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:58 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 274740 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:58 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 258494 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:58 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 208462 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:58 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 266877 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:58 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 205302 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:09:02 +0000] \"GET /N50_Samferdsel_senterlinje.pmtiles HTTP/1.1\" 206 71 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:09:02 +0000] \"GET /N50_Samferdsel_senterlinje.pmtiles HTTP/1.1\" 206 569 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:09:02 +0000] \"GET /N50_BygningerOgAnlegg_omrade.pmtiles HTTP/1.1\" 206 218 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:09:02 +0000] \"GET /N50_BygningerOgAnlegg_omrade.pmtiles HTTP/1.1\" 206 373 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:09:04 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 256496 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:09:04 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 260994 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:09:04 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 292273 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:09:04 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 256361 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:09:07 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 256361 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:09:07 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 292273 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:09:07 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 271503 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:09:07 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 251801 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:09:11 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 146361 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:09:11 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 208114 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:09:11 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 130217 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:09:12 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 252574 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:09:13 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 213550 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:09:13 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 271370 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:09:18 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 163912 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:09:18 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 273424 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:09:18 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 333438 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:09:18 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 220276 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:09:18 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 275938 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:09:18 +0000] \"GET /N50_Samferdsel_senterlinje.pmtiles HTTP/1.1\" 206 213 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:09:18 +0000] \"GET /N50_BygningerOgAnlegg_omrade.pmtiles HTTP/1.1\" 206 633 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:09:18 +0000] \"GET /N50_BygningerOgAnlegg_omrade.pmtiles HTTP/1.1\" 206 485 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:09:18 +0000] \"GET /N50_Samferdsel_senterlinje.pmtiles HTTP/1.1\" 206 211 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:09:19 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 170470 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:09:19 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 411314 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:09:24 +0000] \"GET /N50_Samferdsel_senterlinje.pmtiles HTTP/1.1\" 206 213 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:09:24 +0000] \"GET /N50_BygningerOgAnlegg_omrade.pmtiles HTTP/1.1\" 206 633 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:09:24 +0000] \"GET /N50_Samferdsel_senterlinje.pmtiles HTTP/1.1\" 206 211 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:09:24 +0000] \"GET /N50_BygningerOgAnlegg_omrade.pmtiles HTTP/1.1\" 206 485 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:09:30 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 105168 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:09:32 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 55686 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:09:32 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 120859 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:09:33 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 229322 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:09:34 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 324348 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", + "\n", + "\u001b[Kbackend-1 exited with code 0\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + " pmtiles-backend Built\n", + " pmtiles-frontend Built\n", + " Network pmtiles_default Creating\n", + " Network pmtiles_default Created\n", + " Container pmtiles-frontend-1 Creating\n", + " Container pmtiles-backend-1 Creating\n", + " Container pmtiles-frontend-1 Created\n", + " Container pmtiles-backend-1 Created\n", + "frontend-1 | 2025/09/09 14:07:12 [notice] 1#1: using the \"epoll\" event method\n", + "frontend-1 | 2025/09/09 14:07:12 [notice] 1#1: nginx/1.28.0\n", + "frontend-1 | 2025/09/09 14:07:12 [notice] 1#1: built by gcc 14.2.0 (Alpine 14.2.0) \n", + "frontend-1 | 2025/09/09 14:07:12 [notice] 1#1: OS: Linux 6.6.87.2-microsoft-standard-WSL2\n", + "frontend-1 | 2025/09/09 14:07:12 [notice] 1#1: getrlimit(RLIMIT_NOFILE): 1048576:1048576\n", + "frontend-1 | 2025/09/09 14:07:12 [notice] 1#1: start worker processes\n", + "frontend-1 | 2025/09/09 14:07:12 [notice] 1#1: start worker process 30\n", + "frontend-1 | 2025/09/09 14:07:12 [notice] 1#1: start worker process 31\n", + "frontend-1 | 2025/09/09 14:07:12 [notice] 1#1: start worker process 32\n", + "frontend-1 | 2025/09/09 14:07:12 [notice] 1#1: start worker process 33\n", + "frontend-1 | 2025/09/09 14:07:12 [notice] 1#1: start worker process 34\n", + "frontend-1 | 2025/09/09 14:07:12 [notice] 1#1: start worker process 35\n", + "frontend-1 | 2025/09/09 14:07:12 [notice] 1#1: start worker process 36\n", + "frontend-1 | 2025/09/09 14:07:12 [notice] 1#1: start worker process 37\n", + "frontend-1 | 2025/09/09 14:07:12 [notice] 1#1: start worker process 38\n", + "frontend-1 | 2025/09/09 14:07:12 [notice] 1#1: start worker process 39\n", + "frontend-1 | 2025/09/09 14:07:12 [notice] 1#1: start worker process 40\n", + "frontend-1 | 2025/09/09 14:07:12 [notice] 1#1: start worker process 41\n", + "frontend-1 | 2025/09/09 14:07:12 [notice] 1#1: start worker process 42\n", + "frontend-1 | 2025/09/09 14:07:12 [notice] 1#1: start worker process 43\n", + "frontend-1 | 2025/09/09 14:07:12 [notice] 1#1: start worker process 44\n", + "frontend-1 | 2025/09/09 14:07:12 [notice] 1#1: start worker process 45\n", + "frontend-1 | 2025/09/09 14:07:12 [notice] 1#1: start worker process 46\n", + "frontend-1 | 2025/09/09 14:07:12 [notice] 1#1: start worker process 47\n", + "frontend-1 | 2025/09/09 14:07:12 [notice] 1#1: start worker process 48\n", + "frontend-1 | 2025/09/09 14:07:12 [notice] 1#1: start worker process 49\n", + "backend-1 | 2025/09/09 14:07:12 [notice] 1#1: using the \"epoll\" event method\n", + "backend-1 | 2025/09/09 14:07:12 [notice] 1#1: nginx/1.29.1\n", + "backend-1 | 2025/09/09 14:07:12 [notice] 1#1: built by gcc 12.2.0 (Debian 12.2.0-14+deb12u1) \n", + "backend-1 | 2025/09/09 14:07:12 [notice] 1#1: OS: Linux 6.6.87.2-microsoft-standard-WSL2\n", + "backend-1 | 2025/09/09 14:07:12 [notice] 1#1: getrlimit(RLIMIT_NOFILE): 1048576:1048576\n", + "backend-1 | 2025/09/09 14:07:12 [notice] 1#1: start worker processes\n", + "backend-1 | 2025/09/09 14:07:12 [notice] 1#1: start worker process 28\n", + "backend-1 | 2025/09/09 14:07:12 [notice] 1#1: start worker process 29\n", + "backend-1 | 2025/09/09 14:07:12 [notice] 1#1: start worker process 30\n", + "backend-1 | 2025/09/09 14:07:12 [notice] 1#1: start worker process 31\n", + "backend-1 | 2025/09/09 14:07:12 [notice] 1#1: start worker process 32\n", + "backend-1 | 2025/09/09 14:07:12 [notice] 1#1: start worker process 33\n", + "backend-1 | 2025/09/09 14:07:12 [notice] 1#1: start worker process 34\n", + "backend-1 | 2025/09/09 14:07:12 [notice] 1#1: start worker process 35\n", + "backend-1 | 2025/09/09 14:07:12 [notice] 1#1: start worker process 36\n", + "backend-1 | 2025/09/09 14:07:12 [notice] 1#1: start worker process 37\n", + "backend-1 | 2025/09/09 14:07:12 [notice] 1#1: start worker process 38\n", + "backend-1 | 2025/09/09 14:07:12 [notice] 1#1: start worker process 39\n", + "backend-1 | 2025/09/09 14:07:12 [notice] 1#1: start worker process 40\n", + "backend-1 | 2025/09/09 14:07:12 [notice] 1#1: start worker process 41\n", + "backend-1 | 2025/09/09 14:07:12 [notice] 1#1: start worker process 42\n", + "backend-1 | 2025/09/09 14:07:12 [notice] 1#1: start worker process 43\n", + "backend-1 | 2025/09/09 14:07:12 [notice] 1#1: start worker process 44\n", + "backend-1 | 2025/09/09 14:07:12 [notice] 1#1: start worker process 45\n", + "backend-1 | 2025/09/09 14:07:12 [notice] 1#1: start worker process 46\n", + "backend-1 | 2025/09/09 14:07:12 [notice] 1#1: start worker process 47\n", + "frontend-1 | 2025/09/09 14:08:07 [error] 30#30: *1 open() \"/usr/share/nginx/html/favicon.ico\" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: \"GET /favicon.ico HTTP/1.1\", host: \"localhost:3000\", referrer: \"http://localhost:3000/\"\n", + "frontend-1 | 2025/09/09 14:08:07 [error] 33#33: *3 open() \"/usr/share/nginx/html/manifest.json\" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: \"GET /manifest.json HTTP/1.1\", host: \"localhost:3000\", referrer: \"http://localhost:3000/\"\n", + "frontend-1 | 2025/09/09 14:08:34 [error] 33#33: *3 open() \"/usr/share/nginx/html/manifest.json\" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: \"GET /manifest.json HTTP/1.1\", host: \"localhost:3000\", referrer: \"http://localhost:3000/\"\n", + "frontend-1 | 2025/09/09 14:08:34 [error] 30#30: *1 open() \"/usr/share/nginx/html/.well-known/appspecific/com.chrome.devtools.json\" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: \"GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1\", host: \"localhost:3000\"\n", + "frontend-1 | 2025/09/09 14:09:41 [notice] 1#1: signal 3 (SIGQUIT) received, shutting down\n", + "frontend-1 | 2025/09/09 14:09:41 [notice] 30#30: gracefully shutting down\n", + "frontend-1 | 2025/09/09 14:09:41 [notice] 32#32: gracefully shutting down\n", + "frontend-1 | 2025/09/09 14:09:41 [notice] 36#36: gracefully shutting down\n", + "frontend-1 | 2025/09/09 14:09:41 [notice] 33#33: gracefully shutting down\n", + "frontend-1 | 2025/09/09 14:09:41 [notice] 38#38: gracefully shutting down\n", + "frontend-1 | 2025/09/09 14:09:41 [notice] 30#30: exiting\n", + "frontend-1 | 2025/09/09 14:09:41 [notice] 38#38: exiting\n", + "frontend-1 | 2025/09/09 14:09:41 [notice] 36#36: exiting\n", + "frontend-1 | 2025/09/09 14:09:41 [notice] 35#35: gracefully shutting down\n", + "frontend-1 | 2025/09/09 14:09:41 [notice] 40#40: gracefully shutting down\n", + "frontend-1 | 2025/09/09 14:09:41 [notice] 39#39: gracefully shutting down\n", + "frontend-1 | 2025/09/09 14:09:41 [notice] 35#35: exiting\n", + "backend-1 | 2025/09/09 14:09:41 [notice] 1#1: signal 3 (SIGQUIT) received, shutting down\n", + "frontend-1 | 2025/09/09 14:09:41 [notice] 38#38: exit\n", + "frontend-1 | 2025/09/09 14:09:41 [notice] 30#30: exit\n", + "frontend-1 | 2025/09/09 14:09:41 [notice] 39#39: exiting\n", + "frontend-1 | 2025/09/09 14:09:41 [notice] 31#31: gracefully shutting down\n", + "frontend-1 | 2025/09/09 14:09:41 [notice] 33#33: exiting\n", + "frontend-1 | 2025/09/09 14:09:41 [notice] 31#31: exiting\n", + "frontend-1 | 2025/09/09 14:09:41 [notice] 35#35: exit\n", + "frontend-1 | 2025/09/09 14:09:41 [notice] 31#31: exit\n", + "frontend-1 | 2025/09/09 14:09:41 [notice] 33#33: exit\n", + "frontend-1 | 2025/09/09 14:09:41 [notice] 39#39: exit\n", + "frontend-1 | 2025/09/09 14:09:41 [notice] 32#32: exiting\n", + "backend-1 | 2025/09/09 14:09:41 [notice] 38#38: gracefully shutting down\n", + "backend-1 | 2025/09/09 14:09:41 [notice] 39#39: gracefully shutting down\n", + "backend-1 | 2025/09/09 14:09:41 [notice] 38#38: exiting\n", + "backend-1 | 2025/09/09 14:09:41 [notice] 39#39: exiting\n", + "backend-1 | 2025/09/09 14:09:41 [notice] 28#28: gracefully shutting down\n", + "backend-1 | 2025/09/09 14:09:41 [notice] 38#38: exit\n", + "backend-1 | 2025/09/09 14:09:41 [notice] 39#39: exit\n", + "backend-1 | 2025/09/09 14:09:41 [notice] 28#28: exiting\n", + "backend-1 | 2025/09/09 14:09:41 [notice] 28#28: exit\n", + "backend-1 | 2025/09/09 14:09:41 [notice] 36#36: gracefully shutting down\n", + "backend-1 | 2025/09/09 14:09:41 [notice] 36#36: exiting\n", + "backend-1 | 2025/09/09 14:09:41 [notice] 36#36: exit\n", + "frontend-1 | 2025/09/09 14:09:41 [notice] 36#36: exit\n", + "frontend-1 | 2025/09/09 14:09:41 [notice] 40#40: exiting\n", + "frontend-1 | 2025/09/09 14:09:41 [notice] 32#32: exit\n", + "frontend-1 | 2025/09/09 14:09:41 [notice] 34#34: gracefully shutting down\n", + "frontend-1 | 2025/09/09 14:09:41 [notice] 40#40: exit\n", + "frontend-1 | 2025/09/09 14:09:41 [notice] 34#34: exiting\n", + "frontend-1 | 2025/09/09 14:09:41 [notice] 34#34: exit\n", + "frontend-1 | 2025/09/09 14:09:41 [notice] 41#41: gracefully shutting down\n", + "frontend-1 | 2025/09/09 14:09:41 [notice] 41#41: exiting\n", + "backend-1 | 2025/09/09 14:09:41 [notice] 31#31: gracefully shutting down\n", + "backend-1 | 2025/09/09 14:09:41 [notice] 32#32: gracefully shutting down\n", + "backend-1 | 2025/09/09 14:09:41 [notice] 33#33: gracefully shutting down\n", + "backend-1 | 2025/09/09 14:09:41 [notice] 29#29: gracefully shutting down\n", + "backend-1 | 2025/09/09 14:09:41 [notice] 34#34: gracefully shutting down\n", + "backend-1 | 2025/09/09 14:09:41 [notice] 41#41: gracefully shutting down\n", + "backend-1 | 2025/09/09 14:09:41 [notice] 41#41: exiting\n", + "backend-1 | 2025/09/09 14:09:41 [notice] 41#41: exit\n", + "backend-1 | 2025/09/09 14:09:41 [notice] 34#34: exiting\n", + "backend-1 | 2025/09/09 14:09:41 [notice] 30#30: gracefully shutting down\n", + "backend-1 | 2025/09/09 14:09:41 [notice] 34#34: exit\n", + "backend-1 | 2025/09/09 14:09:41 [notice] 30#30: exiting\n", + "backend-1 | 2025/09/09 14:09:41 [notice] 30#30: exit\n", + "backend-1 | 2025/09/09 14:09:41 [notice] 31#31: exiting\n", + "backend-1 | 2025/09/09 14:09:41 [notice] 31#31: exit\n", + "frontend-1 | 2025/09/09 14:09:41 [notice] 37#37: gracefully shutting down\n", + "frontend-1 | 2025/09/09 14:09:41 [notice] 37#37: exiting\n", + "frontend-1 | 2025/09/09 14:09:41 [notice] 41#41: exit\n", + "frontend-1 | 2025/09/09 14:09:41 [notice] 45#45: gracefully shutting down\n", + "frontend-1 | 2025/09/09 14:09:41 [notice] 42#42: gracefully shutting down\n", + "frontend-1 | 2025/09/09 14:09:41 [notice] 42#42: exiting\n", + "frontend-1 | 2025/09/09 14:09:41 [notice] 45#45: exiting\n", + "frontend-1 | 2025/09/09 14:09:41 [notice] 47#47: gracefully shutting down\n", + "frontend-1 | 2025/09/09 14:09:41 [notice] 47#47: exiting\n", + "frontend-1 | 2025/09/09 14:09:41 [notice] 48#48: gracefully shutting down\n", + "frontend-1 | 2025/09/09 14:09:41 [notice] 48#48: exiting\n", + "frontend-1 | 2025/09/09 14:09:41 [notice] 46#46: gracefully shutting down\n", + "frontend-1 | 2025/09/09 14:09:41 [notice] 46#46: exiting\n", + "frontend-1 | 2025/09/09 14:09:41 [notice] 43#43: gracefully shutting down\n", + "backend-1 | 2025/09/09 14:09:41 [notice] 43#43: gracefully shutting down\n", + "backend-1 | 2025/09/09 14:09:41 [notice] 43#43: exiting\n", + "frontend-1 | 2025/09/09 14:09:41 [notice] 43#43: exiting\n", + "frontend-1 | 2025/09/09 14:09:41 [notice] 49#49: gracefully shutting down\n", + "frontend-1 | 2025/09/09 14:09:41 [notice] 49#49: exiting\n", + "backend-1 | 2025/09/09 14:09:41 [notice] 29#29: exiting\n", + "backend-1 | 2025/09/09 14:09:41 [notice] 43#43: exit\n", + "backend-1 | 2025/09/09 14:09:41 [notice] 29#29: exit\n", + "backend-1 | 2025/09/09 14:09:41 [notice] 42#42: gracefully shutting down\n", + "backend-1 | 2025/09/09 14:09:41 [notice] 42#42: exiting\n", + "backend-1 | 2025/09/09 14:09:41 [notice] 40#40: gracefully shutting down\n", + "backend-1 | 2025/09/09 14:09:41 [notice] 40#40: exiting\n", + "backend-1 | 2025/09/09 14:09:41 [notice] 42#42: exit\n", + "backend-1 | 2025/09/09 14:09:41 [notice] 40#40: exit\n", + "backend-1 | 2025/09/09 14:09:41 [notice] 45#45: gracefully shutting down\n", + "backend-1 | 2025/09/09 14:09:41 [notice] 45#45: exiting\n", + "backend-1 | 2025/09/09 14:09:41 [notice] 44#44: gracefully shutting down\n", + "backend-1 | 2025/09/09 14:09:41 [notice] 44#44: exiting\n", + "backend-1 | 2025/09/09 14:09:41 [notice] 44#44: exit\n", + "backend-1 | 2025/09/09 14:09:41 [notice] 32#32: exiting\n", + "backend-1 | 2025/09/09 14:09:41 [notice] 45#45: exit\n", + "backend-1 | 2025/09/09 14:09:41 [notice] 32#32: exit\n", + "frontend-1 | 2025/09/09 14:09:41 [notice] 37#37: exit\n", + "frontend-1 | 2025/09/09 14:09:41 [notice] 44#44: gracefully shutting down\n", + "frontend-1 | 2025/09/09 14:09:41 [notice] 44#44: exiting\n", + "backend-1 | 2025/09/09 14:09:41 [notice] 46#46: gracefully shutting down\n", + "backend-1 | 2025/09/09 14:09:41 [notice] 33#33: exiting\n", + "backend-1 | 2025/09/09 14:09:41 [notice] 46#46: exiting\n", + "backend-1 | 2025/09/09 14:09:41 [notice] 33#33: exit\n", + "backend-1 | 2025/09/09 14:09:41 [notice] 46#46: exit\n", + "backend-1 | 2025/09/09 14:09:41 [notice] 47#47: gracefully shutting down\n", + "backend-1 | 2025/09/09 14:09:41 [notice] 47#47: exiting\n", + "backend-1 | 2025/09/09 14:09:41 [notice] 47#47: exit\n", + "backend-1 | 2025/09/09 14:09:41 [notice] 35#35: gracefully shutting down\n", + "backend-1 | 2025/09/09 14:09:41 [notice] 35#35: exiting\n", + "backend-1 | 2025/09/09 14:09:41 [notice] 35#35: exit\n", + "backend-1 | 2025/09/09 14:09:41 [notice] 37#37: gracefully shutting down\n", + "backend-1 | 2025/09/09 14:09:41 [notice] 37#37: exiting\n", + "frontend-1 | 2025/09/09 14:09:41 [notice] 45#45: exit\n", + "frontend-1 | 2025/09/09 14:09:41 [notice] 42#42: exit\n", + "frontend-1 | 2025/09/09 14:09:41 [notice] 47#47: exit\n", + "frontend-1 | 2025/09/09 14:09:41 [notice] 48#48: exit\n", + "backend-1 | 2025/09/09 14:09:41 [notice] 37#37: exit\n", + "frontend-1 | 2025/09/09 14:09:41 [notice] 46#46: exit\n", + "frontend-1 | 2025/09/09 14:09:41 [notice] 49#49: exit\n", + "frontend-1 | 2025/09/09 14:09:41 [notice] 44#44: exit\n", + "frontend-1 | 2025/09/09 14:09:41 [notice] 43#43: exit\n", + "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: signal 17 (SIGCHLD) received from 36\n", + "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: worker process 36 exited with code 0\n", + "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: signal 29 (SIGIO) received\n", + "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: signal 17 (SIGCHLD) received from 30\n", + "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: worker process 30 exited with code 0\n", + "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: signal 29 (SIGIO) received\n", + "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: signal 17 (SIGCHLD) received from 40\n", + "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: worker process 40 exited with code 0\n", + "frontend-1 | 2025/09/09 14:09:42 [notice] 1#1: signal 17 (SIGCHLD) received from 30\n", + "frontend-1 | 2025/09/09 14:09:42 [notice] 1#1: worker process 30 exited with code 0\n", + "frontend-1 | 2025/09/09 14:09:42 [notice] 1#1: worker process 38 exited with code 0\n", + "frontend-1 | 2025/09/09 14:09:42 [notice] 1#1: signal 29 (SIGIO) received\n", + "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: signal 29 (SIGIO) received\n", + "frontend-1 | 2025/09/09 14:09:42 [notice] 1#1: signal 17 (SIGCHLD) received from 33\n", + "frontend-1 | 2025/09/09 14:09:42 [notice] 1#1: worker process 33 exited with code 0\n", + "frontend-1 | 2025/09/09 14:09:42 [notice] 1#1: signal 29 (SIGIO) received\n", + "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: signal 17 (SIGCHLD) received from 45\n", + "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: worker process 45 exited with code 0\n", + "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: signal 29 (SIGIO) received\n", + "frontend-1 | 2025/09/09 14:09:42 [notice] 1#1: signal 17 (SIGCHLD) received from 45\n", + "frontend-1 | 2025/09/09 14:09:42 [notice] 1#1: worker process 31 exited with code 0\n", + "frontend-1 | 2025/09/09 14:09:42 [notice] 1#1: worker process 43 exited with code 0\n", + "frontend-1 | 2025/09/09 14:09:42 [notice] 1#1: worker process 45 exited with code 0\n", + "frontend-1 | 2025/09/09 14:09:42 [notice] 1#1: worker process 48 exited with code 0\n", + "frontend-1 | 2025/09/09 14:09:42 [notice] 1#1: worker process 46 exited with code 0\n", + "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: signal 17 (SIGCHLD) received from 47\n", + "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: worker process 39 exited with code 0\n", + "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: worker process 34 exited with code 0\n", + "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: worker process 46 exited with code 0\n", + "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: worker process 47 exited with code 0\n", + "frontend-1 | 2025/09/09 14:09:42 [notice] 1#1: signal 29 (SIGIO) received\n", + "frontend-1 | 2025/09/09 14:09:42 [notice] 1#1: signal 17 (SIGCHLD) received from 31\n", + "frontend-1 | 2025/09/09 14:09:42 [notice] 1#1: worker process 32 exited with code 0\n", + "frontend-1 | 2025/09/09 14:09:42 [notice] 1#1: worker process 35 exited with code 0\n", + "frontend-1 | 2025/09/09 14:09:42 [notice] 1#1: signal 29 (SIGIO) received\n", + "frontend-1 | 2025/09/09 14:09:42 [notice] 1#1: signal 17 (SIGCHLD) received from 41\n", + "frontend-1 | 2025/09/09 14:09:42 [notice] 1#1: worker process 41 exited with code 0\n", + "frontend-1 | 2025/09/09 14:09:42 [notice] 1#1: signal 29 (SIGIO) received\n", + "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: signal 29 (SIGIO) received\n", + "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: signal 17 (SIGCHLD) received from 46\n", + "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: worker process 35 exited with code 0\n", + "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: worker process 37 exited with code 0\n", + "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: worker process 43 exited with code 0\n", + "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: worker process 44 exited with code 0\n", + "frontend-1 | 2025/09/09 14:09:42 [notice] 1#1: signal 17 (SIGCHLD) received from 47\n", + "frontend-1 | 2025/09/09 14:09:42 [notice] 1#1: worker process 37 exited with code 0\n", + "frontend-1 | 2025/09/09 14:09:42 [notice] 1#1: worker process 47 exited with code 0\n", + "frontend-1 | 2025/09/09 14:09:42 [notice] 1#1: signal 29 (SIGIO) received\n", + "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: signal 29 (SIGIO) received\n", + "frontend-1 | 2025/09/09 14:09:42 [notice] 1#1: signal 17 (SIGCHLD) received from 36\n", + "frontend-1 | 2025/09/09 14:09:42 [notice] 1#1: worker process 36 exited with code 0\n", + "frontend-1 | 2025/09/09 14:09:42 [notice] 1#1: signal 29 (SIGIO) received\n", + "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: signal 17 (SIGCHLD) received from 38\n", + "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: worker process 38 exited with code 0\n", + "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: signal 29 (SIGIO) received\n", + "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: signal 17 (SIGCHLD) received from 42\n", + "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: worker process 42 exited with code 0\n", + "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: signal 29 (SIGIO) received\n", + "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: signal 17 (SIGCHLD) received from 29\n", + "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: worker process 28 exited with code 0\n", + "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: worker process 29 exited with code 0\n", + "frontend-1 | 2025/09/09 14:09:42 [notice] 1#1: signal 17 (SIGCHLD) received from 39\n", + "frontend-1 | 2025/09/09 14:09:42 [notice] 1#1: worker process 39 exited with code 0\n", + "frontend-1 | 2025/09/09 14:09:42 [notice] 1#1: signal 29 (SIGIO) received\n", + "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: signal 29 (SIGIO) received\n", + "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: signal 17 (SIGCHLD) received from 32\n", + "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: worker process 31 exited with code 0\n", + "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: worker process 32 exited with code 0\n", + "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: worker process 33 exited with code 0\n", + "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: signal 29 (SIGIO) received\n", + "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: signal 17 (SIGCHLD) received from 31\n", + "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: signal 17 (SIGCHLD) received from 41\n", + "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: worker process 41 exited with code 0\n", + "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: exit\n", + "frontend-1 | 2025/09/09 14:09:42 [notice] 1#1: signal 17 (SIGCHLD) received from 42\n", + "frontend-1 | 2025/09/09 14:09:42 [notice] 1#1: worker process 40 exited with code 0\n", + "frontend-1 | 2025/09/09 14:09:42 [notice] 1#1: worker process 42 exited with code 0\n", + "frontend-1 | 2025/09/09 14:09:42 [notice] 1#1: signal 29 (SIGIO) received\n", + "frontend-1 | 2025/09/09 14:09:42 [notice] 1#1: signal 17 (SIGCHLD) received from 34\n", + "frontend-1 | 2025/09/09 14:09:42 [notice] 1#1: worker process 34 exited with code 0\n", + "frontend-1 | 2025/09/09 14:09:42 [notice] 1#1: worker process 44 exited with code 0\n", + "frontend-1 | 2025/09/09 14:09:42 [notice] 1#1: signal 17 (SIGCHLD) received from 49\n", + "frontend-1 | 2025/09/09 14:09:42 [notice] 1#1: worker process 49 exited with code 0\n", + "frontend-1 | 2025/09/09 14:09:42 [notice] 1#1: exit\n" + ] + } + ], "source": [ "!docker compose up --build" ] @@ -396,10 +6313,32 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 23, "id": "1f7aeef1", "metadata": {}, - "outputs": [], + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Going to remove pmtiles-backend-1, pmtiles-frontend-1\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + " Container pmtiles-backend-1 Stopping\n", + " Container pmtiles-frontend-1 Stopping\n", + " Container pmtiles-backend-1 Stopped\n", + " Container pmtiles-frontend-1 Stopped\n", + " Container pmtiles-frontend-1 Removing\n", + " Container pmtiles-backend-1 Removing\n", + " Container pmtiles-frontend-1 Removed\n", + " Container pmtiles-backend-1 Removed\n" + ] + } + ], "source": [ "!docker compose rm -f -s -v" ] @@ -407,7 +6346,7 @@ ], "metadata": { "kernelspec": { - "display_name": ".venv", + "display_name": "venv", "language": "python", "name": "python3" }, @@ -421,7 +6360,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.13.2" + "version": "3.12.10" } }, "nbformat": 4, diff --git a/src/pmtiles/vector/gdb_to_pmtiles_unix.sh b/src/pmtiles/vector/gdb_to_pmtiles_unix.sh new file mode 100644 index 0000000..f22f510 --- /dev/null +++ b/src/pmtiles/vector/gdb_to_pmtiles_unix.sh @@ -0,0 +1,34 @@ + +#!/bin/bash + +# Usage: ./gdb_to_pmtiles.sh path_to.gdb layer_name output.pmtiles + +set -e + +# --- Arguments --- +GDB_PATH="$1" +LAYER_NAME="$2" +OUTPUT_PMTILES="$3" + +# --- Temporary filenames --- +GEOJSON_FILE="temp_${LAYER_NAME}.geojson" +MBTILES_FILE="temp_${LAYER_NAME}.mbtiles" + +# --- Check requirements --- +command -v ogr2ogr >/dev/null 2>&1 || { echo >&2 "ogr2ogr is required but not installed."; exit 1; } +command -v tippecanoe >/dev/null 2>&1 || { echo >&2 "tippecanoe is required but not installed."; exit 1; } +command -v pmtiles >/dev/null 2>&1 || { echo >&2 "pmtiles CLI is required (npm install -g @maplibre/pmtiles)"; exit 1; } + +echo "🧩 Converting GDB to GeoJSON..." +ogr2ogr -f GeoJSON "$GEOJSON_FILE" "$GDB_PATH" "$LAYER_NAME" -t_srs EPSG:4326 + +echo "🗺️ Creating MBTiles with tippecanoe..." +tippecanoe -o "$MBTILES_FILE" -l "$LAYER_NAME" -zg --drop-densest-as-needed "$GEOJSON_FILE" + +echo "📦 Converting MBTiles to PMTiles..." +pmtiles convert "$MBTILES_FILE" "$OUTPUT_PMTILES" + +echo "✅ Done! PMTiles file created at: $OUTPUT_PMTILES" + +# Optional: Clean up +rm "$GEOJSON_FILE" "$MBTILES_FILE" From f7c1d6641116167ca58a499d02018d29d495c03f Mon Sep 17 00:00:00 2001 From: ToBeAss Date: Mon, 6 Oct 2025 11:45:07 +0200 Subject: [PATCH 2/2] fix: fjernet output fra notebook --- src/pmtiles/main.ipynb | 5953 +--------------------------------------- 1 file changed, 27 insertions(+), 5926 deletions(-) diff --git a/src/pmtiles/main.ipynb b/src/pmtiles/main.ipynb index 0e36b17..672a93e 100644 --- a/src/pmtiles/main.ipynb +++ b/src/pmtiles/main.ipynb @@ -26,7 +26,7 @@ }, { "cell_type": "code", - "execution_count": 2, + "execution_count": null, "id": "217cbca0", "metadata": {}, "outputs": [], @@ -95,7 +95,7 @@ }, { "cell_type": "code", - "execution_count": 3, + "execution_count": null, "id": "36f61a0f", "metadata": {}, "outputs": [], @@ -129,18 +129,10 @@ }, { "cell_type": "code", - "execution_count": 4, + "execution_count": null, "id": "9a935dcb", "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Directory 'raster/out' created successfully.\n" - ] - } - ], + "outputs": [], "source": [ "# Oppretter mappe for output\n", "utils.create_dir(\"raster/out\")\n" @@ -148,84 +140,10 @@ }, { "cell_type": "code", - "execution_count": 5, + "execution_count": null, "id": "7b154fab", "metadata": {}, - "outputs": [ - { - "name": "stderr", - "output_type": "stream", - "text": [ - "\n", - " 0%| | 0/1425 [00:00 line 4.\n", - "#9 30.64 Use of uninitialized value $val in concatenation (.) or string at /usr/share/perl5/Debconf/Format/822.pm line 85, line 4.\n", - "#9 30.68 Setting up autotools-dev (20220109.1) ...\n", - "#9 30.69 Setting up libpcre2-32-0:amd64 (10.42-4ubuntu2.1) ...\n", - "#9 30.70 Setting up libblas3:amd64 (3.12.0-3build1.1) ...\n", - "#9 30.72 update-alternatives: using /usr/lib/x86_64-linux-gnu/blas/libblas.so.3 to provide /usr/lib/x86_64-linux-gnu/libblas.so.3 (libblas.so.3-x86_64-linux-gnu) in auto mode\n", - "#9 30.72 Setting up libpkgconf3:amd64 (1.8.1-2build1) ...\n", - "#9 30.74 Setting up rpcsvc-proto (1.4.2-0ubuntu7) ...\n", - "#9 30.76 Setting up gcc-13-base:amd64 (13.3.0-6ubuntu2~24.04) ...\n", - "#9 30.77 Setting up libx11-data (2:1.8.7-1build1) ...\n", - "#9 30.79 Setting up libmpfr6:amd64 (4.2.1-1build1.1) ...\n", - "#9 30.80 Setting up libnspr4:amd64 (2:4.35-1.1build1) ...\n", - "#9 30.82 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build7) ...\n", - "#9 30.83 Setting up libgeos-dev (3.12.1-3build1) ...\n", - "#9 30.85 Setting up perl-modules-5.38 (5.38.2-3.2ubuntu0.2) ...\n", - "#9 30.87 Setting up libquadmath0:amd64 (14.2.0-4ubuntu2~24.04) ...\n", - "#9 30.89 Setting up fonts-dejavu-mono (2.37-8) ...\n", - "#9 30.93 Setting up libssl-dev:amd64 (3.0.13-0ubuntu3.5) ...\n", - "#9 30.95 Setting up libpng16-16t64:amd64 (1.6.43-5build1) ...\n", - "#9 30.96 Setting up libmpc3:amd64 (1.3.1-1build1.1) ...\n", - "#9 30.98 Setting up libatomic1:amd64 (14.2.0-4ubuntu2~24.04) ...\n", - "#9 31.00 Setting up liblz4-dev:amd64 (1.9.4-1build1.1) ...\n", - "#9 31.01 Setting up fonts-dejavu-core (2.37-8) ...\n", - "#9 31.11 Setting up unixodbc-common (2.3.12-1ubuntu0.24.04.1) ...\n", - "#9 31.14 Setting up libqhullcpp8.0:amd64 (2020.2-6build1) ...\n", - "#9 31.15 Setting up pkgconf-bin (1.8.1-2build1) ...\n", - "#9 31.17 Setting up liblerc-dev:amd64 (4.0.0+ds-4ubuntu2) ...\n", - "#9 31.18 Setting up libk5crypto3:amd64 (1.20.1-6ubuntu2.6) ...\n", - "#9 31.20 Setting up libjpeg-turbo8:amd64 (2.1.5-2ubuntu2) ...\n", - "#9 31.23 Setting up libltdl7:amd64 (2.4.7-7build1) ...\n", - "#9 31.25 Setting up libqhull-dev:amd64 (2020.2-6build1) ...\n", - "#9 31.26 Setting up libsasl2-2:amd64 (2.1.28+dfsg1-5ubuntu3.1) ...\n", - "#9 31.28 Setting up libgfortran5:amd64 (14.2.0-4ubuntu2~24.04) ...\n", - "#9 31.29 Setting up libwebp7:amd64 (1.3.2-0.4build3) ...\n", - "#9 31.31 Setting up liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...\n", - "#9 31.32 Setting up libubsan1:amd64 (14.2.0-4ubuntu2~24.04) ...\n", - "#9 31.34 Setting up libicu74:amd64 (74.2-1ubuntu3.1) ...\n", - "#9 31.36 Setting up libgif7:amd64 (5.2.2-1ubuntu1) ...\n", - "#9 31.37 Setting up libodbc2:amd64 (2.3.12-1ubuntu0.24.04.1) ...\n", - "#9 31.39 Setting up liburiparser1:amd64 (0.9.7+dfsg-2build1) ...\n", - "#9 31.41 Setting up libnuma1:amd64 (2.0.18-1build1) ...\n", - "#9 31.42 Setting up libpcre2-posix3:amd64 (10.42-4ubuntu2.1) ...\n", - "#9 31.44 Setting up libfyba0t64:amd64 (4.1.1-11build1) ...\n", - "#9 31.46 Setting up librttopo1:amd64 (1.1.0-3build2) ...\n", - "#9 31.47 Setting up libdav1d7:amd64 (1.4.1-1build1) ...\n", - "#9 31.49 Setting up libminizip1t64:amd64 (1:1.3.dfsg-3.1ubuntu2.1) ...\n", - "#9 31.50 Setting up libgif-dev:amd64 (5.2.2-1ubuntu1) ...\n", - "#9 31.52 Setting up libhwasan0:amd64 (14.2.0-4ubuntu2~24.04) ...\n", - "#9 31.54 Setting up libcrypt-dev:amd64 (1:4.4.36-4build1) ...\n", - "#9 31.56 Setting up libasan8:amd64 (14.2.0-4ubuntu2~24.04) ...\n", - "#9 31.58 Setting up libblosc1:amd64 (1.21.5+ds-1build1) ...\n", - "#9 31.59 Setting up libopenjp2-7:amd64 (2.5.0-2ubuntu0.3) ...\n", - "#9 31.61 Setting up netbase (6.4) ...\n", - "#9 31.65 Setting up libkrb5-3:amd64 (1.20.1-6ubuntu2.6) ...\n", - "#9 31.67 Setting up libperl5.38t64:amd64 (5.38.2-3.2ubuntu0.2) ...\n", - "#9 31.68 Setting up libtsan2:amd64 (14.2.0-4ubuntu2~24.04) ...\n", - "#9 31.70 Setting up libbinutils:amd64 (2.42-4ubuntu2.5) ...\n", - "#9 31.72 Setting up libisl23:amd64 (0.26-3build1.1) ...\n", - "#9 31.73 Setting up libde265-0:amd64 (1.0.15-1build3) ...\n", - "#9 31.75 Setting up libsharpyuv-dev:amd64 (1.3.2-0.4build3) ...\n", - "#9 31.76 Setting up libc-dev-bin (2.39-0ubuntu8.5) ...\n", - "#9 31.78 Setting up libkmlbase1t64:amd64 (1.3.0-12build1) ...\n", - "#9 31.79 Setting up openssl (3.0.13-0ubuntu3.5) ...\n", - "#9 31.81 Setting up libwebpmux3:amd64 (1.3.2-0.4build3) ...\n", - "#9 31.83 Setting up libbsd0:amd64 (0.12.1-1build1.1) ...\n", - "#9 31.84 Setting up libdeflate-dev:amd64 (1.19-1build1.1) ...\n", - "#9 31.86 Setting up libjson-c5:amd64 (0.17-1build1) ...\n", - "#9 31.87 Setting up readline-common (8.2-4build1) ...\n", - "#9 31.89 Setting up publicsuffix (20231001.0357-0.1) ...\n", - "#9 31.91 Setting up libxml2:amd64 (2.9.14+dfsg-1.3ubuntu3.4) ...\n", - "#9 31.92 Setting up libcfitsio-doc (4.3.1-1.1build2) ...\n", - "#9 31.94 Setting up libcc1-0:amd64 (14.2.0-4ubuntu2~24.04) ...\n", - "#9 31.96 Setting up libldap2:amd64 (2.6.7+dfsg-1~exp1ubuntu8.2) ...\n", - "#9 31.98 Setting up liblsan0:amd64 (14.2.0-4ubuntu2~24.04) ...\n", - "#9 31.99 Setting up libblas-dev:amd64 (3.12.0-3build1.1) ...\n", - "#9 32.00 update-alternatives: using /usr/lib/x86_64-linux-gnu/blas/libblas.so to provide /usr/lib/x86_64-linux-gnu/libblas.so (libblas.so-x86_64-linux-gnu) in auto mode\n", - "#9 32.01 Setting up libsz2:amd64 (1.1.2-1build1) ...\n", - "#9 32.03 Setting up libitm1:amd64 (14.2.0-4ubuntu2~24.04) ...\n", - "#9 32.04 Setting up libodbccr2:amd64 (2.3.12-1ubuntu0.24.04.1) ...\n", - "#9 32.06 Setting up gdal-plugins:amd64 (3.8.4+dfsg-3ubuntu3) ...\n", - "#9 32.07 Setting up libctf0:amd64 (2.42-4ubuntu2.5) ...\n", - "#9 32.09 Setting up libjpeg8:amd64 (8c-2ubuntu11) ...\n", - "#9 32.10 Setting up librttopo-dev:amd64 (1.1.0-3build2) ...\n", - "#9 32.12 Setting up manpages-dev (6.7-2) ...\n", - "#9 32.13 Setting up libodbcinst2:amd64 (2.3.12-1ubuntu0.24.04.1) ...\n", - "#9 32.15 Setting up libxdmcp6:amd64 (1:1.1.3-0ubuntu6) ...\n", - "#9 32.16 Setting up liblapack3:amd64 (3.12.0-3build1.1) ...\n", - "#9 32.18 update-alternatives: using /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3 to provide /usr/lib/x86_64-linux-gnu/liblapack.so.3 (liblapack.so.3-x86_64-linux-gnu) in auto mode\n", - "#9 32.18 Setting up libkmlxsd1t64:amd64 (1.3.0-12build1) ...\n", - "#9 32.20 Setting up libxcb1:amd64 (1.15-1ubuntu2) ...\n", - "#9 32.22 Setting up libarpack2t64:amd64 (3.9.1-1.1build2) ...\n", - "#9 32.24 Setting up libpng-tools (1.6.43-5build1) ...\n", - "#9 32.25 Setting up libblosc-dev:amd64 (1.21.5+ds-1build1) ...\n", - "#9 32.26 Setting up cpp-13-x86-64-linux-gnu (13.3.0-6ubuntu2~24.04) ...\n", - "#9 32.28 Setting up fontconfig-config (2.15.0-1.1ubuntu2) ...\n", - "#9 32.42 Setting up libjson-c-dev:amd64 (0.17-1build1) ...\n", - "#9 32.47 Setting up libfyba-dev:amd64 (4.1.1-11build1) ...\n", - "#9 32.50 Setting up libwebpdemux2:amd64 (1.3.2-0.4build3) ...\n", - "#9 32.51 Setting up libaec-dev:amd64 (1.1.2-1build1) ...\n", - "#9 32.53 Setting up libjbig-dev:amd64 (2.1-6.1ubuntu2) ...\n", - "#9 32.54 Setting up libnss3:amd64 (2:3.98-1build1) ...\n", - "#9 32.56 Setting up libsuperlu6:amd64 (6.0.1+dfsg1-1build1) ...\n", - "#9 32.57 Setting up pkgconf:amd64 (1.8.1-2build1) ...\n", - "#9 32.58 Setting up liburiparser-dev (0.9.7+dfsg-2build1) ...\n", - "#9 32.60 Setting up libkmldom1t64:amd64 (1.3.0-12build1) ...\n", - "#9 32.61 Setting up libminizip-dev:amd64 (1:1.3.dfsg-3.1ubuntu2.1) ...\n", - "#9 32.63 Setting up ca-certificates (20240203) ...\n", - "#9 32.68 debconf: unable to initialize frontend: Dialog\n", - "#9 32.68 debconf: (TERM is not set, so the dialog frontend is not usable.)\n", - "#9 32.68 debconf: falling back to frontend: Readline\n", - "#9 32.69 debconf: unable to initialize frontend: Readline\n", - "#9 32.69 debconf: (This frontend requires a controlling tty.)\n", - "#9 32.69 debconf: falling back to frontend: Teletype\n", - "#9 32.99 Updating certificates in /etc/ssl/certs...\n", - "#9 33.41 146 added, 0 removed; done.\n", - "#9 33.48 Setting up perl (5.38.2-3.2ubuntu0.2) ...\n", - "#9 33.52 Setting up libgprofng0:amd64 (2.42-4ubuntu2.5) ...\n", - "#9 33.54 Setting up libwebp-dev:amd64 (1.3.2-0.4build3) ...\n", - "#9 33.55 Setting up libfreetype6:amd64 (2.13.2+dfsg-1build3) ...\n", - "#9 33.57 Setting up libde265-dev:amd64 (1.0.15-1build3) ...\n", - "#9 33.60 Setting up libopenjp2-7-dev:amd64 (2.5.0-2ubuntu0.3) ...\n", - "#9 33.61 Setting up libdav1d-dev:amd64 (1.4.1-1build1) ...\n", - "#9 33.63 Setting up liblapack-dev:amd64 (3.12.0-3build1.1) ...\n", - "#9 33.64 update-alternatives: using /usr/lib/x86_64-linux-gnu/lapack/liblapack.so to provide /usr/lib/x86_64-linux-gnu/liblapack.so (liblapack.so-x86_64-linux-gnu) in auto mode\n", - "#9 33.65 Setting up libgssapi-krb5-2:amd64 (1.20.1-6ubuntu2.6) ...\n", - "#9 33.67 Setting up icu-devtools (74.2-1ubuntu3.1) ...\n", - "#9 33.68 Setting up libssh-4:amd64 (0.10.6-2ubuntu0.1) ...\n", - "#9 33.70 Setting up autoconf (2.71-3) ...\n", - "#9 33.72 Setting up libx265-199:amd64 (3.5-2build1) ...\n", - "#9 33.73 Setting up libreadline8t64:amd64 (8.2-4build1) ...\n", - "#9 33.75 Setting up libfreexl1:amd64 (2.0.0-1build2) ...\n", - "#9 33.76 Setting up libgcc-13-dev:amd64 (13.3.0-6ubuntu2~24.04) ...\n", - "#9 33.78 Setting up libtiff6:amd64 (4.5.1+git230720-4ubuntu2.3) ...\n", - "#9 33.79 Setting up libc6-dev:amd64 (2.39-0ubuntu8.5) ...\n", - "#9 33.81 Setting up libx11-6:amd64 (2:1.8.7-1build1) ...\n", - "#9 33.82 Setting up libfontconfig1:amd64 (2.15.0-1.1ubuntu2) ...\n", - "#9 33.83 Setting up libsuperlu-dev:amd64 (6.0.1+dfsg1-1build1) ...\n", - "#9 33.85 Setting up libtiffxx6:amd64 (4.5.1+git230720-4ubuntu2.3) ...\n", - "#9 33.86 Setting up libicu-dev:amd64 (74.2-1ubuntu3.1) ...\n", - "#9 33.88 Setting up unixodbc-dev:amd64 (2.3.12-1ubuntu0.24.04.1) ...\n", - "#9 33.89 Setting up libarmadillo12 (1:12.6.7+dfsg-1build2) ...\n", - "#9 33.90 Setting up libstdc++-13-dev:amd64 (13.3.0-6ubuntu2~24.04) ...\n", - "#9 33.92 Setting up binutils-x86-64-linux-gnu (2.42-4ubuntu2.5) ...\n", - "#9 33.94 Setting up cpp-x86-64-linux-gnu (4:13.2.0-7ubuntu1) ...\n", - "#9 33.95 Setting up automake (1:1.16.5-1.3ubuntu1) ...\n", - "#9 33.96 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode\n", - "#9 33.96 update-alternatives: warning: skip creation of /usr/share/man/man1/automake.1.gz because associated file /usr/share/man/man1/automake-1.16.1.gz (of link group automake) doesn't exist\n", - "#9 33.96 update-alternatives: warning: skip creation of /usr/share/man/man1/aclocal.1.gz because associated file /usr/share/man/man1/aclocal-1.16.1.gz (of link group automake) doesn't exist\n", - "#9 33.97 Setting up libjpeg-turbo8-dev:amd64 (2.1.5-2ubuntu2) ...\n", - "#9 33.98 Setting up libboost1.83-dev:amd64 (1.83.0-2.1ubuntu3.1) ...\n", - "#9 34.00 Setting up libarpack2-dev:amd64 (3.9.1-1.1build2) ...\n", - "#9 34.01 Setting up libpython3.12-stdlib:amd64 (3.12.3-1ubuntu0.8) ...\n", - "#9 34.03 Setting up libxpm4:amd64 (1:3.5.17-1build2) ...\n", - "#9 34.04 Setting up libpcre2-dev:amd64 (10.42-4ubuntu2.1) ...\n", - "#9 34.05 Setting up cpp-13 (13.3.0-6ubuntu2~24.04) ...\n", - "#9 34.07 Setting up libcurl4t64:amd64 (8.5.0-2ubuntu10.6) ...\n", - "#9 34.08 Setting up libtirpc3t64:amd64 (1.3.4+ds-1.1build1) ...\n", - "#9 34.10 Setting up libogdi4.1:amd64 (4.1.1+ds-3build1) ...\n", - "#9 34.11 Setting up gcc-13-x86-64-linux-gnu (13.3.0-6ubuntu2~24.04) ...\n", - "#9 34.13 Setting up python3.12 (3.12.3-1ubuntu0.8) ...\n", - "#9 34.66 Setting up libpq5:amd64 (16.10-0ubuntu0.24.04.1) ...\n", - "#9 34.67 Setting up libcurl3t64-gnutls:amd64 (8.5.0-2ubuntu10.6) ...\n", - "#9 34.69 Setting up libpq-dev (16.10-0ubuntu0.24.04.1) ...\n", - "#9 34.71 Setting up binutils (2.42-4ubuntu2.5) ...\n", - "#9 34.73 Setting up libkmlengine1t64:amd64 (1.3.0-12build1) ...\n", - "#9 34.75 Setting up libxerces-c3.2t64:amd64 (3.2.4+debian-1.2ubuntu2) ...\n", - "#9 34.76 Setting up libltdl-dev:amd64 (2.4.7-7build1) ...\n", - "#9 34.78 Setting up libxml2-dev:amd64 (2.9.14+dfsg-1.3ubuntu3.4) ...\n", - "#9 34.80 Setting up libtirpc-dev:amd64 (1.3.4+ds-1.1build1) ...\n", - "#9 34.81 Setting up libcfitsio10t64:amd64 (4.3.1-1.1build2) ...\n", - "#9 34.82 Setting up libexpat1-dev:amd64 (2.6.1-2ubuntu0.3) ...\n", - "#9 34.84 Setting up libsqlite3-dev:amd64 (3.45.1-1ubuntu2.4) ...\n", - "#9 34.86 Setting up libcurl4-openssl-dev:amd64 (8.5.0-2ubuntu10.6) ...\n", - "#9 34.87 Setting up libxerces-c-dev:amd64 (3.2.4+debian-1.2ubuntu2) ...\n", - "#9 34.89 Setting up libx265-dev:amd64 (3.5-2build1) ...\n", - "#9 34.91 Setting up gcc-13 (13.3.0-6ubuntu2~24.04) ...\n", - "#9 34.93 Setting up libhdf4-0-alt:amd64 (4.2.16-4build1) ...\n", - "#9 34.94 Setting up zlib1g-dev:amd64 (1:1.3.dfsg-3.1ubuntu2.1) ...\n", - "#9 34.96 Setting up cpp (4:13.2.0-7ubuntu1) ...\n", - "#9 34.99 Setting up libboost-dev:amd64 (1.83.0.1ubuntu2) ...\n", - "#9 35.00 Setting up libkmlconvenience1t64:amd64 (1.3.0-12build1) ...\n", - "#9 35.02 Setting up libjpeg8-dev:amd64 (8c-2ubuntu11) ...\n", - "#9 35.04 Setting up libhdf5-103-1t64:amd64 (1.10.10+repack-3.1ubuntu4) ...\n", - "#9 35.05 Setting up libogdi-dev (4.1.1+ds-3build1) ...\n", - "#9 35.08 Setting up libmysqlclient-dev (8.0.43-0ubuntu0.24.04.1) ...\n", - "#9 35.09 Setting up libpython3-stdlib:amd64 (3.12.3-0ubuntu2) ...\n", - "#9 35.11 Setting up default-libmysqlclient-dev:amd64 (1.1.0build1) ...\n", - "#9 35.12 Setting up libhdf5-hl-100t64:amd64 (1.10.10+repack-3.1ubuntu4) ...\n", - "#9 35.14 Setting up libnetcdf19t64:amd64 (1:4.9.2-5ubuntu4) ...\n", - "#9 35.16 Setting up libcfitsio-dev:amd64 (4.3.1-1.1build2) ...\n", - "#9 35.17 Setting up libkmlregionator1t64:amd64 (1.3.0-12build1) ...\n", - "#9 35.19 Setting up gcc-x86-64-linux-gnu (4:13.2.0-7ubuntu1) ...\n", - "#9 35.21 Setting up libproj25:amd64 (9.4.0-1build2) ...\n", - "#9 35.22 Setting up libtool (2.4.7-7build1) ...\n", - "#9 35.24 Setting up libpoppler134:amd64 (24.02.0-1ubuntu9.6) ...\n", - "#9 35.26 Setting up libfreexl-dev:amd64 (2.0.0-1build2) ...\n", - "#9 35.27 Setting up libhdf5-cpp-103-1t64:amd64 (1.10.10+repack-3.1ubuntu4) ...\n", - "#9 35.29 Setting up libpng-dev:amd64 (1.6.43-5build1) ...\n", - "#9 35.31 Setting up libjpeg-dev:amd64 (8c-2ubuntu11) ...\n", - "#9 35.32 Setting up proj-bin (9.4.0-1build2) ...\n", - "#9 35.34 Setting up libhdf5-fortran-102t64:amd64 (1.10.10+repack-3.1ubuntu4) ...\n", - "#9 35.36 Setting up python3 (3.12.3-0ubuntu2) ...\n", - "#9 35.38 running python rtupdate hooks for python3.12...\n", - "#9 35.38 running python post-rtupdate hooks for python3.12...\n", - "#9 35.45 Setting up gcc (4:13.2.0-7ubuntu1) ...\n", - "#9 35.52 Setting up libgeotiff5:amd64 (1.7.1-5build1) ...\n", - "#9 35.54 Setting up libtiff-dev:amd64 (4.5.1+git230720-4ubuntu2.3) ...\n", - "#9 35.56 Setting up libproj-dev:amd64 (9.4.0-1build2) ...\n", - "#9 35.58 Setting up libhdf5-hl-cpp-100t64:amd64 (1.10.10+repack-3.1ubuntu4) ...\n", - "#9 35.61 Setting up libspatialite8t64:amd64 (5.1.0-3build1) ...\n", - "#9 35.62 Setting up python3-pkg-resources (68.1.2-2ubuntu1.2) ...\n", - "#9 35.77 Setting up libpoppler-dev:amd64 (24.02.0-1ubuntu9.6) ...\n", - "#9 35.78 Setting up libkml-dev:amd64 (1.3.0-12build1) ...\n", - "#9 35.80 Setting up libgeotiff-dev:amd64 (1.7.1-5build1) ...\n", - "#9 35.82 Setting up libpoppler-private-dev:amd64 (24.02.0-1ubuntu9.6) ...\n", - "#9 35.84 Setting up libhdf5-hl-fortran-100t64:amd64 (1.10.10+repack-3.1ubuntu4) ...\n", - "#9 35.85 Setting up libhdf5-dev (1.10.10+repack-3.1ubuntu4) ...\n", - "#9 35.87 update-alternatives: using /usr/lib/x86_64-linux-gnu/pkgconfig/hdf5-serial.pc to provide /usr/lib/x86_64-linux-gnu/pkgconfig/hdf5.pc (hdf5.pc) in auto mode\n", - "#9 35.88 Setting up libnetcdf-dev (1:4.9.2-5ubuntu4) ...\n", - "#9 35.89 Setting up libspatialite-dev:amd64 (5.1.0-3build1) ...\n", - "#9 35.91 Setting up python3-numpy (1:1.26.4+ds-6ubuntu1) ...\n", - "#9 36.91 Setting up libarmadillo-dev (1:12.6.7+dfsg-1build2) ...\n", - "#9 36.93 Setting up libhdf4-alt-dev (4.2.16-4build1) ...\n", - "#9 36.94 Setting up libheif-plugin-aomdec:amd64 (1.17.6-1ubuntu4.1) ...\n", - "#9 36.96 Setting up libheif-plugin-libde265:amd64 (1.17.6-1ubuntu4.1) ...\n", - "#9 36.98 Setting up libheif1:amd64 (1.17.6-1ubuntu4.1) ...\n", - "#9 36.99 Setting up libheif-dev:amd64 (1.17.6-1ubuntu4.1) ...\n", - "#9 37.01 Setting up libgdal34t64:amd64 (3.8.4+dfsg-3ubuntu3) ...\n", - "#9 37.03 Setting up libgd3:amd64 (2.3.3-9ubuntu5) ...\n", - "#9 37.06 Setting up libgdal-dev (3.8.4+dfsg-3ubuntu3) ...\n", - "#9 37.08 Setting up python3-gdal (3.8.4+dfsg-3ubuntu3) ...\n", - "#9 37.31 Setting up libc-devtools (2.39-0ubuntu8.5) ...\n", - "#9 37.33 Setting up libheif-plugin-aomenc:amd64 (1.17.6-1ubuntu4.1) ...\n", - "#9 37.35 Setting up gdal-bin (3.8.4+dfsg-3ubuntu3) ...\n", - "#9 37.42 Processing triggers for libc-bin (2.39-0ubuntu8.5) ...\n", - "#9 37.44 Processing triggers for ca-certificates (20240203) ...\n", - "#9 37.45 Updating certificates in /etc/ssl/certs...\n", - "#9 37.79 0 added, 0 removed; done.\n", - "#9 37.79 Running hooks in /etc/ca-certificates/update.d...\n", - "#9 37.79 done.\n", - "#9 DONE 38.2s\n", - "\n", - "#10 [ 5/19] RUN apt-get install git make build-essential libsqlite3-dev zlib1g-dev -y\n", - "#10 0.336 Reading package lists...\n", - "#10 0.880 Building dependency tree...\n", - "#10 1.028 Reading state information...\n", - "#10 1.157 libsqlite3-dev is already the newest version (3.45.1-1ubuntu2.4).\n", - "#10 1.157 libsqlite3-dev set to manually installed.\n", - "#10 1.157 zlib1g-dev is already the newest version (1:1.3.dfsg-3.1ubuntu2.1).\n", - "#10 1.157 zlib1g-dev set to manually installed.\n", - "#10 1.157 The following additional packages will be installed:\n", - "#10 1.157 adduser bzip2 dirmngr dpkg-dev fakeroot g++ g++-13 g++-13-x86-64-linux-gnu\n", - "#10 1.157 g++-x86-64-linux-gnu git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent\n", - "#10 1.157 gpg-wks-client gpgconf gpgsm keyboxd less libalgorithm-diff-perl\n", - "#10 1.158 libalgorithm-diff-xs-perl libalgorithm-merge-perl libcbor0.10 libdpkg-perl\n", - "#10 1.158 libedit2 liberror-perl libfakeroot libfido2-1 libfile-fcntllock-perl\n", - "#10 1.159 libksba8 liblocale-gettext-perl libxext6 libxmuu1 lto-disabled-list\n", - "#10 1.159 openssh-client patch pinentry-curses xauth xz-utils\n", - "#10 1.160 Suggested packages:\n", - "#10 1.160 cron quota ecryptfs-utils bzip2-doc dbus-user-session libpam-systemd\n", - "#10 1.160 pinentry-gnome3 tor debian-keyring g++-multilib g++-13-multilib gcc-13-doc\n", - "#10 1.160 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-email git-gui\n", - "#10 1.160 gitk gitweb git-cvs git-mediawiki git-svn parcimonie xloadimage\n", - "#10 1.160 gpg-wks-server scdaemon bzr make-doc keychain libpam-ssh monkeysphere\n", - "#10 1.160 ssh-askpass ed diffutils-doc pinentry-doc\n", - "#10 1.194 The following NEW packages will be installed:\n", - "#10 1.194 adduser build-essential bzip2 dirmngr dpkg-dev fakeroot g++ g++-13\n", - "#10 1.194 g++-13-x86-64-linux-gnu g++-x86-64-linux-gnu git git-man gnupg gnupg-l10n\n", - "#10 1.194 gnupg-utils gpg gpg-agent gpg-wks-client gpgconf gpgsm keyboxd less\n", - "#10 1.194 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n", - "#10 1.194 libcbor0.10 libdpkg-perl libedit2 liberror-perl libfakeroot libfido2-1\n", - "#10 1.195 libfile-fcntllock-perl libksba8 liblocale-gettext-perl libxext6 libxmuu1\n", - "#10 1.195 lto-disabled-list make openssh-client patch pinentry-curses xauth xz-utils\n", - "#10 1.394 0 upgraded, 43 newly installed, 0 to remove and 0 not upgraded.\n", - "#10 1.394 Need to get 22.9 MB of archives.\n", - "#10 1.394 After this operation, 75.4 MB of additional disk space will be used.\n", - "#10 1.394 Get:1 http://archive.ubuntu.com/ubuntu noble/main amd64 liblocale-gettext-perl amd64 1.07-6ubuntu5 [15.8 kB]\n", - "#10 1.540 Get:2 http://archive.ubuntu.com/ubuntu noble/main amd64 adduser all 3.137ubuntu1 [101 kB]\n", - "#10 1.618 Get:3 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 less amd64 590-2ubuntu2.1 [142 kB]\n", - "#10 1.662 Get:4 http://archive.ubuntu.com/ubuntu noble/main amd64 libcbor0.10 amd64 0.10.2-1.2ubuntu2 [25.8 kB]\n", - "#10 1.668 Get:5 http://archive.ubuntu.com/ubuntu noble/main amd64 libedit2 amd64 3.1-20230828-1build1 [97.6 kB]\n", - "#10 1.689 Get:6 http://archive.ubuntu.com/ubuntu noble/main amd64 libfido2-1 amd64 1.14.0-1build3 [83.5 kB]\n", - "#10 1.698 Get:7 http://archive.ubuntu.com/ubuntu noble/main amd64 libxext6 amd64 2:1.3.4-1build2 [30.4 kB]\n", - "#10 1.701 Get:8 http://archive.ubuntu.com/ubuntu noble/main amd64 libxmuu1 amd64 2:1.1.3-3build2 [8958 B]\n", - "#10 1.701 Get:9 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 openssh-client amd64 1:9.6p1-3ubuntu13.14 [906 kB]\n", - "#10 1.764 Get:10 http://archive.ubuntu.com/ubuntu noble/main amd64 xauth amd64 1:1.1.2-1build1 [25.6 kB]\n", - "#10 1.764 Get:11 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 xz-utils amd64 5.6.1+really5.4.5-1ubuntu0.2 [267 kB]\n", - "#10 1.775 Get:12 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 g++-13-x86-64-linux-gnu amd64 13.3.0-6ubuntu2~24.04 [12.2 MB]\n", - "#10 2.203 Get:13 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 g++-13 amd64 13.3.0-6ubuntu2~24.04 [16.1 kB]\n", - "#10 2.203 Get:14 http://archive.ubuntu.com/ubuntu noble/main amd64 g++-x86-64-linux-gnu amd64 4:13.2.0-7ubuntu1 [964 B]\n", - "#10 2.203 Get:15 http://archive.ubuntu.com/ubuntu noble/main amd64 g++ amd64 4:13.2.0-7ubuntu1 [1100 B]\n", - "#10 2.204 Get:16 http://archive.ubuntu.com/ubuntu noble/main amd64 make amd64 4.3-4.1build2 [180 kB]\n", - "#10 2.209 Get:17 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libdpkg-perl all 1.22.6ubuntu6.1 [269 kB]\n", - "#10 2.217 Get:18 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 bzip2 amd64 1.0.8-5.1build0.1 [34.5 kB]\n", - "#10 2.218 Get:19 http://archive.ubuntu.com/ubuntu noble/main amd64 patch amd64 2.7.6-7build3 [104 kB]\n", - "#10 2.220 Get:20 http://archive.ubuntu.com/ubuntu noble/main amd64 lto-disabled-list all 47 [12.4 kB]\n", - "#10 2.221 Get:21 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 dpkg-dev all 1.22.6ubuntu6.1 [1074 kB]\n", - "#10 2.257 Get:22 http://archive.ubuntu.com/ubuntu noble/main amd64 build-essential amd64 12.10ubuntu1 [4928 B]\n", - "#10 2.258 Get:23 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 gpgconf amd64 2.4.4-2ubuntu17.3 [104 kB]\n", - "#10 2.262 Get:24 http://archive.ubuntu.com/ubuntu noble/main amd64 libksba8 amd64 1.6.6-1build1 [122 kB]\n", - "#10 2.266 Get:25 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 dirmngr amd64 2.4.4-2ubuntu17.3 [323 kB]\n", - "#10 2.281 Get:26 http://archive.ubuntu.com/ubuntu noble/main amd64 libfakeroot amd64 1.33-1 [32.4 kB]\n", - "#10 2.282 Get:27 http://archive.ubuntu.com/ubuntu noble/main amd64 fakeroot amd64 1.33-1 [67.2 kB]\n", - "#10 2.283 Get:28 http://archive.ubuntu.com/ubuntu noble/main amd64 liberror-perl all 0.17029-2 [25.6 kB]\n", - "#10 2.285 Get:29 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 git-man all 1:2.43.0-1ubuntu7.3 [1100 kB]\n", - "#10 2.328 Get:30 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 git amd64 1:2.43.0-1ubuntu7.3 [3680 kB]\n", - "#10 2.486 Get:31 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 gnupg-utils amd64 2.4.4-2ubuntu17.3 [109 kB]\n", - "#10 2.489 Get:32 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 gpg amd64 2.4.4-2ubuntu17.3 [565 kB]\n", - "#10 2.505 Get:33 http://archive.ubuntu.com/ubuntu noble/main amd64 pinentry-curses amd64 1.2.1-3ubuntu5 [35.2 kB]\n", - "#10 2.506 Get:34 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 gpg-agent amd64 2.4.4-2ubuntu17.3 [227 kB]\n", - "#10 2.517 Get:35 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 gpgsm amd64 2.4.4-2ubuntu17.3 [232 kB]\n", - "#10 2.526 Get:36 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 keyboxd amd64 2.4.4-2ubuntu17.3 [78.3 kB]\n", - "#10 2.527 Get:37 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 gnupg all 2.4.4-2ubuntu17.3 [359 kB]\n", - "#10 2.537 Get:38 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 gnupg-l10n all 2.4.4-2ubuntu17.3 [66.4 kB]\n", - "#10 2.539 Get:39 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 gpg-wks-client amd64 2.4.4-2ubuntu17.3 [70.9 kB]\n", - "#10 2.542 Get:40 http://archive.ubuntu.com/ubuntu noble/main amd64 libalgorithm-diff-perl all 1.201-1 [41.8 kB]\n", - "#10 2.543 Get:41 http://archive.ubuntu.com/ubuntu noble/main amd64 libalgorithm-diff-xs-perl amd64 0.04-8build3 [11.2 kB]\n", - "#10 2.543 Get:42 http://archive.ubuntu.com/ubuntu noble/main amd64 libalgorithm-merge-perl all 0.08-5 [11.4 kB]\n", - "#10 2.544 Get:43 http://archive.ubuntu.com/ubuntu noble/main amd64 libfile-fcntllock-perl amd64 0.22-4ubuntu5 [30.7 kB]\n", - "#10 2.642 debconf: delaying package configuration, since apt-utils is not installed\n", - "#10 2.666 Fetched 22.9 MB in 1s (17.0 MB/s)\n", - "#10 2.686 Selecting previously unselected package liblocale-gettext-perl.\n", - "#10 2.686 (Reading database ... \n", - "(Reading database ... 5%\n", - "(Reading database ... 10%\n", - "(Reading database ... 15%\n", - "(Reading database ... 20%\n", - "(Reading database ... 25%\n", - "(Reading database ... 30%\n", - "(Reading database ... 35%\n", - "(Reading database ... 40%\n", - "(Reading database ... 45%\n", - "(Reading database ... 50%\n", - "(Reading database ... 55%\n", - "(Reading database ... 60%\n", - "(Reading database ... 65%\n", - "(Reading database ... 70%\n", - "(Reading database ... 75%\n", - "(Reading database ... 80%\n", - "(Reading database ... 85%\n", - "(Reading database ... 90%\n", - "(Reading database ... 95%\n", - "(Reading database ... 100%\n", - "(Reading database ... 38309 files and directories currently installed.)\n", - "#10 2.697 Preparing to unpack .../liblocale-gettext-perl_1.07-6ubuntu5_amd64.deb ...\n", - "#10 2.704 Unpacking liblocale-gettext-perl (1.07-6ubuntu5) ...\n", - "#10 2.742 Selecting previously unselected package adduser.\n", - "#10 2.743 Preparing to unpack .../adduser_3.137ubuntu1_all.deb ...\n", - "#10 2.749 Unpacking adduser (3.137ubuntu1) ...\n", - "#10 2.790 Setting up adduser (3.137ubuntu1) ...\n", - "#10 2.845 Selecting previously unselected package less.\n", - "#10 2.845 (Reading database ... \n", - "(Reading database ... 5%\n", - "(Reading database ... 10%\n", - "(Reading database ... 15%\n", - "(Reading database ... 20%\n", - "(Reading database ... 25%\n", - "(Reading database ... 30%\n", - "(Reading database ... 35%\n", - "(Reading database ... 40%\n", - "(Reading database ... 45%\n", - "(Reading database ... 50%\n", - "(Reading database ... 55%\n", - "(Reading database ... 60%\n", - "(Reading database ... 65%\n", - "(Reading database ... 70%\n", - "(Reading database ... 75%\n", - "(Reading database ... 80%\n", - "(Reading database ... 85%\n", - "(Reading database ... 90%\n", - "(Reading database ... 95%\n", - "(Reading database ... 100%\n", - "(Reading database ... 38371 files and directories currently installed.)\n", - "#10 2.863 Preparing to unpack .../00-less_590-2ubuntu2.1_amd64.deb ...\n", - "#10 2.872 Unpacking less (590-2ubuntu2.1) ...\n", - "#10 2.920 Selecting previously unselected package libcbor0.10:amd64.\n", - "#10 2.922 Preparing to unpack .../01-libcbor0.10_0.10.2-1.2ubuntu2_amd64.deb ...\n", - "#10 2.931 Unpacking libcbor0.10:amd64 (0.10.2-1.2ubuntu2) ...\n", - "#10 2.965 Selecting previously unselected package libedit2:amd64.\n", - "#10 2.967 Preparing to unpack .../02-libedit2_3.1-20230828-1build1_amd64.deb ...\n", - "#10 2.971 Unpacking libedit2:amd64 (3.1-20230828-1build1) ...\n", - "#10 3.011 Selecting previously unselected package libfido2-1:amd64.\n", - "#10 3.015 Preparing to unpack .../03-libfido2-1_1.14.0-1build3_amd64.deb ...\n", - "#10 3.021 Unpacking libfido2-1:amd64 (1.14.0-1build3) ...\n", - "#10 3.062 Selecting previously unselected package libxext6:amd64.\n", - "#10 3.064 Preparing to unpack .../04-libxext6_2%3a1.3.4-1build2_amd64.deb ...\n", - "#10 3.069 Unpacking libxext6:amd64 (2:1.3.4-1build2) ...\n", - "#10 3.109 Selecting previously unselected package libxmuu1:amd64.\n", - "#10 3.112 Preparing to unpack .../05-libxmuu1_2%3a1.1.3-3build2_amd64.deb ...\n", - "#10 3.120 Unpacking libxmuu1:amd64 (2:1.1.3-3build2) ...\n", - "#10 3.173 Selecting previously unselected package openssh-client.\n", - "#10 3.175 Preparing to unpack .../06-openssh-client_1%3a9.6p1-3ubuntu13.14_amd64.deb ...\n", - "#10 3.186 Unpacking openssh-client (1:9.6p1-3ubuntu13.14) ...\n", - "#10 3.260 Selecting previously unselected package xauth.\n", - "#10 3.262 Preparing to unpack .../07-xauth_1%3a1.1.2-1build1_amd64.deb ...\n", - "#10 3.268 Unpacking xauth (1:1.1.2-1build1) ...\n", - "#10 3.315 Selecting previously unselected package xz-utils.\n", - "#10 3.318 Preparing to unpack .../08-xz-utils_5.6.1+really5.4.5-1ubuntu0.2_amd64.deb ...\n", - "#10 3.324 Unpacking xz-utils (5.6.1+really5.4.5-1ubuntu0.2) ...\n", - "#10 3.371 Selecting previously unselected package g++-13-x86-64-linux-gnu.\n", - "#10 3.374 Preparing to unpack .../09-g++-13-x86-64-linux-gnu_13.3.0-6ubuntu2~24.04_amd64.deb ...\n", - "#10 3.380 Unpacking g++-13-x86-64-linux-gnu (13.3.0-6ubuntu2~24.04) ...\n", - "#10 3.585 Selecting previously unselected package g++-13.\n", - "#10 3.588 Preparing to unpack .../10-g++-13_13.3.0-6ubuntu2~24.04_amd64.deb ...\n", - "#10 3.597 Unpacking g++-13 (13.3.0-6ubuntu2~24.04) ...\n", - "#10 3.634 Selecting previously unselected package g++-x86-64-linux-gnu.\n", - "#10 3.636 Preparing to unpack .../11-g++-x86-64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...\n", - "#10 3.642 Unpacking g++-x86-64-linux-gnu (4:13.2.0-7ubuntu1) ...\n", - "#10 3.684 Selecting previously unselected package g++.\n", - "#10 3.687 Preparing to unpack .../12-g++_4%3a13.2.0-7ubuntu1_amd64.deb ...\n", - "#10 3.693 Unpacking g++ (4:13.2.0-7ubuntu1) ...\n", - "#10 3.723 Selecting previously unselected package make.\n", - "#10 3.724 Preparing to unpack .../13-make_4.3-4.1build2_amd64.deb ...\n", - "#10 3.729 Unpacking make (4.3-4.1build2) ...\n", - "#10 3.765 Selecting previously unselected package libdpkg-perl.\n", - "#10 3.768 Preparing to unpack .../14-libdpkg-perl_1.22.6ubuntu6.1_all.deb ...\n", - "#10 3.773 Unpacking libdpkg-perl (1.22.6ubuntu6.1) ...\n", - "#10 3.820 Selecting previously unselected package bzip2.\n", - "#10 3.822 Preparing to unpack .../15-bzip2_1.0.8-5.1build0.1_amd64.deb ...\n", - "#10 3.827 Unpacking bzip2 (1.0.8-5.1build0.1) ...\n", - "#10 3.860 Selecting previously unselected package patch.\n", - "#10 3.862 Preparing to unpack .../16-patch_2.7.6-7build3_amd64.deb ...\n", - "#10 3.867 Unpacking patch (2.7.6-7build3) ...\n", - "#10 3.900 Selecting previously unselected package lto-disabled-list.\n", - "#10 3.901 Preparing to unpack .../17-lto-disabled-list_47_all.deb ...\n", - "#10 3.906 Unpacking lto-disabled-list (47) ...\n", - "#10 3.940 Selecting previously unselected package dpkg-dev.\n", - "#10 3.942 Preparing to unpack .../18-dpkg-dev_1.22.6ubuntu6.1_all.deb ...\n", - "#10 3.947 Unpacking dpkg-dev (1.22.6ubuntu6.1) ...\n", - "#10 3.991 Selecting previously unselected package build-essential.\n", - "#10 3.992 Preparing to unpack .../19-build-essential_12.10ubuntu1_amd64.deb ...\n", - "#10 3.998 Unpacking build-essential (12.10ubuntu1) ...\n", - "#10 4.031 Selecting previously unselected package gpgconf.\n", - "#10 4.033 Preparing to unpack .../20-gpgconf_2.4.4-2ubuntu17.3_amd64.deb ...\n", - "#10 4.040 Unpacking gpgconf (2.4.4-2ubuntu17.3) ...\n", - "#10 4.077 Selecting previously unselected package libksba8:amd64.\n", - "#10 4.079 Preparing to unpack .../21-libksba8_1.6.6-1build1_amd64.deb ...\n", - "#10 4.084 Unpacking libksba8:amd64 (1.6.6-1build1) ...\n", - "#10 4.124 Selecting previously unselected package dirmngr.\n", - "#10 4.126 Preparing to unpack .../22-dirmngr_2.4.4-2ubuntu17.3_amd64.deb ...\n", - "#10 4.140 Unpacking dirmngr (2.4.4-2ubuntu17.3) ...\n", - "#10 4.185 Selecting previously unselected package libfakeroot:amd64.\n", - "#10 4.187 Preparing to unpack .../23-libfakeroot_1.33-1_amd64.deb ...\n", - "#10 4.192 Unpacking libfakeroot:amd64 (1.33-1) ...\n", - "#10 4.229 Selecting previously unselected package fakeroot.\n", - "#10 4.231 Preparing to unpack .../24-fakeroot_1.33-1_amd64.deb ...\n", - "#10 4.235 Unpacking fakeroot (1.33-1) ...\n", - "#10 4.271 Selecting previously unselected package liberror-perl.\n", - "#10 4.272 Preparing to unpack .../25-liberror-perl_0.17029-2_all.deb ...\n", - "#10 4.278 Unpacking liberror-perl (0.17029-2) ...\n", - "#10 4.314 Selecting previously unselected package git-man.\n", - "#10 4.316 Preparing to unpack .../26-git-man_1%3a2.43.0-1ubuntu7.3_all.deb ...\n", - "#10 4.321 Unpacking git-man (1:2.43.0-1ubuntu7.3) ...\n", - "#10 4.386 Selecting previously unselected package git.\n", - "#10 4.388 Preparing to unpack .../27-git_1%3a2.43.0-1ubuntu7.3_amd64.deb ...\n", - "#10 4.398 Unpacking git (1:2.43.0-1ubuntu7.3) ...\n", - "#10 4.533 Selecting previously unselected package gnupg-utils.\n", - "#10 4.535 Preparing to unpack .../28-gnupg-utils_2.4.4-2ubuntu17.3_amd64.deb ...\n", - "#10 4.541 Unpacking gnupg-utils (2.4.4-2ubuntu17.3) ...\n", - "#10 4.592 Selecting previously unselected package gpg.\n", - "#10 4.594 Preparing to unpack .../29-gpg_2.4.4-2ubuntu17.3_amd64.deb ...\n", - "#10 4.600 Unpacking gpg (2.4.4-2ubuntu17.3) ...\n", - "#10 4.643 Selecting previously unselected package pinentry-curses.\n", - "#10 4.645 Preparing to unpack .../30-pinentry-curses_1.2.1-3ubuntu5_amd64.deb ...\n", - "#10 4.650 Unpacking pinentry-curses (1.2.1-3ubuntu5) ...\n", - "#10 4.689 Selecting previously unselected package gpg-agent.\n", - "#10 4.690 Preparing to unpack .../31-gpg-agent_2.4.4-2ubuntu17.3_amd64.deb ...\n", - "#10 4.695 Unpacking gpg-agent (2.4.4-2ubuntu17.3) ...\n", - "#10 4.729 Selecting previously unselected package gpgsm.\n", - "#10 4.731 Preparing to unpack .../32-gpgsm_2.4.4-2ubuntu17.3_amd64.deb ...\n", - "#10 4.736 Unpacking gpgsm (2.4.4-2ubuntu17.3) ...\n", - "#10 4.772 Selecting previously unselected package keyboxd.\n", - "#10 4.774 Preparing to unpack .../33-keyboxd_2.4.4-2ubuntu17.3_amd64.deb ...\n", - "#10 4.779 Unpacking keyboxd (2.4.4-2ubuntu17.3) ...\n", - "#10 4.809 Selecting previously unselected package gnupg.\n", - "#10 4.812 Preparing to unpack .../34-gnupg_2.4.4-2ubuntu17.3_all.deb ...\n", - "#10 4.817 Unpacking gnupg (2.4.4-2ubuntu17.3) ...\n", - "#10 4.851 Selecting previously unselected package gnupg-l10n.\n", - "#10 4.853 Preparing to unpack .../35-gnupg-l10n_2.4.4-2ubuntu17.3_all.deb ...\n", - "#10 4.857 Unpacking gnupg-l10n (2.4.4-2ubuntu17.3) ...\n", - "#10 4.890 Selecting previously unselected package gpg-wks-client.\n", - "#10 4.892 Preparing to unpack .../36-gpg-wks-client_2.4.4-2ubuntu17.3_amd64.deb ...\n", - "#10 4.897 Unpacking gpg-wks-client (2.4.4-2ubuntu17.3) ...\n", - "#10 4.927 Selecting previously unselected package libalgorithm-diff-perl.\n", - "#10 4.929 Preparing to unpack .../37-libalgorithm-diff-perl_1.201-1_all.deb ...\n", - "#10 4.933 Unpacking libalgorithm-diff-perl (1.201-1) ...\n", - "#10 4.965 Selecting previously unselected package libalgorithm-diff-xs-perl:amd64.\n", - "#10 4.966 Preparing to unpack .../38-libalgorithm-diff-xs-perl_0.04-8build3_amd64.deb ...\n", - "#10 4.972 Unpacking libalgorithm-diff-xs-perl:amd64 (0.04-8build3) ...\n", - "#10 5.018 Selecting previously unselected package libalgorithm-merge-perl.\n", - "#10 5.020 Preparing to unpack .../39-libalgorithm-merge-perl_0.08-5_all.deb ...\n", - "#10 5.025 Unpacking libalgorithm-merge-perl (0.08-5) ...\n", - "#10 5.059 Selecting previously unselected package libfile-fcntllock-perl.\n", - "#10 5.061 Preparing to unpack .../40-libfile-fcntllock-perl_0.22-4ubuntu5_amd64.deb ...\n", - "#10 5.066 Unpacking libfile-fcntllock-perl (0.22-4ubuntu5) ...\n", - "#10 5.109 Setting up libksba8:amd64 (1.6.6-1build1) ...\n", - "#10 5.124 Setting up pinentry-curses (1.2.1-3ubuntu5) ...\n", - "#10 5.146 Setting up lto-disabled-list (47) ...\n", - "#10 5.161 Setting up g++-13-x86-64-linux-gnu (13.3.0-6ubuntu2~24.04) ...\n", - "#10 5.178 Setting up libfile-fcntllock-perl (0.22-4ubuntu5) ...\n", - "#10 5.193 Setting up libcbor0.10:amd64 (0.10.2-1.2ubuntu2) ...\n", - "#10 5.208 Setting up libalgorithm-diff-perl (1.201-1) ...\n", - "#10 5.223 Setting up libedit2:amd64 (3.1-20230828-1build1) ...\n", - "#10 5.237 Setting up less (590-2ubuntu2.1) ...\n", - "#10 5.256 Setting up libxext6:amd64 (2:1.3.4-1build2) ...\n", - "#10 5.271 Setting up bzip2 (1.0.8-5.1build0.1) ...\n", - "#10 5.286 Setting up libfakeroot:amd64 (1.33-1) ...\n", - "#10 5.306 Setting up fakeroot (1.33-1) ...\n", - "#10 5.317 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode\n", - "#10 5.317 update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist\n", - "#10 5.317 update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist\n", - "#10 5.317 update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist\n", - "#10 5.317 update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist\n", - "#10 5.317 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist\n", - "#10 5.317 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist\n", - "#10 5.317 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist\n", - "#10 5.317 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist\n", - "#10 5.328 Setting up liberror-perl (0.17029-2) ...\n", - "#10 5.343 Setting up make (4.3-4.1build2) ...\n", - "#10 5.360 Setting up gnupg-l10n (2.4.4-2ubuntu17.3) ...\n", - "#10 5.374 Setting up xz-utils (5.6.1+really5.4.5-1ubuntu0.2) ...\n", - "#10 5.385 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode\n", - "#10 5.385 update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist\n", - "#10 5.385 update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist\n", - "#10 5.386 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist\n", - "#10 5.386 update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist\n", - "#10 5.386 update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist\n", - "#10 5.386 update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist\n", - "#10 5.386 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist\n", - "#10 5.386 update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist\n", - "#10 5.386 update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist\n", - "#10 5.386 update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist\n", - "#10 5.394 Setting up patch (2.7.6-7build3) ...\n", - "#10 5.411 Setting up libdpkg-perl (1.22.6ubuntu6.1) ...\n", - "#10 5.426 Setting up gpgconf (2.4.4-2ubuntu17.3) ...\n", - "#10 5.441 Setting up g++-x86-64-linux-gnu (4:13.2.0-7ubuntu1) ...\n", - "#10 5.458 Setting up git-man (1:2.43.0-1ubuntu7.3) ...\n", - "#10 5.476 Setting up libfido2-1:amd64 (1.14.0-1build3) ...\n", - "#10 5.498 Setting up libalgorithm-diff-xs-perl:amd64 (0.04-8build3) ...\n", - "#10 5.514 Setting up libxmuu1:amd64 (2:1.1.3-3build2) ...\n", - "#10 5.532 Setting up liblocale-gettext-perl (1.07-6ubuntu5) ...\n", - "#10 5.550 Setting up gpg (2.4.4-2ubuntu17.3) ...\n", - "#10 5.568 Setting up libalgorithm-merge-perl (0.08-5) ...\n", - "#10 5.588 Setting up gnupg-utils (2.4.4-2ubuntu17.3) ...\n", - "#10 5.608 Setting up g++-13 (13.3.0-6ubuntu2~24.04) ...\n", - "#10 5.628 Setting up gpg-agent (2.4.4-2ubuntu17.3) ...\n", - "#10 5.968 Setting up openssh-client (1:9.6p1-3ubuntu13.14) ...\n", - "#10 6.077 Setting up gpgsm (2.4.4-2ubuntu17.3) ...\n", - "#10 6.094 Setting up dpkg-dev (1.22.6ubuntu6.1) ...\n", - "#10 6.124 Setting up dirmngr (2.4.4-2ubuntu17.3) ...\n", - "#10 6.216 Setting up keyboxd (2.4.4-2ubuntu17.3) ...\n", - "#10 6.300 Setting up git (1:2.43.0-1ubuntu7.3) ...\n", - "#10 6.326 Setting up g++ (4:13.2.0-7ubuntu1) ...\n", - "#10 6.339 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode\n", - "#10 6.339 update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist\n", - "#10 6.347 Setting up xauth (1:1.1.2-1build1) ...\n", - "#10 6.361 Setting up gnupg (2.4.4-2ubuntu17.3) ...\n", - "#10 6.399 Setting up build-essential (12.10ubuntu1) ...\n", - "#10 6.418 Setting up gpg-wks-client (2.4.4-2ubuntu17.3) ...\n", - "#10 6.432 Processing triggers for libc-bin (2.39-0ubuntu8.5) ...\n", - "#10 DONE 6.7s\n", - "\n", - "#11 [ 6/19] RUN git clone https://github.com/mapbox/tippecanoe.git\n", - "#11 0.293 Cloning into 'tippecanoe'...\n", - "#11 DONE 3.2s\n", - "\n", - "#12 [ 7/19] WORKDIR tippecanoe\n", - "#12 DONE 0.1s\n", - "\n", - "#13 [ 8/19] RUN make -j\n", - "#13 0.223 g++ -MMD -I/usr/local/include -I. -g -Wall -Wshadow -Wsign-compare -Wextra -Wunreachable-code -Wuninitialized -Wshadow -O3 -DNDEBUG -std=c++11 -c -o geojson.o geojson.cpp\n", - "#13 0.224 cc -MMD -I/usr/local/include -I. -g -Wall -Wshadow -Wsign-compare -Wextra -Wunreachable-code -Wuninitialized -Wshadow -O3 -DNDEBUG -c -o jsonpull/jsonpull.o jsonpull/jsonpull.c\n", - "#13 0.224 g++ -MMD -I/usr/local/include -I. -g -Wall -Wshadow -Wsign-compare -Wextra -Wunreachable-code -Wuninitialized -Wshadow -O3 -DNDEBUG -std=c++11 -c -o tile.o tile.cpp\n", - "#13 0.225 g++ -MMD -I/usr/local/include -I. -g -Wall -Wshadow -Wsign-compare -Wextra -Wunreachable-code -Wuninitialized -Wshadow -O3 -DNDEBUG -std=c++11 -c -o pool.o pool.cpp\n", - "#13 0.225 g++ -MMD -I/usr/local/include -I. -g -Wall -Wshadow -Wsign-compare -Wextra -Wunreachable-code -Wuninitialized -Wshadow -O3 -DNDEBUG -std=c++11 -c -o mbtiles.o mbtiles.cpp\n", - "#13 0.226 g++ -MMD -I/usr/local/include -I. -g -Wall -Wshadow -Wsign-compare -Wextra -Wunreachable-code -Wuninitialized -Wshadow -O3 -DNDEBUG -std=c++11 -c -o geometry.o geometry.cpp\n", - "#13 0.226 g++ -MMD -I/usr/local/include -I. -g -Wall -Wshadow -Wsign-compare -Wextra -Wunreachable-code -Wuninitialized -Wshadow -O3 -DNDEBUG -std=c++11 -c -o projection.o projection.cpp\n", - "#13 0.227 g++ -MMD -I/usr/local/include -I. -g -Wall -Wshadow -Wsign-compare -Wextra -Wunreachable-code -Wuninitialized -Wshadow -O3 -DNDEBUG -std=c++11 -c -o memfile.o memfile.cpp\n", - "#13 0.227 g++ -MMD -I/usr/local/include -I. -g -Wall -Wshadow -Wsign-compare -Wextra -Wunreachable-code -Wuninitialized -Wshadow -O3 -DNDEBUG -std=c++11 -c -o mvt.o mvt.cpp\n", - "#13 0.228 g++ -MMD -I/usr/local/include -I. -g -Wall -Wshadow -Wsign-compare -Wextra -Wunreachable-code -Wuninitialized -Wshadow -O3 -DNDEBUG -std=c++11 -c -o serial.o serial.cpp\n", - "#13 0.228 g++ -MMD -I/usr/local/include -I. -g -Wall -Wshadow -Wsign-compare -Wextra -Wunreachable-code -Wuninitialized -Wshadow -O3 -DNDEBUG -std=c++11 -c -o main.o main.cpp\n", - "#13 0.229 g++ -MMD -I/usr/local/include -I. -g -Wall -Wshadow -Wsign-compare -Wextra -Wunreachable-code -Wuninitialized -Wshadow -O3 -DNDEBUG -std=c++11 -c -o text.o text.cpp\n", - "#13 0.229 g++ -MMD -I/usr/local/include -I. -g -Wall -Wshadow -Wsign-compare -Wextra -Wunreachable-code -Wuninitialized -Wshadow -O3 -DNDEBUG -std=c++11 -c -o dirtiles.o dirtiles.cpp\n", - "#13 0.230 g++ -MMD -I/usr/local/include -I. -g -Wall -Wshadow -Wsign-compare -Wextra -Wunreachable-code -Wuninitialized -Wshadow -O3 -DNDEBUG -std=c++11 -c -o plugin.o plugin.cpp\n", - "#13 0.230 g++ -MMD -I/usr/local/include -I. -g -Wall -Wshadow -Wsign-compare -Wextra -Wunreachable-code -Wuninitialized -Wshadow -O3 -DNDEBUG -std=c++11 -c -o read_json.o read_json.cpp\n", - "#13 0.231 g++ -MMD -I/usr/local/include -I. -g -Wall -Wshadow -Wsign-compare -Wextra -Wunreachable-code -Wuninitialized -Wshadow -O3 -DNDEBUG -std=c++11 -c -o write_json.o write_json.cpp\n", - "#13 0.232 g++ -MMD -I/usr/local/include -I. -g -Wall -Wshadow -Wsign-compare -Wextra -Wunreachable-code -Wuninitialized -Wshadow -O3 -DNDEBUG -std=c++11 -c -o geobuf.o geobuf.cpp\n", - "#13 0.232 g++ -MMD -I/usr/local/include -I. -g -Wall -Wshadow -Wsign-compare -Wextra -Wunreachable-code -Wuninitialized -Wshadow -O3 -DNDEBUG -std=c++11 -c -o evaluator.o evaluator.cpp\n", - "#13 0.233 g++ -MMD -I/usr/local/include -I. -g -Wall -Wshadow -Wsign-compare -Wextra -Wunreachable-code -Wuninitialized -Wshadow -O3 -DNDEBUG -std=c++11 -c -o geocsv.o geocsv.cpp\n", - "#13 0.235 g++ -MMD -I/usr/local/include -I. -g -Wall -Wshadow -Wsign-compare -Wextra -Wunreachable-code -Wuninitialized -Wshadow -O3 -DNDEBUG -std=c++11 -c -o csv.o csv.cpp\n", - "#13 0.236 g++ -MMD -I/usr/local/include -I. -g -Wall -Wshadow -Wsign-compare -Wextra -Wunreachable-code -Wuninitialized -Wshadow -O3 -DNDEBUG -std=c++11 -c -o geojson-loop.o geojson-loop.cpp\n", - "#13 0.237 g++ -MMD -I/usr/local/include -I. -g -Wall -Wshadow -Wsign-compare -Wextra -Wunreachable-code -Wuninitialized -Wshadow -O3 -DNDEBUG -std=c++11 -c -o enumerate.o enumerate.cpp\n", - "#13 0.239 g++ -MMD -I/usr/local/include -I. -g -Wall -Wshadow -Wsign-compare -Wextra -Wunreachable-code -Wuninitialized -Wshadow -O3 -DNDEBUG -std=c++11 -c -o decode.o decode.cpp\n", - "#13 0.241 g++ -MMD -I/usr/local/include -I. -g -Wall -Wshadow -Wsign-compare -Wextra -Wunreachable-code -Wuninitialized -Wshadow -O3 -DNDEBUG -std=c++11 -c -o tile-join.o tile-join.cpp\n", - "#13 0.245 g++ -MMD -I/usr/local/include -I. -g -Wall -Wshadow -Wsign-compare -Wextra -Wunreachable-code -Wuninitialized -Wshadow -O3 -DNDEBUG -std=c++11 -c -o unit.o unit.cpp\n", - "#13 0.264 g++ -MMD -I/usr/local/include -I. -g -Wall -Wshadow -Wsign-compare -Wextra -Wunreachable-code -Wuninitialized -Wshadow -O3 -DNDEBUG -std=c++11 -c -o jsontool.o jsontool.cpp\n", - "#13 0.357 g++ -L/usr/local/lib -g -Wall -Wshadow -Wsign-compare -Wextra -Wunreachable-code -Wuninitialized -Wshadow -O3 -DNDEBUG -std=c++11 -o tippecanoe-enumerate enumerate.o -lsqlite3\n", - "#13 1.158 tile.cpp: In function 'bool find_common_edges(std::vector&, int, int, double, int, double)':\n", - "#13 1.158 tile.cpp:751:140: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'long int:40' [-Wformat=]\n", - "#13 1.158 751 | fprintf(stderr, \"Internal error: polygon edge lookup failed for %lld,%lld to %lld,%lld or %lld,%lld to %lld,%lld\\n\", left[0].x, left[0].y, left[1].x, left[1].y, right[0].x, right[0].y, right[1].x, right[1].y);\n", - "#13 1.158 | ~~~^\n", - "#13 1.158 | |\n", - "#13 1.158 | long long int\n", - "#13 1.159 tile.cpp:751:145: warning: format '%lld' expects argument of type 'long long int', but argument 4 has type 'long int:40' [-Wformat=]\n", - "#13 1.159 751 | fprintf(stderr, \"Internal error: polygon edge lookup failed for %lld,%lld to %lld,%lld or %lld,%lld to %lld,%lld\\n\", left[0].x, left[0].y, left[1].x, left[1].y, right[0].x, right[0].y, right[1].x, right[1].y);\n", - "#13 1.159 | ~~~^\n", - "#13 1.159 | |\n", - "#13 1.159 | long long int\n", - "#13 1.159 tile.cpp:751:153: warning: format '%lld' expects argument of type 'long long int', but argument 5 has type 'long int:40' [-Wformat=]\n", - "#13 1.159 751 | fprintf(stderr, \"Internal error: polygon edge lookup failed for %lld,%lld to %lld,%lld or %lld,%lld to %lld,%lld\\n\", left[0].x, left[0].y, left[1].x, left[1].y, right[0].x, right[0].y, right[1].x, right[1].y);\n", - "#13 1.159 | ~~~^\n", - "#13 1.159 | |\n", - "#13 1.159 | long long int\n", - "#13 1.159 tile.cpp:751:158: warning: format '%lld' expects argument of type 'long long int', but argument 6 has type 'long int:40' [-Wformat=]\n", - "#13 1.159 751 | fprintf(stderr, \"Internal error: polygon edge lookup failed for %lld,%lld to %lld,%lld or %lld,%lld to %lld,%lld\\n\", left[0].x, left[0].y, left[1].x, left[1].y, right[0].x, right[0].y, right[1].x, right[1].y);\n", - "#13 1.159 | ~~~^\n", - "#13 1.159 | |\n", - "#13 1.159 | long long int\n", - "#13 1.159 tile.cpp:751:166: warning: format '%lld' expects argument of type 'long long int', but argument 7 has type 'long int:40' [-Wformat=]\n", - "#13 1.159 751 | fprintf(stderr, \"Internal error: polygon edge lookup failed for %lld,%lld to %lld,%lld or %lld,%lld to %lld,%lld\\n\", left[0].x, left[0].y, left[1].x, left[1].y, right[0].x, right[0].y, right[1].x, right[1].y);\n", - "#13 1.159 | ~~~^\n", - "#13 1.159 | |\n", - "#13 1.159 | long long int\n", - "#13 1.159 tile.cpp:751:171: warning: format '%lld' expects argument of type 'long long int', but argument 8 has type 'long int:40' [-Wformat=]\n", - "#13 1.159 751 | fprintf(stderr, \"Internal error: polygon edge lookup failed for %lld,%lld to %lld,%lld or %lld,%lld to %lld,%lld\\n\", left[0].x, left[0].y, left[1].x, left[1].y, right[0].x, right[0].y, right[1].x, right[1].y);\n", - "#13 1.159 | ~~~^\n", - "#13 1.159 | |\n", - "#13 1.159 | long long int\n", - "#13 1.159 tile.cpp:751:179: warning: format '%lld' expects argument of type 'long long int', but argument 9 has type 'long int:40' [-Wformat=]\n", - "#13 1.159 751 | fprintf(stderr, \"Internal error: polygon edge lookup failed for %lld,%lld to %lld,%lld or %lld,%lld to %lld,%lld\\n\", left[0].x, left[0].y, left[1].x, left[1].y, right[0].x, right[0].y, right[1].x, right[1].y);\n", - "#13 1.159 | ~~~^\n", - "#13 1.159 | |\n", - "#13 1.159 | long long int\n", - "#13 1.159 tile.cpp:751:184: warning: format '%lld' expects argument of type 'long long int', but argument 10 has type 'long int:40' [-Wformat=]\n", - "#13 1.159 751 | fprintf(stderr, \"Internal error: polygon edge lookup failed for %lld,%lld to %lld,%lld or %lld,%lld to %lld,%lld\\n\", left[0].x, left[0].y, left[1].x, left[1].y, right[0].x, right[0].y, right[1].x, right[1].y);\n", - "#13 1.159 | ~~~^\n", - "#13 1.159 | |\n", - "#13 1.159 | long long int\n", - "#13 1.518 g++ -L/usr/local/lib -g -Wall -Wshadow -Wsign-compare -Wextra -Wunreachable-code -Wuninitialized -Wshadow -O3 -DNDEBUG -std=c++11 -o tippecanoe-json-tool jsontool.o jsonpull/jsonpull.o csv.o text.o geojson-loop.o -lm -lz -lsqlite3 -lpthread\n", - "#13 1.531 geometry.cpp: In function 'drawvec clean_or_clip_poly(drawvec&, int, int, bool)':\n", - "#13 1.531 geometry.cpp:301:65: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'long int:40' [-Wformat=]\n", - "#13 1.531 301 | fprintf(f, \"[%lld,%lld]\", geom[k].x, geom[k].y);\n", - "#13 1.531 | ~~~^\n", - "#13 1.531 | |\n", - "#13 1.531 | long long int\n", - "#13 1.531 geometry.cpp:301:70: warning: format '%lld' expects argument of type 'long long int', but argument 4 has type 'long int:40' [-Wformat=]\n", - "#13 1.531 301 | fprintf(f, \"[%lld,%lld]\", geom[k].x, geom[k].y);\n", - "#13 1.531 | ~~~^\n", - "#13 1.531 | |\n", - "#13 1.531 | long long int\n", - "#13 1.535 geometry.cpp: In function 'void check_polygon(drawvec&)':\n", - "#13 1.535 geometry.cpp:419:68: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'long int:40' [-Wformat=]\n", - "#13 1.535 419 | printf(\"%lld,%lld at %lld not in outer ring (%lld to %lld)\\n\", geom[k].x, geom[k].y, (long long) k, (long long) outer_start, (long long) (outer_start + outer_len));\n", - "#13 1.535 | ~~~^\n", - "#13 1.535 | |\n", - "#13 1.535 | long long int\n", - "#13 1.535 geometry.cpp:419:73: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'long int:40' [-Wformat=]\n", - "#13 1.535 419 | printf(\"%lld,%lld at %lld not in outer ring (%lld to %lld)\\n\", geom[k].x, geom[k].y, (long long) k, (long long) outer_start, (long long) (outer_start + outer_len));\n", - "#13 1.535 | ~~~^\n", - "#13 1.535 | |\n", - "#13 1.535 | long long int\n", - "#13 1.540 geometry.cpp: In function 'drawvec reduce_tiny_poly(drawvec&, int, int, bool*, double*)':\n", - "#13 1.540 geometry.cpp:586:56: warning: format '%lld' expects argument of type 'long long int', but argument 4 has type 'long int:40' [-Wformat=]\n", - "#13 1.540 586 | fprintf(stderr, \"%d/%lld/%lld \", geom[n].op, geom[n].x, geom[n].y);\n", - "#13 1.540 | ~~~^\n", - "#13 1.540 | |\n", - "#13 1.540 | long long int\n", - "#13 1.540 geometry.cpp:586:61: warning: format '%lld' expects argument of type 'long long int', but argument 5 has type 'long int:40' [-Wformat=]\n", - "#13 1.540 586 | fprintf(stderr, \"%d/%lld/%lld \", geom[n].op, geom[n].x, geom[n].y);\n", - "#13 1.540 | ~~~^\n", - "#13 1.540 | |\n", - "#13 1.540 | long long int\n", - "#13 4.199 g++ -L/usr/local/lib -g -Wall -Wshadow -Wsign-compare -Wextra -Wunreachable-code -Wuninitialized -Wshadow -O3 -DNDEBUG -std=c++11 -o tippecanoe-decode decode.o projection.o mvt.o write_json.o text.o jsonpull/jsonpull.o dirtiles.o -lm -lz -lsqlite3\n", - "#13 5.516 g++ -L/usr/local/lib -g -Wall -Wshadow -Wsign-compare -Wextra -Wunreachable-code -Wuninitialized -Wshadow -O3 -DNDEBUG -std=c++11 -o tile-join tile-join.o projection.o pool.o mbtiles.o mvt.o memfile.o dirtiles.o jsonpull/jsonpull.o text.o evaluator.o csv.o write_json.o -lm -lz -lsqlite3 -lpthread\n", - "#13 9.493 g++ -L/usr/local/lib -g -Wall -Wshadow -Wsign-compare -Wextra -Wunreachable-code -Wuninitialized -Wshadow -O3 -DNDEBUG -std=c++11 -o tippecanoe geojson.o jsonpull/jsonpull.o tile.o pool.o mbtiles.o geometry.o projection.o memfile.o mvt.o serial.o main.o text.o dirtiles.o plugin.o read_json.o write_json.o geobuf.o evaluator.o geocsv.o csv.o geojson-loop.o -lm -lz -lsqlite3 -lpthread\n", - "#13 10.16 g++ -L/usr/local/lib -g -Wall -Wshadow -Wsign-compare -Wextra -Wunreachable-code -Wuninitialized -Wshadow -O3 -DNDEBUG -std=c++11 -o unit unit.o text.o -lm -lz -lsqlite3 -lpthread\n", - "#13 DONE 10.4s\n", - "\n", - "#14 [ 9/19] RUN make install\n", - "#14 0.504 mkdir -p /usr/local/bin\n", - "#14 0.509 mkdir -p /usr/local/share/man/man1/\n", - "#14 0.517 cp tippecanoe /usr/local/bin/tippecanoe\n", - "#14 0.546 cp tippecanoe-enumerate /usr/local/bin/tippecanoe-enumerate\n", - "#14 0.554 cp tippecanoe-decode /usr/local/bin/tippecanoe-decode\n", - "#14 0.566 cp tippecanoe-json-tool /usr/local/bin/tippecanoe-json-tool\n", - "#14 0.573 cp tile-join /usr/local/bin/tile-join\n", - "#14 0.587 cp man/tippecanoe.1 /usr/local/share/man/man1//tippecanoe.1\n", - "#14 DONE 0.7s\n", - "\n", - "#15 [10/19] WORKDIR /app/pmtiles\n", - "#15 DONE 0.1s\n", - "\n", - "#16 [11/19] RUN apt-get install wget\n", - "#16 0.301 Reading package lists...\n", - "#16 1.199 Building dependency tree...\n", - "#16 1.485 Reading state information...\n", - "#16 1.760 The following NEW packages will be installed:\n", - "#16 1.760 wget\n", - "#16 2.087 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.\n", - "#16 2.087 Need to get 334 kB of archives.\n", - "#16 2.087 After this operation, 938 kB of additional disk space will be used.\n", - "#16 2.087 Get:1 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 wget amd64 1.21.4-1ubuntu4.1 [334 kB]\n", - "#16 2.914 debconf: delaying package configuration, since apt-utils is not installed\n", - "#16 2.997 Fetched 334 kB in 1s (380 kB/s)\n", - "#16 3.057 Selecting previously unselected package wget.\n", - "#16 3.057 (Reading database ... \n", - "(Reading database ... 5%\n", - "(Reading database ... 10%\n", - "(Reading database ... 15%\n", - "(Reading database ... 20%\n", - "(Reading database ... 25%\n", - "(Reading database ... 30%\n", - "(Reading database ... 35%\n", - "(Reading database ... 40%\n", - "(Reading database ... 45%\n", - "(Reading database ... 50%\n", - "(Reading database ... 55%\n", - "(Reading database ... 60%\n", - "(Reading database ... 65%\n", - "(Reading database ... 70%\n", - "(Reading database ... 75%\n", - "(Reading database ... 80%\n", - "(Reading database ... 85%\n", - "(Reading database ... 90%\n", - "(Reading database ... 95%\n", - "(Reading database ... 100%\n", - "(Reading database ... 40606 files and directories currently installed.)\n", - "#16 3.088 Preparing to unpack .../wget_1.21.4-1ubuntu4.1_amd64.deb ...\n", - "#16 3.099 Unpacking wget (1.21.4-1ubuntu4.1) ...\n", - "#16 3.195 Setting up wget (1.21.4-1ubuntu4.1) ...\n", - "#16 DONE 3.3s\n", - "\n", - "#17 [12/19] RUN wget https://github.com/protomaps/go-pmtiles/releases/download/v1.28.0/go-pmtiles_1.28.0_Linux_x86_64.tar.gz\n", - "#17 0.389 --2025-09-09 13:53:45-- https://github.com/protomaps/go-pmtiles/releases/download/v1.28.0/go-pmtiles_1.28.0_Linux_x86_64.tar.gz\n", - "#17 0.428 Resolving github.com (github.com)... 140.82.121.4\n", - "#17 0.430 Connecting to github.com (github.com)|140.82.121.4|:443... connected.\n", - "#17 0.506 HTTP request sent, awaiting response... 302 Found\n", - "#17 0.731 Location: https://release-assets.githubusercontent.com/github-production-release-asset/360374483/ae1d824d-495b-46cc-b72c-2c87139d28d9?sp=r&sv=2018-11-09&sr=b&spr=https&se=2025-09-09T14%3A45%3A49Z&rscd=attachment%3B+filename%3Dgo-pmtiles_1.28.0_Linux_x86_64.tar.gz&rsct=application%2Foctet-stream&skoid=96c2d410-5711-43a1-aedd-ab1947aa7ab0&sktid=398a6654-997b-47e9-b12b-9515b896b4de&skt=2025-09-09T13%3A44%3A59Z&ske=2025-09-09T14%3A45%3A49Z&sks=b&skv=2018-11-09&sig=8Ym1Jv%2Fj8wTceZW1KWd%2BEInzxTp3d7t3G88vom9%2FwoQ%3D&jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmVsZWFzZS1hc3NldHMuZ2l0aHVidXNlcmNvbnRlbnQuY29tIiwia2V5Ijoia2V5MSIsImV4cCI6MTc1NzQyNjMyNSwibmJmIjoxNzU3NDI2MDI1LCJwYXRoIjoicmVsZWFzZWFzc2V0cHJvZHVjdGlvbi5ibG9iLmNvcmUud2luZG93cy5uZXQifQ.RSkqA8W6aJD90O5UIYLKRmU5vPHGw1iEJrOl8jshRwE&response-content-disposition=attachment%3B%20filename%3Dgo-pmtiles_1.28.0_Linux_x86_64.tar.gz&response-content-type=application%2Foctet-stream [following]\n", - "#17 0.731 --2025-09-09 13:53:45-- https://release-assets.githubusercontent.com/github-production-release-asset/360374483/ae1d824d-495b-46cc-b72c-2c87139d28d9?sp=r&sv=2018-11-09&sr=b&spr=https&se=2025-09-09T14%3A45%3A49Z&rscd=attachment%3B+filename%3Dgo-pmtiles_1.28.0_Linux_x86_64.tar.gz&rsct=application%2Foctet-stream&skoid=96c2d410-5711-43a1-aedd-ab1947aa7ab0&sktid=398a6654-997b-47e9-b12b-9515b896b4de&skt=2025-09-09T13%3A44%3A59Z&ske=2025-09-09T14%3A45%3A49Z&sks=b&skv=2018-11-09&sig=8Ym1Jv%2Fj8wTceZW1KWd%2BEInzxTp3d7t3G88vom9%2FwoQ%3D&jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmVsZWFzZS1hc3NldHMuZ2l0aHVidXNlcmNvbnRlbnQuY29tIiwia2V5Ijoia2V5MSIsImV4cCI6MTc1NzQyNjMyNSwibmJmIjoxNzU3NDI2MDI1LCJwYXRoIjoicmVsZWFzZWFzc2V0cHJvZHVjdGlvbi5ibG9iLmNvcmUud2luZG93cy5uZXQifQ.RSkqA8W6aJD90O5UIYLKRmU5vPHGw1iEJrOl8jshRwE&response-content-disposition=attachment%3B%20filename%3Dgo-pmtiles_1.28.0_Linux_x86_64.tar.gz&response-content-type=application%2Foctet-stream\n", - "#17 0.731 Resolving release-assets.githubusercontent.com (release-assets.githubusercontent.com)... 185.199.111.133, 185.199.108.133, 185.199.109.133, ...\n", - "#17 0.745 Connecting to release-assets.githubusercontent.com (release-assets.githubusercontent.com)|185.199.111.133|:443... connected.\n", - "#17 0.778 HTTP request sent, awaiting response... 200 OK\n", - "#17 0.889 Length: 12609129 (12M) [application/octet-stream]\n", - "#17 0.890 Saving to: 'go-pmtiles_1.28.0_Linux_x86_64.tar.gz'\n", - "#17 0.890 \n", - "#17 0.890 0K .......... .......... .......... .......... .......... 0% 5.71M 2s\n", - "#17 0.898 50K .......... .......... .......... .......... .......... 0% 6.56M 2s\n", - "#17 0.905 100K .......... .......... .......... .......... .......... 1% 13.7M 2s\n", - "#17 0.909 150K .......... .......... .......... .......... .......... 1% 22.5M 1s\n", - "#17 0.911 200K .......... .......... .......... .......... .......... 2% 7.80M 1s\n", - "#17 0.918 250K .......... .......... .......... .......... .......... 2% 10.0M 1s\n", - "#17 0.924 300K .......... .......... .......... .......... .......... 2% 9.92M 1s\n", - "#17 0.927 350K .......... .......... .......... .......... .......... 3% 11.1M 1s\n", - "#17 0.932 400K .......... .......... .......... .......... .......... 3% 14.4M 1s\n", - "#17 0.935 450K .......... .......... .......... .......... .......... 4% 13.4M 1s\n", - "#17 0.939 500K .......... .......... .......... .......... .......... 4% 12.1M 1s\n", - "#17 0.943 550K .......... .......... .......... .......... .......... 4% 12.6M 1s\n", - "#17 0.947 600K .......... .......... .......... .......... .......... 5% 12.3M 1s\n", - "#17 0.951 650K .......... .......... .......... .......... .......... 5% 16.2M 1s\n", - "#17 0.954 700K .......... .......... .......... .......... .......... 6% 18.1M 1s\n", - "#17 0.956 750K .......... .......... .......... .......... .......... 6% 19.0M 1s\n", - "#17 0.959 800K .......... .......... .......... .......... .......... 6% 17.8M 1s\n", - "#17 0.962 850K .......... .......... .......... .......... .......... 7% 23.9M 1s\n", - "#17 0.964 900K .......... .......... .......... .......... .......... 7% 23.2M 1s\n", - "#17 0.966 950K .......... .......... .......... .......... .......... 8% 23.9M 1s\n", - "#17 0.968 1000K .......... .......... .......... .......... .......... 8% 27.7M 1s\n", - "#17 0.970 1050K .......... .......... .......... .......... .......... 8% 45.3M 1s\n", - "#17 0.971 1100K .......... .......... .......... .......... .......... 9% 20.6M 1s\n", - "#17 0.973 1150K .......... .......... .......... .......... .......... 9% 30.3M 1s\n", - "#17 0.975 1200K .......... .......... .......... .......... .......... 10% 33.3M 1s\n", - "#17 0.976 1250K .......... .......... .......... .......... .......... 10% 31.5M 1s\n", - "#17 0.978 1300K .......... .......... .......... .......... .......... 10% 26.0M 1s\n", - "#17 0.980 1350K .......... .......... .......... .......... .......... 11% 29.4M 1s\n", - "#17 0.981 1400K .......... .......... .......... .......... .......... 11% 33.8M 1s\n", - "#17 0.983 1450K .......... .......... .......... .......... .......... 12% 39.4M 1s\n", - "#17 0.985 1500K .......... .......... .......... .......... .......... 12% 8.36M 1s\n", - "#17 0.990 1550K .......... .......... .......... .......... .......... 12% 10.0M 1s\n", - "#17 0.995 1600K .......... .......... .......... .......... .......... 13% 47.3M 1s\n", - "#17 0.996 1650K .......... .......... .......... .......... .......... 13% 16.3M 1s\n", - "#17 0.999 1700K .......... .......... .......... .......... .......... 14% 12.6M 1s\n", - "#17 1.002 1750K .......... .......... .......... .......... .......... 14% 21.9M 1s\n", - "#17 1.005 1800K .......... .......... .......... .......... .......... 15% 24.7M 1s\n", - "#17 1.007 1850K .......... .......... .......... .......... .......... 15% 39.6M 1s\n", - "#17 1.008 1900K .......... .......... .......... .......... .......... 15% 27.3M 1s\n", - "#17 1.010 1950K .......... .......... .......... .......... .......... 16% 29.0M 1s\n", - "#17 1.011 2000K .......... .......... .......... .......... .......... 16% 33.0M 1s\n", - "#17 1.013 2050K .......... .......... .......... .......... .......... 17% 35.2M 1s\n", - "#17 1.014 2100K .......... .......... .......... .......... .......... 17% 29.0M 1s\n", - "#17 1.016 2150K .......... .......... .......... .......... .......... 17% 38.1M 1s\n", - "#17 1.017 2200K .......... .......... .......... .......... .......... 18% 33.5M 1s\n", - "#17 1.019 2250K .......... .......... .......... .......... .......... 18% 45.1M 1s\n", - "#17 1.020 2300K .......... .......... .......... .......... .......... 19% 36.3M 1s\n", - "#17 1.021 2350K .......... .......... .......... .......... .......... 19% 31.5M 1s\n", - "#17 1.023 2400K .......... .......... .......... .......... .......... 19% 42.5M 1s\n", - "#17 1.024 2450K .......... .......... .......... .......... .......... 20% 38.8M 1s\n", - "#17 1.025 2500K .......... .......... .......... .......... .......... 20% 30.0M 1s\n", - "#17 1.027 2550K .......... .......... .......... .......... .......... 21% 25.9M 1s\n", - "#17 1.029 2600K .......... .......... .......... .......... .......... 21% 21.7M 1s\n", - "#17 1.031 2650K .......... .......... .......... .......... .......... 21% 29.2M 1s\n", - "#17 1.033 2700K .......... .......... .......... .......... .......... 22% 23.4M 1s\n", - "#17 1.035 2750K .......... .......... .......... .......... .......... 22% 26.0M 0s\n", - "#17 1.036 2800K .......... .......... .......... .......... .......... 23% 26.2M 0s\n", - "#17 1.038 2850K .......... .......... .......... .......... .......... 23% 37.6M 0s\n", - "#17 1.040 2900K .......... .......... .......... .......... .......... 23% 31.3M 0s\n", - "#17 1.041 2950K .......... .......... .......... .......... .......... 24% 45.8M 0s\n", - "#17 1.042 3000K .......... .......... .......... .......... .......... 24% 43.0M 0s\n", - "#17 1.043 3050K .......... .......... .......... .......... .......... 25% 42.4M 0s\n", - "#17 1.045 3100K .......... .......... .......... .......... .......... 25% 25.6M 0s\n", - "#17 1.046 3150K .......... .......... .......... .......... .......... 25% 42.6M 0s\n", - "#17 1.048 3200K .......... .......... .......... .......... .......... 26% 34.7M 0s\n", - "#17 1.049 3250K .......... .......... .......... .......... .......... 26% 38.8M 0s\n", - "#17 1.050 3300K .......... .......... .......... .......... .......... 27% 37.8M 0s\n", - "#17 1.052 3350K .......... .......... .......... .......... .......... 27% 33.6M 0s\n", - "#17 1.053 3400K .......... .......... .......... .......... .......... 28% 39.0M 0s\n", - "#17 1.054 3450K .......... .......... .......... .......... .......... 28% 43.5M 0s\n", - "#17 1.056 3500K .......... .......... .......... .......... .......... 28% 25.9M 0s\n", - "#17 1.057 3550K .......... .......... .......... .......... .......... 29% 37.7M 0s\n", - "#17 1.059 3600K .......... .......... .......... .......... .......... 29% 44.1M 0s\n", - "#17 1.060 3650K .......... .......... .......... .......... .......... 30% 53.5M 0s\n", - "#17 1.061 3700K .......... .......... .......... .......... .......... 30% 40.8M 0s\n", - "#17 1.062 3750K .......... .......... .......... .......... .......... 30% 33.2M 0s\n", - "#17 1.063 3800K .......... .......... .......... .......... .......... 31% 32.0M 0s\n", - "#17 1.065 3850K .......... .......... .......... .......... .......... 31% 54.7M 0s\n", - "#17 1.066 3900K .......... .......... .......... .......... .......... 32% 26.5M 0s\n", - "#17 1.067 3950K .......... .......... .......... .......... .......... 32% 20.4M 0s\n", - "#17 1.070 4000K .......... .......... .......... .......... .......... 32% 32.9M 0s\n", - "#17 1.071 4050K .......... .......... .......... .......... .......... 33% 34.1M 0s\n", - "#17 1.073 4100K .......... .......... .......... .......... .......... 33% 19.8M 0s\n", - "#17 1.075 4150K .......... .......... .......... .......... .......... 34% 49.3M 0s\n", - "#17 1.076 4200K .......... .......... .......... .......... .......... 34% 25.2M 0s\n", - "#17 1.078 4250K .......... .......... .......... .......... .......... 34% 30.0M 0s\n", - "#17 1.080 4300K .......... .......... .......... .......... .......... 35% 31.7M 0s\n", - "#17 1.081 4350K .......... .......... .......... .......... .......... 35% 24.8M 0s\n", - "#17 1.083 4400K .......... .......... .......... .......... .......... 36% 24.6M 0s\n", - "#17 1.085 4450K .......... .......... .......... .......... .......... 36% 47.4M 0s\n", - "#17 1.086 4500K .......... .......... .......... .......... .......... 36% 30.9M 0s\n", - "#17 1.088 4550K .......... .......... .......... .......... .......... 37% 25.7M 0s\n", - "#17 1.090 4600K .......... .......... .......... .......... .......... 37% 40.0M 0s\n", - "#17 1.091 4650K .......... .......... .......... .......... .......... 38% 65.2M 0s\n", - "#17 1.092 4700K .......... .......... .......... .......... .......... 38% 22.5M 0s\n", - "#17 1.094 4750K .......... .......... .......... .......... .......... 38% 44.9M 0s\n", - "#17 1.095 4800K .......... .......... .......... .......... .......... 39% 16.4M 0s\n", - "#17 1.098 4850K .......... .......... .......... .......... .......... 39% 34.2M 0s\n", - "#17 1.099 4900K .......... .......... .......... .......... .......... 40% 41.2M 0s\n", - "#17 1.101 4950K .......... .......... .......... .......... .......... 40% 35.9M 0s\n", - "#17 1.102 5000K .......... .......... .......... .......... .......... 41% 48.8M 0s\n", - "#17 1.103 5050K .......... .......... .......... .......... .......... 41% 38.0M 0s\n", - "#17 1.105 5100K .......... .......... .......... .......... .......... 41% 30.5M 0s\n", - "#17 1.106 5150K .......... .......... .......... .......... .......... 42% 27.7M 0s\n", - "#17 1.108 5200K .......... .......... .......... .......... .......... 42% 31.2M 0s\n", - "#17 1.109 5250K .......... .......... .......... .......... .......... 43% 35.4M 0s\n", - "#17 1.111 5300K .......... .......... .......... .......... .......... 43% 38.6M 0s\n", - "#17 1.112 5350K .......... .......... .......... .......... .......... 43% 53.6M 0s\n", - "#17 1.113 5400K .......... .......... .......... .......... .......... 44% 35.0M 0s\n", - "#17 1.114 5450K .......... .......... .......... .......... .......... 44% 41.0M 0s\n", - "#17 1.116 5500K .......... .......... .......... .......... .......... 45% 27.2M 0s\n", - "#17 1.117 5550K .......... .......... .......... .......... .......... 45% 49.4M 0s\n", - "#17 1.118 5600K .......... .......... .......... .......... .......... 45% 26.9M 0s\n", - "#17 1.120 5650K .......... .......... .......... .......... .......... 46% 22.5M 0s\n", - "#17 1.122 5700K .......... .......... .......... .......... .......... 46% 30.7M 0s\n", - "#17 1.124 5750K .......... .......... .......... .......... .......... 47% 39.7M 0s\n", - "#17 1.125 5800K .......... .......... .......... .......... .......... 47% 46.1M 0s\n", - "#17 1.126 5850K .......... .......... .......... .......... .......... 47% 16.2M 0s\n", - "#17 1.130 5900K .......... .......... .......... .......... .......... 48% 18.4M 0s\n", - "#17 1.132 5950K .......... .......... .......... .......... .......... 48% 17.7M 0s\n", - "#17 1.135 6000K .......... .......... .......... .......... .......... 49% 16.2M 0s\n", - "#17 1.137 6050K .......... .......... .......... .......... .......... 49% 41.6M 0s\n", - "#17 1.139 6100K .......... .......... .......... .......... .......... 49% 33.9M 0s\n", - "#17 1.140 6150K .......... .......... .......... .......... .......... 50% 31.5M 0s\n", - "#17 1.142 6200K .......... .......... .......... .......... .......... 50% 37.8M 0s\n", - "#17 1.143 6250K .......... .......... .......... .......... .......... 51% 51.1M 0s\n", - "#17 1.144 6300K .......... .......... .......... .......... .......... 51% 24.2M 0s\n", - "#17 1.146 6350K .......... .......... .......... .......... .......... 51% 20.5M 0s\n", - "#17 1.148 6400K .......... .......... .......... .......... .......... 52% 30.7M 0s\n", - "#17 1.150 6450K .......... .......... .......... .......... .......... 52% 34.5M 0s\n", - "#17 1.151 6500K .......... .......... .......... .......... .......... 53% 41.9M 0s\n", - "#17 1.153 6550K .......... .......... .......... .......... .......... 53% 25.7M 0s\n", - "#17 1.154 6600K .......... .......... .......... .......... .......... 54% 18.1M 0s\n", - "#17 1.157 6650K .......... .......... .......... .......... .......... 54% 27.6M 0s\n", - "#17 1.159 6700K .......... .......... .......... .......... .......... 54% 21.2M 0s\n", - "#17 1.161 6750K .......... .......... .......... .......... .......... 55% 22.2M 0s\n", - "#17 1.163 6800K .......... .......... .......... .......... .......... 55% 14.9M 0s\n", - "#17 1.167 6850K .......... .......... .......... .......... .......... 56% 30.7M 0s\n", - "#17 1.168 6900K .......... .......... .......... .......... .......... 56% 24.9M 0s\n", - "#17 1.170 6950K .......... .......... .......... .......... .......... 56% 26.3M 0s\n", - "#17 1.172 7000K .......... .......... .......... .......... .......... 57% 20.6M 0s\n", - "#17 1.174 7050K .......... .......... .......... .......... .......... 57% 51.1M 0s\n", - "#17 1.176 7100K .......... .......... .......... .......... .......... 58% 26.8M 0s\n", - "#17 1.177 7150K .......... .......... .......... .......... .......... 58% 33.3M 0s\n", - "#17 1.179 7200K .......... .......... .......... .......... .......... 58% 33.4M 0s\n", - "#17 1.180 7250K .......... .......... .......... .......... .......... 59% 21.8M 0s\n", - "#17 1.182 7300K .......... .......... .......... .......... .......... 59% 20.5M 0s\n", - "#17 1.185 7350K .......... .......... .......... .......... .......... 60% 36.4M 0s\n", - "#17 1.186 7400K .......... .......... .......... .......... .......... 60% 36.4M 0s\n", - "#17 1.187 7450K .......... .......... .......... .......... .......... 60% 33.8M 0s\n", - "#17 1.189 7500K .......... .......... .......... .......... .......... 61% 25.6M 0s\n", - "#17 1.191 7550K .......... .......... .......... .......... .......... 61% 43.5M 0s\n", - "#17 1.192 7600K .......... .......... .......... .......... .......... 62% 28.7M 0s\n", - "#17 1.194 7650K .......... .......... .......... .......... .......... 62% 30.3M 0s\n", - "#17 1.195 7700K .......... .......... .......... .......... .......... 62% 20.3M 0s\n", - "#17 1.198 7750K .......... .......... .......... .......... .......... 63% 19.8M 0s\n", - "#17 1.200 7800K .......... .......... .......... .......... .......... 63% 22.2M 0s\n", - "#17 1.202 7850K .......... .......... .......... .......... .......... 64% 17.8M 0s\n", - "#17 1.206 7900K .......... .......... .......... .......... .......... 64% 27.1M 0s\n", - "#17 1.207 7950K .......... .......... .......... .......... .......... 64% 31.5M 0s\n", - "#17 1.208 8000K .......... .......... .......... .......... .......... 65% 43.6M 0s\n", - "#17 1.210 8050K .......... .......... .......... .......... .......... 65% 38.4M 0s\n", - "#17 1.211 8100K .......... .......... .......... .......... .......... 66% 21.6M 0s\n", - "#17 1.213 8150K .......... .......... .......... .......... .......... 66% 21.4M 0s\n", - "#17 1.215 8200K .......... .......... .......... .......... .......... 66% 41.5M 0s\n", - "#17 1.217 8250K .......... .......... .......... .......... .......... 67% 31.8M 0s\n", - "#17 1.219 8300K .......... .......... .......... .......... .......... 67% 26.7M 0s\n", - "#17 1.220 8350K .......... .......... .......... .......... .......... 68% 17.8M 0s\n", - "#17 1.223 8400K .......... .......... .......... .......... .......... 68% 20.9M 0s\n", - "#17 1.225 8450K .......... .......... .......... .......... .......... 69% 45.1M 0s\n", - "#17 1.226 8500K .......... .......... .......... .......... .......... 69% 12.1M 0s\n", - "#17 1.230 8550K .......... .......... .......... .......... .......... 69% 17.7M 0s\n", - "#17 1.233 8600K .......... .......... .......... .......... .......... 70% 26.8M 0s\n", - "#17 1.235 8650K .......... .......... .......... .......... .......... 70% 46.2M 0s\n", - "#17 1.236 8700K .......... .......... .......... .......... .......... 71% 24.1M 0s\n", - "#17 1.238 8750K .......... .......... .......... .......... .......... 71% 21.9M 0s\n", - "#17 1.240 8800K .......... .......... .......... .......... .......... 71% 24.1M 0s\n", - "#17 1.242 8850K .......... .......... .......... .......... .......... 72% 30.1M 0s\n", - "#17 1.244 8900K .......... .......... .......... .......... .......... 72% 22.5M 0s\n", - "#17 1.246 8950K .......... .......... .......... .......... .......... 73% 15.1M 0s\n", - "#17 1.249 9000K .......... .......... .......... .......... .......... 73% 37.8M 0s\n", - "#17 1.250 9050K .......... .......... .......... .......... .......... 73% 38.5M 0s\n", - "#17 1.252 9100K .......... .......... .......... .......... .......... 74% 13.8M 0s\n", - "#17 1.255 9150K .......... .......... .......... .......... .......... 74% 19.9M 0s\n", - "#17 1.258 9200K .......... .......... .......... .......... .......... 75% 28.8M 0s\n", - "#17 1.259 9250K .......... .......... .......... .......... .......... 75% 44.6M 0s\n", - "#17 1.260 9300K .......... .......... .......... .......... .......... 75% 41.2M 0s\n", - "#17 1.262 9350K .......... .......... .......... .......... .......... 76% 26.8M 0s\n", - "#17 1.263 9400K .......... .......... .......... .......... .......... 76% 31.3M 0s\n", - "#17 1.265 9450K .......... .......... .......... .......... .......... 77% 29.5M 0s\n", - "#17 1.267 9500K .......... .......... .......... .......... .......... 77% 26.0M 0s\n", - "#17 1.268 9550K .......... .......... .......... .......... .......... 77% 19.6M 0s\n", - "#17 1.271 9600K .......... .......... .......... .......... .......... 78% 16.7M 0s\n", - "#17 1.274 9650K .......... .......... .......... .......... .......... 78% 32.8M 0s\n", - "#17 1.275 9700K .......... .......... .......... .......... .......... 79% 36.0M 0s\n", - "#17 1.277 9750K .......... .......... .......... .......... .......... 79% 48.4M 0s\n", - "#17 1.278 9800K .......... .......... .......... .......... .......... 79% 41.9M 0s\n", - "#17 1.279 9850K .......... .......... .......... .......... .......... 80% 41.6M 0s\n", - "#17 1.280 9900K .......... .......... .......... .......... .......... 80% 21.9M 0s\n", - "#17 1.282 9950K .......... .......... .......... .......... .......... 81% 28.7M 0s\n", - "#17 1.284 10000K .......... .......... .......... .......... .......... 81% 17.8M 0s\n", - "#17 1.287 10050K .......... .......... .......... .......... .......... 82% 14.9M 0s\n", - "#17 1.290 10100K .......... .......... .......... .......... .......... 82% 22.6M 0s\n", - "#17 1.292 10150K .......... .......... .......... .......... .......... 82% 36.4M 0s\n", - "#17 1.294 10200K .......... .......... .......... .......... .......... 83% 22.6M 0s\n", - "#17 1.296 10250K .......... .......... .......... .......... .......... 83% 38.5M 0s\n", - "#17 1.297 10300K .......... .......... .......... .......... .......... 84% 31.6M 0s\n", - "#17 1.299 10350K .......... .......... .......... .......... .......... 84% 36.1M 0s\n", - "#17 1.300 10400K .......... .......... .......... .......... .......... 84% 11.9M 0s\n", - "#17 1.304 10450K .......... .......... .......... .......... .......... 85% 27.9M 0s\n", - "#17 1.306 10500K .......... .......... .......... .......... .......... 85% 30.8M 0s\n", - "#17 1.307 10550K .......... .......... .......... .......... .......... 86% 34.3M 0s\n", - "#17 1.309 10600K .......... .......... .......... .......... .......... 86% 40.0M 0s\n", - "#17 1.310 10650K .......... .......... .......... .......... .......... 86% 32.5M 0s\n", - "#17 1.311 10700K .......... .......... .......... .......... .......... 87% 19.8M 0s\n", - "#17 1.314 10750K .......... .......... .......... .......... .......... 87% 17.7M 0s\n", - "#17 1.317 10800K .......... .......... .......... .......... .......... 88% 25.5M 0s\n", - "#17 1.319 10850K .......... .......... .......... .......... .......... 88% 19.3M 0s\n", - "#17 1.321 10900K .......... .......... .......... .......... .......... 88% 23.7M 0s\n", - "#17 1.323 10950K .......... .......... .......... .......... .......... 89% 32.8M 0s\n", - "#17 1.325 11000K .......... .......... .......... .......... .......... 89% 46.3M 0s\n", - "#17 1.326 11050K .......... .......... .......... .......... .......... 90% 42.9M 0s\n", - "#17 1.327 11100K .......... .......... .......... .......... .......... 90% 42.1M 0s\n", - "#17 1.328 11150K .......... .......... .......... .......... .......... 90% 45.1M 0s\n", - "#17 1.330 11200K .......... .......... .......... .......... .......... 91% 31.6M 0s\n", - "#17 1.331 11250K .......... .......... .......... .......... .......... 91% 19.2M 0s\n", - "#17 1.333 11300K .......... .......... .......... .......... .......... 92% 25.6M 0s\n", - "#17 1.335 11350K .......... .......... .......... .......... .......... 92% 15.9M 0s\n", - "#17 1.338 11400K .......... .......... .......... .......... .......... 92% 27.4M 0s\n", - "#17 1.340 11450K .......... .......... .......... .......... .......... 93% 35.3M 0s\n", - "#17 1.341 11500K .......... .......... .......... .......... .......... 93% 34.7M 0s\n", - "#17 1.343 11550K .......... .......... .......... .......... .......... 94% 23.9M 0s\n", - "#17 1.346 11600K .......... .......... .......... .......... .......... 94% 30.0M 0s\n", - "#17 1.347 11650K .......... .......... .......... .......... .......... 95% 40.2M 0s\n", - "#17 1.348 11700K .......... .......... .......... .......... .......... 95% 21.5M 0s\n", - "#17 1.350 11750K .......... .......... .......... .......... .......... 95% 28.4M 0s\n", - "#17 1.352 11800K .......... .......... .......... .......... .......... 96% 35.1M 0s\n", - "#17 1.353 11850K .......... .......... .......... .......... .......... 96% 17.0M 0s\n", - "#17 1.356 11900K .......... .......... .......... .......... .......... 97% 20.1M 0s\n", - "#17 1.358 11950K .......... .......... .......... .......... .......... 97% 12.6M 0s\n", - "#17 1.363 12000K .......... .......... .......... .......... .......... 97% 47.1M 0s\n", - "#17 1.363 12050K .......... .......... .......... .......... .......... 98% 705M 0s\n", - "#17 1.363 12100K .......... .......... .......... .......... .......... 98% 928M 0s\n", - "#17 1.363 12150K .......... .......... .......... .......... .......... 99% 89.7M 0s\n", - "#17 1.364 12200K .......... .......... .......... .......... .......... 99% 43.9M 0s\n", - "#17 1.365 12250K .......... .......... .......... .......... .......... 99% 39.0M 0s\n", - "#17 1.366 12300K .......... ... 100% 34.5M=0.5s\n", - "#17 1.367 \n", - "#17 1.367 2025-09-09 13:53:46 (25.2 MB/s) - 'go-pmtiles_1.28.0_Linux_x86_64.tar.gz' saved [12609129/12609129]\n", - "#17 1.367 \n", - "#17 DONE 1.4s\n", - "\n", - "#18 [13/19] RUN tar -xvzf go-pmtiles_1.28.0_Linux_x86_64.tar.gz\n", - "#18 0.321 LICENSE\n", - "#18 0.321 README.md\n", - "#18 0.321 pmtiles\n", - "#18 DONE 0.5s\n", - "\n", - "#19 [14/19] RUN mv pmtiles /bin/pmtiles\n", - "#19 DONE 0.3s\n", - "\n", - "#20 [15/19] WORKDIR /app\n", - "#20 DONE 0.1s\n", - "\n", - "#21 [16/19] COPY vector/gdb_to_pmtiles.sh .\n", - "#21 DONE 0.1s\n", - "\n", - "#22 [17/19] COPY vector/all_layers_gdb_to_pmtiles.sh .\n", - "#22 DONE 0.1s\n", - "\n", - "#23 [18/19] RUN chmod +x gdb_to_pmtiles.sh\n", - "#23 DONE 0.3s\n", - "\n", - "#24 [19/19] RUN chmod +x all_layers_gdb_to_pmtiles.sh\n", - "#24 DONE 0.4s\n", - "\n", - "#25 exporting to image\n", - "#25 exporting layers\n", - "#25 exporting layers 23.6s done\n", - "#25 exporting manifest sha256:de38d05e4512b538a510e6d27c3d557c56e425dd6117aa4f819cea14be0c0cbd 0.0s done\n", - "#25 exporting config sha256:789316a0ccad672ece2a2202f5619fd8345ada12b4a5ade50af5a6d001eba0dd 0.0s done\n", - "#25 exporting attestation manifest sha256:f5b1709d0763a37b844283a70c308200b7d3cb64b7ee0d2245e156905b674678 0.0s done\n", - "#25 exporting manifest list sha256:3806cbbfe373384aef256a51b3a6f7af4632b84f90511d02112c3ac846604947 0.0s done\n", - "#25 naming to docker.io/library/pmtiles:latest done\n", - "#25 unpacking to docker.io/library/pmtiles:latest\n", - "#25 unpacking to docker.io/library/pmtiles:latest 6.7s done\n", - "#25 DONE 30.4s\n", - "\n", - "View build details: docker-desktop://dashboard/build/desktop-linux/desktop-linux/j8vuqxe4juyb58m1zevtd5s8z\n" - ] - } - ], + "outputs": [], "source": [ "# Bygger docker image med gdal, tippecanoe og pmtiles\n", "!docker build -t pmtiles -f vector/Dockerfile ." @@ -2815,18 +216,10 @@ }, { "cell_type": "code", - "execution_count": 8, + "execution_count": null, "id": "48bf7cb7", "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2d75bc6df7468810a8bbdfa374f6e02e685e8870f69d83fdac0826059d53d310\n" - ] - } - ], + "outputs": [], "source": [ "!docker run --name pmtiles-converter -d pmtiles" ] @@ -2869,7 +262,7 @@ }, { "cell_type": "code", - "execution_count": 9, + "execution_count": null, "id": "c776a2cd", "metadata": {}, "outputs": [], @@ -2899,1532 +292,10 @@ }, { "cell_type": "code", - "execution_count": 16, + "execution_count": null, "id": "b8efc688", "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "🧩 Converting GDB to GeoJSON...\n", - "🗺️ Creating MBTiles with tippecanoe...\n", - "📦 Converting MBTiles to PMTiles...\n", - "2025/09/09 14:02:42 convert.go:159: Pass 1: Assembling TileID set\n", - "2025/09/09 14:02:42 convert.go:190: Pass 2: writing tiles\n", - "2025/09/09 14:02:42 convert.go:244: # of addressed tiles: 302\n", - "2025/09/09 14:02:42 convert.go:245: # of tile entries (after RLE): 302\n", - "2025/09/09 14:02:42 convert.go:246: # of tile contents: 302\n", - "2025/09/09 14:02:42 convert.go:269: Total dir bytes: 909\n", - "2025/09/09 14:02:42 convert.go:270: Average bytes per addressed tile: 3.01\n", - "2025/09/09 14:02:42 convert.go:239: Finished in 35.252657ms\n", - "✅ Done! PMTiles file created at: N50_Samferdsel_senterlinje.pmtiles\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "Read 0.00 million features\n", - "Read 0.01 million features\n", - "Read 0.02 million features\n", - "Read 0.03 million features\n", - "Read 0.04 million features\n", - "Read 0.05 million features\n", - "Read 0.06 million features\n", - "Read 0.07 million features\n", - "Read 0.08 million features\n", - " \n", - "Reordering geometry: 0% \n", - "Reordering geometry: 1% \n", - "Reordering geometry: 2% \n", - "Reordering geometry: 3% \n", - "Reordering geometry: 4% \n", - "Reordering geometry: 5% \n", - "Reordering geometry: 6% \n", - "Reordering geometry: 7% \n", - "Reordering geometry: 8% \n", - "Reordering geometry: 9% \n", - "Reordering geometry: 10% \n", - "Reordering geometry: 11% \n", - "Reordering geometry: 12% \n", - "Reordering geometry: 13% \n", - "Reordering geometry: 14% \n", - "Reordering geometry: 15% \n", - "Reordering geometry: 16% \n", - "Reordering geometry: 17% \n", - "Reordering geometry: 18% \n", - "Reordering geometry: 19% \n", - "Reordering geometry: 20% \n", - "Reordering geometry: 21% \n", - "Reordering geometry: 22% \n", - "Reordering geometry: 23% \n", - "Reordering geometry: 24% \n", - "Reordering geometry: 25% \n", - "Reordering geometry: 26% \n", - "Reordering geometry: 27% \n", - "Reordering geometry: 28% \n", - "Reordering geometry: 29% \n", - "Reordering geometry: 30% \n", - "Reordering geometry: 31% \n", - "Reordering geometry: 32% \n", - "Reordering geometry: 33% \n", - "Reordering geometry: 34% \n", - "Reordering geometry: 35% \n", - "Reordering geometry: 36% \n", - "Reordering geometry: 37% \n", - "Reordering geometry: 38% \n", - "Reordering geometry: 39% \n", - "Reordering geometry: 40% \n", - "Reordering geometry: 41% \n", - "Reordering geometry: 42% \n", - "Reordering geometry: 43% \n", - "Reordering geometry: 44% \n", - "Reordering geometry: 45% \n", - "Reordering geometry: 46% \n", - "Reordering geometry: 47% \n", - "Reordering geometry: 48% \n", - "Reordering geometry: 49% \n", - "Reordering geometry: 50% \n", - "Reordering geometry: 51% \n", - "Reordering geometry: 52% \n", - "Reordering geometry: 53% \n", - "Reordering geometry: 54% \n", - "Reordering geometry: 55% \n", - "Reordering geometry: 56% \n", - "Reordering geometry: 57% \n", - "Reordering geometry: 58% \n", - "Reordering geometry: 59% \n", - "Reordering geometry: 60% \n", - "Reordering geometry: 61% \n", - "Reordering geometry: 62% \n", - "Reordering geometry: 63% \n", - "Reordering geometry: 64% \n", - "Reordering geometry: 65% \n", - "Reordering geometry: 66% \n", - "Reordering geometry: 67% \n", - "Reordering geometry: 68% \n", - "Reordering geometry: 69% \n", - "Reordering geometry: 70% \n", - "Reordering geometry: 71% \n", - "Reordering geometry: 72% \n", - "Reordering geometry: 73% \n", - "Reordering geometry: 74% \n", - "Reordering geometry: 75% \n", - "Reordering geometry: 76% \n", - "Reordering geometry: 77% \n", - "Reordering geometry: 78% \n", - "Reordering geometry: 79% \n", - "Reordering geometry: 80% \n", - "Reordering geometry: 81% \n", - "Reordering geometry: 82% \n", - "Reordering geometry: 83% \n", - "Reordering geometry: 84% \n", - "Reordering geometry: 85% \n", - "Reordering geometry: 86% \n", - "Reordering geometry: 87% \n", - "Reordering geometry: 88% \n", - "Reordering geometry: 89% \n", - "Reordering geometry: 90% \n", - "Reordering geometry: 91% \n", - "Reordering geometry: 92% \n", - "Reordering geometry: 93% \n", - "Reordering geometry: 94% \n", - "Reordering geometry: 95% \n", - "Reordering geometry: 96% \n", - "Reordering geometry: 97% \n", - "Reordering geometry: 98% \n", - "Reordering geometry: 99% \n", - "81301 features, 7793426 bytes of geometry, 5950133 bytes of separate metadata, 1646416 bytes of string pool\n", - "Maxzoom: 0% \n", - "Maxzoom: 1% \n", - "Maxzoom: 2% \n", - "Maxzoom: 3% \n", - "Maxzoom: 4% \n", - "Maxzoom: 5% \n", - "Maxzoom: 6% \n", - "Maxzoom: 7% \n", - "Maxzoom: 8% \n", - "Maxzoom: 9% \n", - "Maxzoom: 10% \n", - "Maxzoom: 11% \n", - "Maxzoom: 12% \n", - "Maxzoom: 13% \n", - "Maxzoom: 14% \n", - "Maxzoom: 15% \n", - "Maxzoom: 16% \n", - "Maxzoom: 17% \n", - "Maxzoom: 18% \n", - "Maxzoom: 19% \n", - "Maxzoom: 20% \n", - "Maxzoom: 21% \n", - "Maxzoom: 22% \n", - "Maxzoom: 23% \n", - "Maxzoom: 24% \n", - "Maxzoom: 25% \n", - "Maxzoom: 26% \n", - "Maxzoom: 27% \n", - "Maxzoom: 28% \n", - "Maxzoom: 29% \n", - "Maxzoom: 30% \n", - "Maxzoom: 31% \n", - "Maxzoom: 32% \n", - "Maxzoom: 33% \n", - "Maxzoom: 34% \n", - "Maxzoom: 35% \n", - "Maxzoom: 36% \n", - "Maxzoom: 37% \n", - "Maxzoom: 38% \n", - "Maxzoom: 39% \n", - "Maxzoom: 40% \n", - "Maxzoom: 41% \n", - "Maxzoom: 42% \n", - "Maxzoom: 43% \n", - "Maxzoom: 44% \n", - "Maxzoom: 45% \n", - "Maxzoom: 46% \n", - "Maxzoom: 47% \n", - "Maxzoom: 48% \n", - "Maxzoom: 49% \n", - "Maxzoom: 50% \n", - "Maxzoom: 51% \n", - "Maxzoom: 52% \n", - "Maxzoom: 53% \n", - "Maxzoom: 54% \n", - "Maxzoom: 55% \n", - "Maxzoom: 56% \n", - "Maxzoom: 57% \n", - "Maxzoom: 58% \n", - "Maxzoom: 59% \n", - "Maxzoom: 60% \n", - "Maxzoom: 61% \n", - "Maxzoom: 62% \n", - "Maxzoom: 63% \n", - "Maxzoom: 64% \n", - "Maxzoom: 65% \n", - "Maxzoom: 66% \n", - "Maxzoom: 67% \n", - "Maxzoom: 68% \n", - "Maxzoom: 69% \n", - "Maxzoom: 70% \n", - "Maxzoom: 71% \n", - "Maxzoom: 72% \n", - "Maxzoom: 73% \n", - "Maxzoom: 74% \n", - "Maxzoom: 75% \n", - "Maxzoom: 76% \n", - "Maxzoom: 77% \n", - "Maxzoom: 78% \n", - "Maxzoom: 79% \n", - "Maxzoom: 80% \n", - "Maxzoom: 81% \n", - "Maxzoom: 82% \n", - "Maxzoom: 83% \n", - "Maxzoom: 84% \n", - "Maxzoom: 85% \n", - "Maxzoom: 86% \n", - "Maxzoom: 87% \n", - "Maxzoom: 88% \n", - "Maxzoom: 89% \n", - "Maxzoom: 90% \n", - "Maxzoom: 91% \n", - "Maxzoom: 92% \n", - "Maxzoom: 93% \n", - "Maxzoom: 94% \n", - "Maxzoom: 95% \n", - "Maxzoom: 96% \n", - "Maxzoom: 97% \n", - "Maxzoom: 98% \n", - "Maxzoom: 99% \n", - "Choosing a maxzoom of -z8 for features about 1074 feet (328 meters) apart\n", - "Choosing a maxzoom of -z11 for resolution of about 193 feet (59 meters) within features\n", - " 0.1% 0/0/0 \n", - " 0.2% 0/0/0 \n", - " 0.4% 0/0/0 \n", - " 0.5% 0/0/0 \n", - " 0.6% 0/0/0 \n", - " 0.7% 0/0/0 \n", - " 0.8% 0/0/0 \n", - " 0.9% 0/0/0 \n", - " 1.0% 0/0/0 \n", - " 1.1% 0/0/0 \n", - " 1.3% 0/0/0 \n", - " 1.5% 0/0/0 \n", - " 1.6% 0/0/0 \n", - " 1.8% 0/0/0 \n", - " 2.0% 0/0/0 \n", - " 2.1% 0/0/0 \n", - " 2.2% 0/0/0 \n", - " 2.4% 0/0/0 \n", - " 2.5% 0/0/0 \n", - " 2.6% 0/0/0 \n", - " 2.7% 0/0/0 \n", - " 2.9% 0/0/0 \n", - " 3.0% 0/0/0 \n", - " 3.1% 0/0/0 \n", - " 3.2% 0/0/0 \n", - " 3.4% 0/0/0 \n", - " 3.5% 0/0/0 \n", - " 3.6% 0/0/0 \n", - " 3.7% 0/0/0 \n", - " 3.9% 0/0/0 \n", - " 4.0% 0/0/0 \n", - " 4.1% 0/0/0 \n", - " 4.2% 0/0/0 \n", - " 4.3% 0/0/0 \n", - " 4.4% 0/0/0 \n", - " 4.5% 0/0/0 \n", - " 4.6% 0/0/0 \n", - " 4.7% 0/0/0 \n", - " 4.8% 0/0/0 \n", - " 4.9% 0/0/0 \n", - " 5.0% 0/0/0 \n", - " 5.1% 0/0/0 \n", - " 5.2% 0/0/0 \n", - " 5.3% 0/0/0 \n", - " 5.4% 0/0/0 \n", - " 5.5% 0/0/0 \n", - " 5.6% 0/0/0 \n", - " 5.7% 0/0/0 \n", - " 5.8% 0/0/0 \n", - " 5.9% 0/0/0 \n", - " 6.0% 0/0/0 \n", - " 6.1% 0/0/0 \n", - " 6.2% 0/0/0 \n", - " 6.3% 0/0/0 \n", - " 6.4% 0/0/0 \n", - " 6.5% 0/0/0 \n", - " 6.6% 0/0/0 \n", - " 6.7% 0/0/0 \n", - " 6.8% 0/0/0 \n", - " 6.9% 0/0/0 \n", - " 7.0% 0/0/0 \n", - " 7.1% 0/0/0 \n", - " 7.2% 0/0/0 \n", - " 7.3% 0/0/0 \n", - " 7.4% 0/0/0 \n", - " 7.5% 0/0/0 \n", - " 7.6% 0/0/0 \n", - " 7.7% 0/0/0 \n", - " 7.8% 0/0/0 \n", - " 7.9% 0/0/0 \n", - " 8.0% 0/0/0 \n", - " 8.1% 0/0/0 \n", - " 8.2% 0/0/0 \n", - " 8.3% 0/0/0 \n", - " 8.4% 1/1/0 \n", - " 8.5% 1/1/0 \n", - " 8.6% 1/1/0 \n", - " 8.7% 1/1/0 \n", - " 8.8% 1/1/0 \n", - " 8.9% 1/1/0 \n", - " 9.0% 1/1/0 \n", - " 9.1% 1/1/0 \n", - " 9.2% 1/1/0 \n", - " 9.3% 1/1/0 \n", - " 9.4% 1/1/0 \n", - " 9.5% 1/1/0 \n", - " 9.6% 1/1/0 \n", - " 9.7% 1/1/0 \n", - " 9.8% 1/1/0 \n", - " 9.9% 1/1/0 \n", - " 10.0% 1/1/0 \n", - " 10.1% 1/1/0 \n", - " 10.2% 1/1/0 \n", - " 10.3% 1/1/0 \n", - " 10.4% 1/1/0 \n", - " 10.5% 1/1/0 \n", - " 10.6% 1/1/0 \n", - " 10.7% 1/1/0 \n", - " 10.8% 1/1/0 \n", - " 10.9% 1/1/0 \n", - " 11.0% 1/1/0 \n", - " 11.1% 1/1/0 \n", - " 11.2% 1/1/0 \n", - " 11.3% 1/1/0 \n", - " 11.4% 1/1/0 \n", - " 11.5% 1/1/0 \n", - " 11.6% 1/1/0 \n", - " 11.7% 1/1/0 \n", - " 11.8% 1/1/0 \n", - " 11.9% 1/1/0 \n", - " 12.0% 1/1/0 \n", - " 12.1% 1/1/0 \n", - " 12.2% 1/1/0 \n", - " 12.3% 1/1/0 \n", - " 12.4% 1/1/0 \n", - " 12.5% 1/1/0 \n", - " 12.6% 1/1/0 \n", - " 12.7% 1/1/0 \n", - " 12.8% 1/1/0 \n", - " 12.9% 1/1/0 \n", - " 13.0% 1/1/0 \n", - " 13.1% 1/1/0 \n", - " 13.2% 1/1/0 \n", - " 13.3% 1/1/0 \n", - " 13.4% 1/1/0 \n", - " 13.5% 1/1/0 \n", - " 13.6% 1/1/0 \n", - " 13.7% 1/1/0 \n", - " 13.8% 1/1/0 \n", - " 13.9% 1/1/0 \n", - " 14.0% 1/1/0 \n", - " 14.1% 1/1/0 \n", - " 14.2% 1/1/0 \n", - " 14.3% 1/1/0 \n", - " 14.4% 1/1/0 \n", - " 14.5% 1/1/0 \n", - " 14.6% 1/1/0 \n", - " 14.7% 1/1/0 \n", - " 14.8% 1/1/0 \n", - " 14.9% 1/1/0 \n", - " 15.0% 1/1/0 \n", - " 15.1% 1/1/0 \n", - " 15.2% 1/1/0 \n", - " 15.3% 1/1/0 \n", - " 15.4% 1/1/0 \n", - " 15.5% 1/1/0 \n", - " 15.6% 1/1/0 \n", - " 15.7% 1/1/0 \n", - " 15.8% 1/1/0 \n", - " 15.9% 1/1/0 \n", - " 16.0% 1/1/0 \n", - " 16.1% 1/1/0 \n", - " 16.3% 1/1/0 \n", - " 16.5% 1/1/0 \n", - " 16.6% 1/1/0 \n", - " 16.8% 2/2/1 \n", - " 17.0% 2/2/1 \n", - " 17.1% 2/2/1 \n", - " 17.3% 2/2/1 \n", - " 17.5% 2/2/1 \n", - " 17.6% 2/2/1 \n", - " 17.8% 2/2/1 \n", - " 18.0% 2/2/1 \n", - " 18.1% 2/2/1 \n", - " 18.3% 2/2/1 \n", - " 18.5% 2/2/1 \n", - " 18.6% 2/2/1 \n", - " 18.8% 2/2/1 \n", - " 19.0% 2/2/1 \n", - " 19.1% 2/2/1 \n", - " 19.3% 2/2/1 \n", - " 19.5% 2/2/1 \n", - " 19.6% 2/2/1 \n", - " 19.8% 2/2/1 \n", - " 20.0% 2/2/1 \n", - " 20.1% 2/2/1 \n", - " 20.3% 2/2/1 \n", - " 20.5% 2/2/1 \n", - " 20.6% 2/2/1 \n", - " 20.8% 2/2/1 \n", - " 21.0% 2/2/1 \n", - " 21.1% 2/2/1 \n", - " 21.3% 2/2/1 \n", - " 21.5% 2/2/1 \n", - " 21.6% 2/2/1 \n", - " 21.8% 2/2/1 \n", - " 22.0% 2/2/1 \n", - " 22.1% 2/2/1 \n", - " 22.3% 2/2/1 \n", - " 22.5% 2/2/1 \n", - " 22.6% 2/2/1 \n", - " 22.8% 2/2/1 \n", - " 23.0% 2/2/1 \n", - " 23.1% 2/2/1 \n", - " 23.3% 2/2/1 \n", - " 23.5% 2/2/1 \n", - " 23.6% 2/2/1 \n", - " 23.8% 2/2/1 \n", - " 24.0% 2/2/1 \n", - " 24.1% 2/2/1 \n", - " 24.3% 2/2/1 \n", - " 24.5% 2/2/1 \n", - " 24.6% 2/2/1 \n", - " 24.8% 2/2/1 \n", - " 25.0% 3/4/2 \n", - " 25.1% 3/4/2 \n", - " 25.3% 3/4/2 \n", - " 25.5% 3/4/2 \n", - " 25.6% 3/4/2 \n", - " 25.8% 3/4/2 \n", - " 26.0% 3/4/2 \n", - " 26.1% 3/4/2 \n", - " 26.3% 3/4/2 \n", - " 26.5% 3/4/2 \n", - " 26.6% 3/4/2 \n", - " 26.8% 3/4/2 \n", - " 27.0% 3/4/2 \n", - " 27.1% 3/4/2 \n", - " 27.3% 3/4/2 \n", - " 27.5% 3/4/2 \n", - " 27.6% 3/4/2 \n", - " 27.8% 3/4/2 \n", - " 28.0% 3/4/2 \n", - " 28.1% 3/4/2 \n", - " 28.3% 3/4/2 \n", - " 28.5% 3/4/2 \n", - " 28.6% 3/4/2 \n", - " 28.8% 3/4/2 \n", - " 29.0% 3/4/2 \n", - " 29.1% 3/4/2 \n", - "tile 3/4/2 size is 539670 with detail 12, >500000 \n", - "Going to try keeping the sparsest 83.38% of the features to make it fit\n", - " 25.0% 3/4/2 \n", - " 25.1% 3/4/2 \n", - " 25.3% 3/4/2 \n", - " 25.5% 3/4/2 \n", - " 25.6% 3/4/2 \n", - " 25.8% 3/4/2 \n", - " 26.0% 3/4/2 \n", - " 26.1% 3/4/2 \n", - " 26.3% 3/4/2 \n", - " 26.5% 3/4/2 \n", - " 26.6% 3/4/2 \n", - " 26.8% 3/4/2 \n", - " 27.0% 3/4/2 \n", - " 27.1% 3/4/2 \n", - " 27.3% 3/4/2 \n", - " 27.5% 3/4/2 \n", - " 27.6% 3/4/2 \n", - " 27.8% 3/4/2 \n", - " 28.0% 3/4/2 \n", - " 28.1% 3/4/2 \n", - " 28.3% 3/4/2 \n", - " 28.5% 3/4/2 \n", - " 28.6% 3/4/2 \n", - " 28.8% 3/4/2 \n", - " 29.0% 3/4/2 \n", - " 29.1% 3/4/2 \n", - "tile 3/4/2 size is 523030 with detail 12, >500000 \n", - "Going to try keeping the sparsest 71.74% of the features to make it fit\n", - " 25.0% 3/4/2 \n", - " 25.1% 3/4/2 \n", - " 25.3% 3/4/2 \n", - " 25.5% 3/4/2 \n", - " 25.6% 3/4/2 \n", - " 25.8% 3/4/2 \n", - " 26.0% 3/4/2 \n", - " 26.1% 3/4/2 \n", - " 26.3% 3/4/2 \n", - " 26.5% 3/4/2 \n", - " 26.6% 3/4/2 \n", - " 26.8% 3/4/2 \n", - " 27.0% 3/4/2 \n", - " 27.1% 3/4/2 \n", - " 27.3% 3/4/2 \n", - " 27.5% 3/4/2 \n", - " 27.6% 3/4/2 \n", - " 27.8% 3/4/2 \n", - " 28.0% 3/4/2 \n", - " 28.1% 3/4/2 \n", - " 28.3% 3/4/2 \n", - " 28.5% 3/4/2 \n", - " 28.6% 3/4/2 \n", - " 28.8% 3/4/2 \n", - " 29.0% 3/4/2 \n", - " 29.1% 3/4/2 \n", - "tile 3/4/2 size is 506404 with detail 12, >500000 \n", - "Going to try keeping the sparsest 63.75% of the features to make it fit\n", - " 25.0% 3/4/2 \n", - " 25.1% 3/4/2 \n", - " 25.3% 3/4/2 \n", - " 25.5% 3/4/2 \n", - " 25.6% 3/4/2 \n", - " 25.8% 3/4/2 \n", - " 26.0% 3/4/2 \n", - " 26.1% 3/4/2 \n", - " 26.3% 3/4/2 \n", - " 26.5% 3/4/2 \n", - " 26.6% 3/4/2 \n", - " 26.8% 3/4/2 \n", - " 27.0% 3/4/2 \n", - " 27.1% 3/4/2 \n", - " 27.3% 3/4/2 \n", - " 27.5% 3/4/2 \n", - " 27.6% 3/4/2 \n", - " 27.8% 3/4/2 \n", - " 28.0% 3/4/2 \n", - " 28.1% 3/4/2 \n", - " 28.3% 3/4/2 \n", - " 28.5% 3/4/2 \n", - " 28.6% 3/4/2 \n", - " 28.8% 3/4/2 \n", - " 29.0% 3/4/2 \n", - " 29.1% 3/4/2 \n", - " 29.3% 3/4/2 \n", - " 29.5% 3/4/2 \n", - " 29.6% 3/4/2 \n", - " 29.8% 3/4/2 \n", - " 30.0% 3/4/2 \n", - " 30.1% 3/4/2 \n", - " 30.3% 3/4/2 \n", - " 30.5% 3/4/2 \n", - " 30.6% 3/4/2 \n", - " 30.8% 3/4/2 \n", - " 31.0% 3/4/2 \n", - " 31.1% 3/4/2 \n", - " 31.3% 3/4/2 \n", - " 31.5% 3/4/2 \n", - " 31.6% 3/4/2 \n", - " 31.8% 3/4/2 \n", - " 32.0% 3/4/2 \n", - " 32.1% 3/4/2 \n", - " 32.2% 3/4/2 \n", - " 32.4% 3/4/2 \n", - " 32.5% 3/4/2 \n", - " 32.6% 3/4/2 \n", - " 32.7% 3/4/2 \n", - " 32.9% 3/4/2 \n", - " 33.0% 3/4/2 \n", - " 33.1% 3/4/2 \n", - " 33.2% 3/4/2 \n", - " 33.4% 4/8/4 \n", - " 33.5% 4/8/4 \n", - " 33.6% 4/8/4 \n", - " 33.7% 4/8/4 \n", - " 33.9% 4/8/4 \n", - " 34.0% 4/8/4 \n", - " 34.1% 4/8/4 \n", - " 34.2% 4/8/4 \n", - " 34.4% 4/8/4 \n", - " 34.5% 4/8/4 \n", - " 34.6% 4/8/4 \n", - " 34.7% 4/8/4 \n", - " 34.9% 4/8/4 \n", - " 35.0% 4/8/4 \n", - " 35.1% 4/8/4 \n", - " 35.2% 4/8/4 \n", - " 35.4% 4/8/4 \n", - " 35.5% 4/8/4 \n", - " 35.6% 4/8/4 \n", - " 35.7% 4/8/4 \n", - " 35.9% 4/8/4 \n", - " 36.0% 4/8/4 \n", - " 36.1% 4/8/4 \n", - " 36.2% 4/8/4 \n", - " 36.4% 4/8/4 \n", - " 36.5% 4/8/4 \n", - " 36.6% 4/8/4 \n", - " 36.7% 4/8/4 \n", - " 36.9% 4/8/4 \n", - " 37.0% 4/8/4 \n", - " 37.1% 4/8/4 \n", - " 37.2% 4/8/4 \n", - " 37.4% 4/8/4 \n", - "tile 4/8/4 size is 817226 with detail 12, >500000 \n", - "Going to try keeping the sparsest 55.06% of the features to make it fit\n", - " 33.3% 4/8/4 \n", - " 33.4% 4/8/4 \n", - " 33.5% 4/8/4 \n", - " 33.6% 4/8/4 \n", - " 33.7% 4/8/4 \n", - " 33.9% 4/8/4 \n", - " 34.0% 4/8/4 \n", - " 34.1% 4/8/4 \n", - " 34.2% 4/8/4 \n", - " 34.4% 4/8/4 \n", - " 34.5% 4/8/4 \n", - " 34.6% 4/8/4 \n", - " 34.7% 4/8/4 \n", - " 34.9% 4/8/4 \n", - " 35.0% 4/8/4 \n", - " 35.1% 4/8/4 \n", - " 35.2% 4/8/4 \n", - " 35.4% 4/8/4 \n", - " 35.5% 4/8/4 \n", - " 35.6% 4/8/4 \n", - " 35.7% 4/8/4 \n", - " 35.9% 4/8/4 \n", - " 36.0% 4/8/4 \n", - " 36.1% 4/8/4 \n", - " 36.2% 4/8/4 \n", - " 36.4% 4/8/4 \n", - " 36.5% 4/8/4 \n", - " 36.6% 4/8/4 \n", - " 36.7% 4/8/4 \n", - " 36.9% 4/8/4 \n", - " 37.0% 4/8/4 \n", - " 37.1% 4/8/4 \n", - " 37.2% 4/8/4 \n", - " 37.4% 4/8/4 \n", - "tile 4/8/4 size is 644244 with detail 12, >500000 \n", - "Going to try keeping the sparsest 38.46% of the features to make it fit\n", - " 33.3% 4/8/4 \n", - " 33.4% 4/8/4 \n", - " 33.5% 4/8/4 \n", - " 33.6% 4/8/4 \n", - " 33.7% 4/8/4 \n", - " 33.9% 4/8/4 \n", - " 34.0% 4/8/4 \n", - " 34.1% 4/8/4 \n", - " 34.2% 4/8/4 \n", - " 34.4% 4/8/4 \n", - " 34.5% 4/8/4 \n", - " 34.6% 4/8/4 \n", - " 34.7% 4/8/4 \n", - " 34.9% 4/8/4 \n", - " 35.0% 4/8/4 \n", - " 35.1% 4/8/4 \n", - " 35.2% 4/8/4 \n", - " 35.4% 4/8/4 \n", - " 35.5% 4/8/4 \n", - " 35.6% 4/8/4 \n", - " 35.7% 4/8/4 \n", - " 35.9% 4/8/4 \n", - " 36.0% 4/8/4 \n", - " 36.1% 4/8/4 \n", - " 36.2% 4/8/4 \n", - " 36.4% 4/8/4 \n", - " 36.5% 4/8/4 \n", - " 36.6% 4/8/4 \n", - " 36.7% 4/8/4 \n", - " 36.9% 4/8/4 \n", - " 37.0% 4/8/4 \n", - " 37.1% 4/8/4 \n", - " 37.2% 4/8/4 \n", - " 37.4% 4/8/4 \n", - "tile 4/8/4 size is 506589 with detail 12, >500000 \n", - "Going to try keeping the sparsest 34.17% of the features to make it fit\n", - " 33.3% 4/8/4 \n", - " 33.4% 4/8/4 \n", - " 33.5% 4/8/4 \n", - " 33.6% 4/8/4 \n", - " 33.7% 4/8/4 \n", - " 33.9% 4/8/4 \n", - " 34.0% 4/8/4 \n", - " 34.1% 4/8/4 \n", - " 34.2% 4/8/4 \n", - " 34.4% 4/8/4 \n", - " 34.5% 4/8/4 \n", - " 34.6% 4/8/4 \n", - " 34.7% 4/8/4 \n", - " 34.9% 4/8/4 \n", - " 35.0% 4/8/4 \n", - " 35.1% 4/8/4 \n", - " 35.2% 4/8/4 \n", - " 35.4% 4/8/4 \n", - " 35.5% 4/8/4 \n", - " 35.6% 4/8/4 \n", - " 35.7% 4/8/4 \n", - " 35.9% 4/8/4 \n", - " 36.0% 4/8/4 \n", - " 36.1% 4/8/4 \n", - " 36.2% 4/8/4 \n", - " 36.4% 4/8/4 \n", - " 36.5% 4/8/4 \n", - " 36.6% 4/8/4 \n", - " 36.7% 4/8/4 \n", - " 36.9% 4/8/4 \n", - " 37.0% 4/8/4 \n", - " 37.1% 4/8/4 \n", - " 37.2% 4/8/4 \n", - " 37.4% 4/8/4 \n", - " 37.5% 4/8/4 \n", - " 37.6% 4/8/4 \n", - " 37.7% 4/8/4 \n", - " 37.9% 4/8/4 \n", - " 38.0% 4/8/4 \n", - " 38.1% 4/8/4 \n", - " 38.2% 4/8/4 \n", - " 38.4% 4/8/4 \n", - " 38.5% 4/8/4 \n", - " 38.6% 4/8/4 \n", - " 38.7% 4/8/4 \n", - " 38.9% 4/8/4 \n", - " 39.0% 4/8/4 \n", - " 39.1% 4/8/4 \n", - " 39.2% 4/8/4 \n", - " 39.4% 4/8/4 \n", - " 39.5% 4/8/4 \n", - " 39.6% 4/8/4 \n", - " 39.7% 4/8/4 \n", - " 39.9% 4/8/4 \n", - " 40.0% 4/8/4 \n", - " 40.1% 4/8/4 \n", - " 40.2% 4/8/4 \n", - " 40.4% 4/8/4 \n", - " 40.5% 4/8/4 \n", - " 40.6% 4/8/4 \n", - " 40.7% 4/8/4 \n", - " 40.9% 4/8/4 \n", - " 41.0% 4/8/4 \n", - " 41.1% 4/8/4 \n", - " 41.2% 4/8/4 \n", - " 41.4% 4/8/4 \n", - " 41.5% 4/8/4 \n", - " 41.6% 4/8/4 \n", - " 41.7% 5/16/9 \n", - " 41.9% 5/16/9 \n", - " 42.0% 5/16/9 \n", - " 42.1% 5/16/9 \n", - " 42.2% 5/16/9 \n", - " 42.4% 5/16/9 \n", - " 42.5% 5/16/9 \n", - " 42.6% 5/16/9 \n", - " 42.7% 5/16/9 \n", - " 42.9% 5/16/9 \n", - " 43.0% 5/16/9 \n", - " 43.1% 5/16/9 \n", - " 43.2% 5/16/9 \n", - " 43.4% 5/16/9 \n", - " 43.5% 5/16/9 \n", - " 43.6% 5/16/9 \n", - " 43.7% 5/16/9 \n", - " 43.9% 5/16/9 \n", - " 44.0% 5/16/9 \n", - " 44.1% 5/16/9 \n", - " 44.2% 5/16/9 \n", - " 44.4% 5/16/9 \n", - " 44.5% 5/16/9 \n", - " 44.6% 5/16/9 \n", - " 44.7% 5/16/9 \n", - " 44.9% 5/16/9 \n", - " 45.0% 5/16/9 \n", - " 45.1% 5/16/9 \n", - " 45.2% 5/16/9 \n", - " 45.4% 5/16/9 \n", - " 45.5% 5/16/9 \n", - " 45.6% 5/16/9 \n", - " 45.7% 5/16/9 \n", - "tile 5/16/9 size is 1118641 with detail 12, >500000 \n", - "Going to try keeping the sparsest 40.23% of the features to make it fit\n", - " 41.6% 5/16/9 \n", - " 41.7% 5/16/9 \n", - " 41.9% 5/16/9 \n", - " 42.0% 5/16/9 \n", - " 42.1% 5/16/9 \n", - " 42.2% 5/16/9 \n", - " 42.4% 5/16/9 \n", - " 42.5% 5/16/9 \n", - " 42.6% 5/16/9 \n", - " 42.7% 5/16/9 \n", - " 42.9% 5/16/9 \n", - " 43.0% 5/16/9 \n", - " 43.1% 5/16/9 \n", - " 43.2% 5/16/9 \n", - " 43.4% 5/16/9 \n", - " 43.5% 5/16/9 \n", - " 43.6% 5/16/9 \n", - " 43.7% 5/16/9 \n", - " 43.9% 5/16/9 \n", - " 44.0% 5/16/9 \n", - " 44.1% 5/16/9 \n", - " 44.2% 5/16/9 \n", - " 44.4% 5/16/9 \n", - " 44.5% 5/16/9 \n", - " 44.6% 5/16/9 \n", - " 44.7% 5/16/9 \n", - " 44.9% 5/16/9 \n", - " 45.0% 5/16/9 \n", - " 45.1% 5/16/9 \n", - " 45.2% 5/16/9 \n", - " 45.4% 5/16/9 \n", - " 45.5% 5/16/9 \n", - " 45.6% 5/16/9 \n", - " 45.7% 5/16/9 \n", - "tile 5/16/9 size is 609870 with detail 12, >500000 \n", - "Going to try keeping the sparsest 29.68% of the features to make it fit\n", - " 41.6% 5/16/9 \n", - " 41.7% 5/16/9 \n", - " 41.9% 5/16/9 \n", - " 42.0% 5/16/9 \n", - " 42.1% 5/16/9 \n", - " 42.2% 5/16/9 \n", - " 42.4% 5/16/9 \n", - " 42.5% 5/16/9 \n", - " 42.6% 5/16/9 \n", - " 42.7% 5/16/9 \n", - " 42.9% 5/16/9 \n", - " 43.0% 5/16/9 \n", - " 43.1% 5/16/9 \n", - " 43.2% 5/16/9 \n", - " 43.4% 5/16/9 \n", - " 43.5% 5/16/9 \n", - " 43.6% 5/16/9 \n", - " 43.7% 5/16/9 \n", - " 43.9% 5/16/9 \n", - " 44.0% 5/16/9 \n", - " 44.1% 5/16/9 \n", - " 44.2% 5/16/9 \n", - " 44.4% 5/16/9 \n", - " 44.5% 5/16/9 \n", - " 44.6% 5/16/9 \n", - " 44.7% 5/16/9 \n", - " 44.9% 5/16/9 \n", - " 45.0% 5/16/9 \n", - " 45.1% 5/16/9 \n", - " 45.2% 5/16/9 \n", - " 45.4% 5/16/9 \n", - " 45.5% 5/16/9 \n", - " 45.6% 5/16/9 \n", - " 45.7% 5/16/9 \n", - " 45.9% 5/16/9 \n", - " 46.0% 5/16/9 \n", - " 46.1% 5/16/9 \n", - " 46.2% 5/16/9 \n", - " 46.4% 5/16/9 \n", - " 46.5% 5/16/9 \n", - " 46.6% 5/16/9 \n", - " 46.7% 5/16/9 \n", - " 46.9% 5/16/9 \n", - " 47.0% 5/16/9 \n", - " 47.1% 5/16/9 \n", - " 47.2% 5/16/9 \n", - " 47.4% 5/16/9 \n", - " 47.5% 5/16/9 \n", - " 47.6% 5/16/9 \n", - " 47.7% 5/16/9 \n", - " 47.9% 5/16/9 \n", - " 48.0% 5/16/9 \n", - " 48.1% 5/16/9 \n", - " 48.2% 5/16/9 \n", - " 48.4% 5/16/9 \n", - " 48.5% 5/16/9 \n", - " 48.6% 5/16/9 \n", - " 48.7% 5/16/9 \n", - " 48.9% 5/16/9 \n", - " 49.0% 5/16/9 \n", - " 49.1% 5/16/9 \n", - " 49.2% 5/16/9 \n", - " 49.4% 5/16/9 \n", - " 49.5% 5/16/9 \n", - " 49.6% 5/16/9 \n", - " 49.7% 5/16/9 \n", - " 49.9% 5/16/9 \n", - " 50.0% 6/33/18 \n", - " 50.1% 6/33/18 \n", - " 50.2% 6/33/18 \n", - " 50.4% 6/33/18 \n", - " 50.5% 6/33/18 \n", - " 50.6% 6/33/18 \n", - " 50.7% 6/33/18 \n", - " 50.9% 6/33/19 \n", - " 51.0% 6/33/19 \n", - " 51.1% 6/33/19 \n", - " 51.2% 6/33/19 \n", - " 51.4% 6/33/19 \n", - " 51.5% 6/33/19 \n", - " 51.6% 6/33/19 \n", - " 51.7% 6/33/19 \n", - " 51.9% 6/33/19 \n", - " 52.0% 6/33/19 \n", - " 52.1% 6/33/19 \n", - " 52.2% 6/33/19 \n", - " 52.4% 6/33/19 \n", - " 52.5% 6/33/19 \n", - " 52.6% 6/33/19 \n", - " 52.7% 6/33/19 \n", - " 53.5% 6/33/19 \n", - " 53.6% 6/33/19 \n", - " 53.7% 6/33/19 \n", - " 53.9% 6/33/19 \n", - " 54.0% 6/33/19 \n", - " 54.1% 6/33/19 \n", - "tile 6/33/19 size is 1265797 with detail 12, >500000 \n", - "Going to try keeping the sparsest 35.55% of the features to make it fit\n", - " 50.7% 6/33/19 \n", - " 50.9% 6/33/19 \n", - " 51.0% 6/33/19 \n", - " 51.1% 6/33/19 \n", - " 51.2% 6/33/19 \n", - " 51.4% 6/33/19 \n", - " 51.5% 6/33/19 \n", - " 51.6% 6/33/19 \n", - " 51.7% 6/33/19 \n", - " 51.9% 6/33/19 \n", - " 52.0% 6/33/19 \n", - " 52.1% 6/33/19 \n", - " 52.2% 6/33/19 \n", - " 52.4% 6/33/19 \n", - " 52.5% 6/33/19 \n", - " 52.6% 6/33/19 \n", - " 52.7% 6/33/19 \n", - " 52.9% 6/33/19 \n", - " 53.0% 6/33/19 \n", - " 53.1% 6/33/19 \n", - " 53.2% 6/33/19 \n", - " 53.4% 6/33/19 \n", - " 53.5% 6/33/19 \n", - " 53.6% 6/33/19 \n", - " 53.7% 6/33/19 \n", - " 53.9% 6/33/19 \n", - " 54.0% 6/33/19 \n", - " 54.1% 6/33/19 \n", - "tile 6/33/19 size is 560873 with detail 12, >500000 \n", - "Going to try keeping the sparsest 28.52% of the features to make it fit\n", - " 50.7% 6/33/19 \n", - " 50.9% 6/33/19 \n", - " 51.0% 6/33/19 \n", - " 51.1% 6/33/19 \n", - " 51.2% 6/33/19 \n", - " 51.4% 6/33/19 \n", - " 51.5% 6/33/19 \n", - " 51.6% 6/33/19 \n", - " 51.7% 6/33/19 \n", - " 51.9% 6/33/19 \n", - " 52.0% 6/33/19 \n", - " 52.1% 6/33/19 \n", - " 52.2% 6/33/19 \n", - " 52.4% 6/33/19 \n", - " 52.5% 6/33/19 \n", - " 52.6% 6/33/19 \n", - " 52.7% 6/33/19 \n", - " 52.9% 6/33/19 \n", - " 53.0% 6/33/19 \n", - " 53.1% 6/33/19 \n", - " 53.2% 6/33/19 \n", - " 53.4% 6/33/19 \n", - " 53.5% 6/33/19 \n", - " 53.6% 6/33/19 \n", - " 53.7% 6/33/19 \n", - " 53.9% 6/33/19 \n", - " 54.0% 6/33/19 \n", - " 54.1% 6/33/19 \n", - " 54.2% 6/33/18 \n", - " 54.4% 6/33/18 \n", - " 54.5% 6/33/18 \n", - " 54.6% 6/33/18 \n", - " 54.7% 6/33/18 \n", - " 54.9% 6/33/18 \n", - " 55.0% 6/33/19 \n", - " 55.1% 6/33/19 \n", - " 55.2% 6/33/19 \n", - " 55.4% 6/33/19 \n", - " 56.1% 6/33/19 \n", - " 56.2% 6/33/19 \n", - " 56.4% 6/33/19 \n", - " 56.5% 6/33/19 \n", - " 56.6% 6/33/19 \n", - " 56.7% 6/33/19 \n", - " 56.9% 6/33/19 \n", - " 57.0% 6/33/19 \n", - " 57.1% 6/33/19 \n", - " 57.2% 6/33/19 \n", - " 57.4% 6/33/19 \n", - " 57.5% 6/33/19 \n", - " 57.6% 6/33/19 \n", - " 57.7% 6/33/19 \n", - " 57.9% 6/33/19 \n", - " 58.0% 6/33/19 \n", - " 58.1% 6/33/19 \n", - " 58.2% 6/33/19 \n", - " 58.4% 7/67/37 \n", - " 58.5% 7/67/37 \n", - " 58.6% 7/66/37 \n", - " 58.7% 7/66/37 \n", - " 58.9% 7/67/38 \n", - " 59.1% 7/67/38 \n", - " 59.1% 7/66/38 \n", - " 59.2% 7/67/38 \n", - " 59.4% 7/66/38 \n", - " 59.5% 7/66/38 \n", - " 59.6% 7/66/38 \n", - " 59.7% 7/66/38 \n", - " 59.9% 7/66/38 \n", - " 60.0% 7/66/38 \n", - " 60.1% 7/66/38 \n", - " 60.2% 7/66/38 \n", - " 60.7% 7/66/38 \n", - " 60.9% 7/66/38 \n", - " 61.0% 7/66/38 \n", - " 61.1% 7/66/38 \n", - " 61.2% 7/66/38 \n", - " 61.4% 7/66/38 \n", - " 61.5% 7/66/38 \n", - " 61.6% 7/66/38 \n", - " 62.4% 7/66/38 \n", - "tile 7/66/38 size is 1089564 with detail 12, >500000 \n", - "Going to try keeping the sparsest 41.30% of the features to make it fit\n", - " 59.8% 7/66/38 \n", - " 59.9% 7/66/38 \n", - " 60.0% 7/66/38 \n", - " 60.1% 7/66/38 \n", - " 60.2% 7/66/38 \n", - " 60.4% 7/66/38 \n", - " 60.5% 7/66/38 \n", - " 60.6% 7/66/38 \n", - " 60.7% 7/66/38 \n", - " 60.9% 7/66/38 \n", - " 61.0% 7/66/38 \n", - " 61.1% 7/66/38 \n", - " 61.2% 7/66/38 \n", - " 61.4% 7/66/38 \n", - " 61.5% 7/66/38 \n", - " 61.6% 7/66/38 \n", - " 61.7% 7/66/38 \n", - " 61.9% 7/66/38 \n", - " 62.0% 7/66/38 \n", - " 62.1% 7/66/38 \n", - " 62.2% 7/66/38 \n", - " 62.4% 7/66/38 \n", - "tile 7/66/38 size is 529844 with detail 12, >500000 \n", - "Going to try keeping the sparsest 35.08% of the features to make it fit\n", - " 59.8% 7/66/38 \n", - " 59.9% 7/66/38 \n", - " 60.0% 7/66/38 \n", - " 60.1% 7/66/38 \n", - " 60.2% 7/66/38 \n", - " 60.4% 7/66/38 \n", - " 60.5% 7/66/38 \n", - " 60.6% 7/66/38 \n", - " 60.7% 7/66/38 \n", - " 60.9% 7/66/38 \n", - " 61.0% 7/66/38 \n", - " 61.1% 7/66/38 \n", - " 61.2% 7/66/38 \n", - " 61.4% 7/66/38 \n", - " 61.5% 7/66/38 \n", - " 61.6% 7/66/38 \n", - " 61.7% 7/66/38 \n", - " 61.9% 7/66/38 \n", - " 62.0% 7/66/38 \n", - " 62.1% 7/66/38 \n", - " 62.2% 7/66/38 \n", - " 62.4% 7/66/38 \n", - " 62.5% 7/66/37 \n", - " 62.5% 7/67/37 \n", - " 62.6% 7/67/38 \n", - " 62.7% 7/67/38 \n", - " 63.0% 7/67/38 \n", - " 63.0% 7/66/38 \n", - " 63.0% 7/66/37 \n", - " 63.1% 7/67/38 \n", - " 63.2% 7/66/37 \n", - " 63.4% 7/67/38 \n", - " 63.5% 7/67/38 \n", - " 63.9% 7/66/38 \n", - " 64.0% 7/67/38 \n", - " 64.1% 7/66/38 \n", - " 64.2% 7/66/38 \n", - " 64.3% 7/66/38 \n", - " 64.4% 7/66/38 \n", - " 64.5% 7/66/38 \n", - " 64.6% 7/66/38 \n", - " 64.7% 7/66/38 \n", - " 65.5% 7/66/38 \n", - " 65.6% 7/66/38 \n", - " 65.7% 7/66/38 \n", - " 65.8% 7/66/38 \n", - " 65.9% 7/66/38 \n", - " 66.0% 7/66/38 \n", - " 66.1% 7/66/38 \n", - " 66.2% 7/66/38 \n", - " 66.3% 7/66/38 \n", - " 66.4% 7/66/38 \n", - " 66.5% 7/66/38 \n", - " 66.6% 7/66/38 \n", - " 66.7% 8/132/76 \n", - " 66.8% 8/132/76 \n", - " 66.9% 8/133/76 \n", - " 67.0% 8/133/76 \n", - " 67.1% 8/133/76 \n", - " 67.2% 8/133/76 \n", - " 67.3% 8/133/76 \n", - " 67.4% 8/133/76 \n", - " 67.5% 8/133/76 \n", - " 67.6% 8/133/76 \n", - " 67.7% 8/133/76 \n", - " 67.8% 8/133/76 \n", - " 67.9% 8/133/76 \n", - " 68.0% 8/133/76 \n", - " 68.1% 8/133/76 \n", - " 68.2% 8/133/76 \n", - " 68.3% 8/133/76 \n", - " 68.4% 8/133/76 \n", - " 68.8% 8/133/76 \n", - " 69.1% 8/133/76 \n", - " 69.2% 8/133/76 \n", - " 69.3% 8/133/76 \n", - " 70.0% 8/133/76 \n", - "tile 8/133/76 size is 885797 with detail 12, >500000 \n", - "Going to try keeping the sparsest 50.80% of the features to make it fit\n", - " 69.0% 8/133/76 \n", - " 69.1% 8/133/76 \n", - " 69.2% 8/133/76 \n", - " 69.3% 8/133/76 \n", - " 69.4% 8/133/76 \n", - " 69.5% 8/133/76 \n", - " 69.6% 8/133/76 \n", - " 69.7% 8/133/76 \n", - " 69.8% 8/133/76 \n", - " 69.9% 8/133/76 \n", - " 70.0% 8/133/76 \n", - " 70.1% 8/133/76 \n", - " 70.2% 8/133/76 \n", - " 70.3% 8/133/76 \n", - " 70.4% 8/133/76 \n", - " 70.5% 8/133/76 \n", - " 70.6% 8/133/76 \n", - " 70.7% 8/133/76 \n", - " 70.8% 8/133/76 \n", - "tile 8/133/76 size is 508258 with detail 12, >500000 \n", - "Going to try keeping the sparsest 44.98% of the features to make it fit\n", - " 69.0% 8/133/76 \n", - " 69.1% 8/133/76 \n", - " 69.2% 8/133/76 \n", - " 69.3% 8/133/76 \n", - " 69.4% 8/133/76 \n", - " 69.5% 8/133/76 \n", - " 69.6% 8/133/76 \n", - " 69.7% 8/133/76 \n", - " 69.8% 8/133/76 \n", - " 69.9% 8/133/76 \n", - " 70.0% 8/133/76 \n", - " 70.1% 8/133/76 \n", - " 70.2% 8/133/76 \n", - " 70.3% 8/133/76 \n", - " 70.4% 8/133/76 \n", - " 70.5% 8/133/76 \n", - " 70.6% 8/133/76 \n", - " 70.7% 8/133/76 \n", - " 70.8% 8/133/76 \n", - " 70.9% 8/133/76 \n", - " 70.9% 8/132/75 \n", - " 71.0% 8/133/76 \n", - " 71.1% 8/133/76 \n", - " 71.2% 8/133/76 \n", - " 71.3% 8/133/76 \n", - " 71.5% 8/133/76 \n", - " 71.4% 8/132/76 \n", - " 71.5% 8/133/76 \n", - " 71.4% 8/134/76 \n", - " 71.5% 8/133/76 \n", - " 71.4% 8/133/75 \n", - " 71.5% 8/133/76 \n", - " 71.6% 8/133/76 \n", - " 71.7% 8/133/76 \n", - " 71.9% 8/133/76 \n", - " 71.8% 8/132/76 \n", - " 71.9% 8/133/76 \n", - " 71.8% 8/134/76 \n", - " 71.9% 8/133/76 \n", - " 72.0% 8/133/76 \n", - " 72.1% 8/133/76 \n", - " 72.4% 8/133/76 \n", - " 72.4% 8/134/76 \n", - " 72.5% 8/133/76 \n", - " 72.6% 8/133/76 \n", - " 72.7% 8/133/76 \n", - " 72.8% 8/133/76 \n", - " 72.9% 8/133/76 \n", - " 73.0% 8/133/76 \n", - " 73.6% 8/133/76 \n", - " 73.7% 8/133/76 \n", - " 73.8% 8/133/76 \n", - " 73.9% 8/133/76 \n", - " 74.0% 8/133/76 \n", - " 74.8% 8/133/76 \n", - " 74.9% 8/133/76 \n", - " 75.0% 9/267/153 \n", - " 75.1% 9/267/153 \n", - " 75.2% 9/267/153 \n", - " 75.3% 9/267/153 \n", - " 75.4% 9/267/153 \n", - " 75.6% 9/267/153 \n", - " 75.7% 9/267/153 \n", - " 75.8% 9/267/153 \n", - " 75.9% 9/267/153 \n", - " 76.0% 9/267/153 \n", - " 76.1% 9/267/153 \n", - " 76.2% 9/267/153 \n", - " 76.4% 9/267/153 \n", - " 76.9% 9/265/153 \n", - " 77.0% 9/268/152 \n", - " 77.3% 9/266/153 \n", - " 77.5% 9/267/153 \n", - " 77.8% 9/267/150 \n", - " 79.1% 9/265/150 \n", - " 79.2% 9/268/152 \n", - " 79.3% 9/268/153 \n", - " 79.3% 9/267/153 \n", - " 79.3% 9/268/152 \n", - " 79.4% 9/268/152 \n", - " 79.4% 9/267/153 \n", - " 79.5% 9/268/152 \n", - " 79.6% 9/268/152 \n", - " 79.6% 9/267/153 \n", - " 79.7% 9/267/153 \n", - " 79.7% 9/268/152 \n", - " 79.8% 9/268/152 \n", - " 79.9% 9/268/152 \n", - " 80.0% 9/268/152 \n", - " 80.1% 9/268/152 \n", - " 80.1% 9/267/153 \n", - " 80.2% 9/268/152 \n", - " 80.3% 9/268/152 \n", - " 80.4% 9/265/153 \n", - " 80.5% 9/267/153 \n", - " 80.5% 9/268/152 \n", - " 80.4% 9/266/153 \n", - " 80.5% 9/267/153 \n", - " 80.5% 9/268/152 \n", - " 80.6% 9/268/152 \n", - " 80.7% 9/266/153 \n", - " 80.8% 9/267/153 \n", - " 81.0% 9/267/153 \n", - " 81.2% 9/267/153 \n", - " 81.1% 9/266/153 \n", - " 81.2% 9/267/153 \n", - " 81.3% 9/267/153 \n", - " 81.4% 9/267/153 \n", - " 81.5% 9/268/152 \n", - " 82.1% 9/267/153 \n", - " 83.3% 9/265/150 \n", - " 83.4% 10/531/305 \n", - " 83.5% 10/531/306 \n", - " 83.6% 10/534/307 \n", - " 83.6% 10/531/307 \n", - " 83.7% 10/534/307 \n", - " 83.8% 10/534/307 \n", - " 83.9% 10/534/307 \n", - " 84.0% 10/534/307 \n", - " 84.1% 10/534/307 \n", - " 84.2% 10/534/307 \n", - " 84.3% 10/537/305 \n", - " 84.4% 10/537/305 \n", - " 84.5% 10/536/306 \n", - " 84.6% 10/536/306 \n", - " 84.6% 10/536/305 \n", - " 84.7% 10/536/306 \n", - " 84.9% 10/536/305 \n", - " 84.8% 10/532/308 \n", - " 84.9% 10/536/305 \n", - " 85.0% 10/536/305 \n", - " 84.8% 10/538/304 \n", - " 85.1% 10/536/305 \n", - " 85.0% 10/532/308 \n", - " 85.1% 10/536/305 \n", - " 85.1% 10/536/305 \n", - " 84.8% 10/534/301 \n", - " 85.1% 10/536/305 \n", - " 84.9% 10/536/306 \n", - " 85.1% 10/536/305 \n", - " 85.0% 10/538/304 \n", - " 85.1% 10/536/305 \n", - " 84.9% 10/534/301 \n", - " 85.0% 10/538/304 \n", - " 85.0% 10/532/308 \n", - " 84.9% 10/536/304 \n", - " 85.1% 10/536/305 \n", - " 85.0% 10/538/304 \n", - " 85.1% 10/536/306 \n", - " 85.0% 10/532/308 \n", - " 85.1% 10/536/305 \n", - " 85.1% 10/536/306 \n", - " 85.2% 10/531/303 \n", - " 85.2% 10/533/300 \n", - " 85.2% 10/536/304 \n", - " 85.4% 10/536/304 \n", - " 85.3% 10/537/304 \n", - " 85.4% 10/536/304 \n", - " 85.5% 10/537/304 \n", - " 85.6% 10/536/304 \n", - " 85.7% 10/537/304 \n", - " 85.8% 10/537/305 \n", - " 85.9% 10/537/304 \n", - " 86.0% 10/537/304 \n", - " 86.1% 10/537/304 \n", - " 86.4% 10/536/306 \n", - " 86.5% 10/536/305 \n", - " 86.7% 10/534/307 \n", - " 87.5% 10/532/304 \n", - " 87.6% 10/533/306 \n", - " 87.6% 10/531/306 \n", - " 87.6% 10/530/306 \n", - " 87.6% 10/532/307 \n", - " 87.6% 10/534/305 \n", - " 87.6% 10/533/307 \n", - " 87.6% 10/533/305 \n", - " 87.6% 10/531/307 \n", - " 87.6% 10/534/307 \n", - " 87.6% 10/531/305 \n", - " 87.7% 10/531/307 \n", - " 87.8% 10/534/305 \n", - " 87.8% 10/533/306 \n", - " 87.8% 10/533/307 \n", - " 87.8% 10/532/307 \n", - " 87.8% 10/534/307 \n", - " 87.8% 10/531/307 \n", - " 87.8% 10/531/306 \n", - " 87.9% 10/531/306 \n", - " 87.9% 10/534/307 \n", - " 87.9% 10/532/307 \n", - " 88.0% 10/531/306 \n", - " 88.0% 10/534/307 \n", - " 88.1% 10/534/307 \n", - " 88.2% 10/534/307 \n", - " 88.3% 10/534/307 \n", - " 88.4% 10/534/307 \n", - " 88.5% 10/534/307 \n", - " 88.6% 10/534/307 \n", - " 88.7% 10/534/307 \n", - " 88.8% 10/534/307 \n", - " 88.9% 10/534/307 \n", - " 89.0% 10/534/307 \n", - " 89.1% 10/536/305 \n", - " 89.1% 10/535/306 \n", - " 89.2% 10/535/306 \n", - " 89.3% 10/536/305 \n", - " 89.4% 10/536/305 \n", - " 89.6% 10/536/305 \n", - " 89.5% 10/537/304 \n", - " 89.6% 10/536/305 \n", - " 89.5% 10/531/302 \n", - " 89.6% 10/536/305 \n", - " 89.5% 10/532/308 \n", - " 89.6% 10/536/305 \n", - " 89.5% 10/531/303 \n", - " 89.6% 10/536/305 \n", - " 89.5% 10/534/301 \n", - " 89.6% 10/536/305 \n", - " 89.7% 10/536/305 \n", - " 89.8% 10/537/304 \n", - " 89.9% 10/537/304 \n", - " 90.0% 10/536/306 \n", - " 90.1% 10/537/304 \n", - " 90.2% 10/537/304 \n", - " 90.3% 10/537/304 \n", - " 90.4% 10/537/304 \n", - " 90.5% 10/533/308 \n", - " 90.6% 10/536/305 \n", - " 90.8% 10/537/304 \n", - " 91.2% 10/534/307 \n", - " 91.6% 11/1068/609 \n", - " 91.7% 11/1062/615 \n", - " 91.8% 11/1073/612 \n", - " 91.9% 11/1065/615 \n", - " 92.0% 11/1072/613 \n", - " 92.1% 11/1074/610 \n", - " 92.2% 11/1064/615 \n", - " 92.3% 11/1074/611 \n", - " 92.4% 11/1074/610 \n", - " 92.5% 11/1061/614 \n", - " 92.5% 11/1075/609 \n", - " 92.6% 11/1073/611 \n", - " 92.7% 11/1073/611 \n", - " 92.7% 11/1067/613 \n", - " 92.7% 11/1074/608 \n", - " 92.8% 11/1073/611 \n", - " 92.9% 11/1073/611 \n", - " 93.0% 11/1073/611 \n", - " 93.1% 11/1065/612 \n", - " 93.1% 11/1063/606 \n", - " 93.1% 11/1063/612 \n", - " 93.1% 11/1065/613 \n", - " 93.1% 11/1067/613 \n", - " 93.2% 11/1063/612 \n", - " 93.3% 11/1062/613 \n", - " 93.4% 11/1069/615 \n", - " 93.4% 11/1062/613 \n", - " 93.5% 11/1069/615 \n", - " 93.6% 11/1069/615 \n", - " 93.7% 11/1069/615 \n", - " 93.8% 11/1069/615 \n", - " 93.9% 11/1069/615 \n", - " 94.0% 11/1069/615 \n", - " 94.1% 11/1069/614 \n", - " 94.2% 11/1070/613 \n", - " 94.3% 11/1069/613 \n", - " 94.3% 11/1068/610 \n", - " 94.4% 11/1069/613 \n", - " 94.5% 11/1064/612 \n", - " 94.6% 11/1069/614 \n", - " 94.7% 11/1070/615 \n", - " 94.8% 11/1066/614 \n", - " 94.9% 11/1066/614 \n", - " 95.0% 11/1069/615 \n", - " 95.1% 11/1068/615 \n", - " 95.1% 11/1068/614 \n", - " 95.2% 11/1068/614 \n", - " 95.3% 11/1068/615 \n", - " 95.4% 11/1068/615 \n", - " 95.5% 11/1070/614 \n", - " 95.6% 11/1068/615 \n", - " 95.7% 11/1070/614 \n", - " 95.8% 11/1062/602 \n", - " 95.9% 11/1062/615 \n", - " 95.9% 11/1064/614 \n", - " 96.0% 11/1073/612 \n", - " 96.1% 11/1073/612 \n", - " 96.2% 11/1064/615 \n", - " 96.3% 11/1075/609 \n", - " 96.3% 11/1074/611 \n", - " 96.3% 11/1065/599 \n", - " 96.3% 11/1065/601 \n", - " 96.3% 11/1076/609 \n", - " 96.3% 11/1072/606 \n", - " 96.3% 11/1074/612 \n", - " 96.3% 11/1064/606 \n", - " 96.3% 11/1072/613 \n", - " 96.4% 11/1062/615 \n", - " 96.5% 11/1062/614 \n", - " 96.5% 11/1072/613 \n", - " 96.5% 11/1075/610 \n", - " 96.5% 11/1066/603 \n", - " 96.6% 11/1072/613 \n", - " 96.7% 11/1076/608 \n", - " 96.7% 11/1067/613 \n", - " 96.7% 11/1073/611 \n", - " 96.8% 11/1073/611 \n", - " 96.9% 11/1073/611 \n", - " 97.0% 11/1072/613 \n", - " 97.1% 11/1069/615 \n", - " 97.2% 11/1069/615 \n", - " 97.3% 11/1063/613 \n", - " 97.3% 11/1069/615 \n", - " 97.4% 11/1069/615 \n", - " 97.3% 11/1062/612 \n", - " 97.4% 11/1069/615 \n", - " 97.5% 11/1069/615 \n", - " 97.5% 11/1065/613 \n", - " 97.5% 11/1063/612 \n", - " 97.5% 11/1061/611 \n", - " 97.5% 11/1073/609 \n", - " 97.5% 11/1062/613 \n", - " 97.5% 11/1075/608 \n", - " 97.6% 11/1069/615 \n", - " 97.7% 11/1069/615 \n", - " 97.8% 11/1069/615 \n", - " 97.9% 11/1071/609 \n", - " 97.9% 11/1066/616 \n", - " 97.9% 11/1064/613 \n", - " 98.0% 11/1066/616 \n", - " 98.1% 11/1066/616 \n", - " 98.2% 11/1066/616 \n", - " 98.3% 11/1065/605 \n", - " 98.3% 11/1069/613 \n", - " 98.3% 11/1065/616 \n", - " 98.3% 11/1066/615 \n", - " 98.4% 11/1069/613 \n", - " 98.5% 11/1071/614 \n", - " 98.5% 11/1064/609 \n", - " 98.5% 11/1069/614 \n", - " 98.5% 11/1075/607 \n", - " 98.5% 11/1064/612 \n", - " 98.6% 11/1075/607 \n", - " 98.6% 11/1071/614 \n", - " 98.7% 11/1066/616 \n", - " 98.7% 11/1066/614 \n", - " 98.8% 11/1069/614 \n", - " 98.9% 11/1069/614 \n", - " 99.0% 11/1069/615 \n", - " 99.1% 11/1068/615 \n", - " 99.2% 11/1068/615 \n", - " 99.3% 11/1071/613 \n", - " 99.3% 11/1068/614 \n", - " 99.4% 11/1068/614 \n", - " 99.5% 11/1070/614 \n", - " 99.6% 11/1070/614 \n", - " 99.9% 11/1062/602 \n", - "\n", - " 0% | | (0/302, 0 it/hr) [0s:0s]\n", - " \n", - "\n", - " 100% |█████████████████████████████████████████| (302/302, 10733 it/s)\n" - ] - } - ], + "outputs": [], "source": [ "!docker exec pmtiles-converter bash gdb_to_pmtiles.sh N50_vektor_agder.gdb N50_Samferdsel_senterlinje N50_Samferdsel_senterlinje.pmtiles" ] @@ -4439,7 +310,7 @@ }, { "cell_type": "code", - "execution_count": 17, + "execution_count": null, "id": "ac7c70e6", "metadata": {}, "outputs": [], @@ -4457,1005 +328,10 @@ }, { "cell_type": "code", - "execution_count": 18, + "execution_count": null, "id": "19298b22", "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "🧩 Converting GDB to GeoJSON...\n", - "🗺️ Creating MBTiles with tippecanoe...\n", - "📦 Converting MBTiles to PMTiles...\n", - "2025/09/09 14:03:48 convert.go:159: Pass 1: Assembling TileID set\n", - "2025/09/09 14:03:48 convert.go:190: Pass 2: writing tiles\n", - "2025/09/09 14:03:48 convert.go:244: # of addressed tiles: 200\n", - "2025/09/09 14:03:48 convert.go:245: # of tile entries (after RLE): 200\n", - "2025/09/09 14:03:48 convert.go:246: # of tile contents: 200\n", - "2025/09/09 14:03:48 convert.go:269: Total dir bytes: 542\n", - "2025/09/09 14:03:48 convert.go:270: Average bytes per addressed tile: 2.71\n", - "2025/09/09 14:03:48 convert.go:239: Finished in 6.389547ms\n", - "✅ Done! PMTiles file created at: N50_BygningerOgAnlegg_omrade.pmtiles\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "Read 0.00 million features\n", - " \n", - "Reordering geometry: 0% \n", - "Reordering geometry: 1% \n", - "Reordering geometry: 2% \n", - "Reordering geometry: 3% \n", - "Reordering geometry: 4% \n", - "Reordering geometry: 5% \n", - "Reordering geometry: 6% \n", - "Reordering geometry: 7% \n", - "Reordering geometry: 8% \n", - "Reordering geometry: 9% \n", - "Reordering geometry: 10% \n", - "Reordering geometry: 11% \n", - "Reordering geometry: 12% \n", - "Reordering geometry: 13% \n", - "Reordering geometry: 14% \n", - "Reordering geometry: 15% \n", - "Reordering geometry: 16% \n", - "Reordering geometry: 17% \n", - "Reordering geometry: 18% \n", - "Reordering geometry: 19% \n", - "Reordering geometry: 20% \n", - "Reordering geometry: 21% \n", - "Reordering geometry: 22% \n", - "Reordering geometry: 23% \n", - "Reordering geometry: 24% \n", - "Reordering geometry: 25% \n", - "Reordering geometry: 26% \n", - "Reordering geometry: 27% \n", - "Reordering geometry: 28% \n", - "Reordering geometry: 29% \n", - "Reordering geometry: 30% \n", - "Reordering geometry: 31% \n", - "Reordering geometry: 32% \n", - "Reordering geometry: 33% \n", - "Reordering geometry: 34% \n", - "Reordering geometry: 35% \n", - "Reordering geometry: 36% \n", - "Reordering geometry: 37% \n", - "Reordering geometry: 38% \n", - "Reordering geometry: 39% \n", - "Reordering geometry: 40% \n", - "Reordering geometry: 41% \n", - "Reordering geometry: 42% \n", - "Reordering geometry: 43% \n", - "Reordering geometry: 44% \n", - "Reordering geometry: 45% \n", - "Reordering geometry: 46% \n", - "Reordering geometry: 47% \n", - "Reordering geometry: 48% \n", - "Reordering geometry: 49% \n", - "Reordering geometry: 50% \n", - "Reordering geometry: 51% \n", - "Reordering geometry: 52% \n", - "Reordering geometry: 53% \n", - "Reordering geometry: 54% \n", - "Reordering geometry: 55% \n", - "Reordering geometry: 56% \n", - "Reordering geometry: 57% \n", - "Reordering geometry: 58% \n", - "Reordering geometry: 59% \n", - "Reordering geometry: 60% \n", - "Reordering geometry: 61% \n", - "Reordering geometry: 62% \n", - "Reordering geometry: 63% \n", - "Reordering geometry: 64% \n", - "Reordering geometry: 65% \n", - "Reordering geometry: 66% \n", - "Reordering geometry: 67% \n", - "Reordering geometry: 68% \n", - "Reordering geometry: 69% \n", - "Reordering geometry: 70% \n", - "Reordering geometry: 71% \n", - "Reordering geometry: 72% \n", - "Reordering geometry: 73% \n", - "Reordering geometry: 74% \n", - "Reordering geometry: 75% \n", - "Reordering geometry: 76% \n", - "Reordering geometry: 77% \n", - "Reordering geometry: 78% \n", - "Reordering geometry: 79% \n", - "Reordering geometry: 80% \n", - "Reordering geometry: 81% \n", - "Reordering geometry: 82% \n", - "Reordering geometry: 83% \n", - "Reordering geometry: 84% \n", - "Reordering geometry: 85% \n", - "Reordering geometry: 86% \n", - "Reordering geometry: 87% \n", - "Reordering geometry: 88% \n", - "Reordering geometry: 89% \n", - "Reordering geometry: 90% \n", - "Reordering geometry: 91% \n", - "Reordering geometry: 92% \n", - "Reordering geometry: 93% \n", - "Reordering geometry: 94% \n", - "Reordering geometry: 95% \n", - "Reordering geometry: 96% \n", - "Reordering geometry: 97% \n", - "Reordering geometry: 98% \n", - "Reordering geometry: 99% \n", - "2682 features, 190389 bytes of geometry, 103793 bytes of separate metadata, 113176 bytes of string pool\n", - "Maxzoom: 0% \n", - "Maxzoom: 1% \n", - "Maxzoom: 2% \n", - "Maxzoom: 3% \n", - "Maxzoom: 4% \n", - "Maxzoom: 5% \n", - "Maxzoom: 6% \n", - "Maxzoom: 7% \n", - "Maxzoom: 8% \n", - "Maxzoom: 9% \n", - "Maxzoom: 10% \n", - "Maxzoom: 11% \n", - "Maxzoom: 12% \n", - "Maxzoom: 13% \n", - "Maxzoom: 14% \n", - "Maxzoom: 15% \n", - "Maxzoom: 16% \n", - "Maxzoom: 17% \n", - "Maxzoom: 18% \n", - "Maxzoom: 19% \n", - "Maxzoom: 20% \n", - "Maxzoom: 21% \n", - "Maxzoom: 22% \n", - "Maxzoom: 23% \n", - "Maxzoom: 24% \n", - "Maxzoom: 25% \n", - "Maxzoom: 26% \n", - "Maxzoom: 27% \n", - "Maxzoom: 28% \n", - "Maxzoom: 29% \n", - "Maxzoom: 30% \n", - "Maxzoom: 31% \n", - "Maxzoom: 32% \n", - "Maxzoom: 33% \n", - "Maxzoom: 34% \n", - "Maxzoom: 35% \n", - "Maxzoom: 36% \n", - "Maxzoom: 37% \n", - "Maxzoom: 38% \n", - "Maxzoom: 39% \n", - "Maxzoom: 40% \n", - "Maxzoom: 41% \n", - "Maxzoom: 42% \n", - "Maxzoom: 43% \n", - "Maxzoom: 44% \n", - "Maxzoom: 45% \n", - "Maxzoom: 46% \n", - "Maxzoom: 47% \n", - "Maxzoom: 48% \n", - "Maxzoom: 49% \n", - "Maxzoom: 50% \n", - "Maxzoom: 51% \n", - "Maxzoom: 52% \n", - "Maxzoom: 53% \n", - "Maxzoom: 54% \n", - "Maxzoom: 55% \n", - "Maxzoom: 56% \n", - "Maxzoom: 57% \n", - "Maxzoom: 58% \n", - "Maxzoom: 59% \n", - "Maxzoom: 60% \n", - "Maxzoom: 61% \n", - "Maxzoom: 62% \n", - "Maxzoom: 63% \n", - "Maxzoom: 64% \n", - "Maxzoom: 65% \n", - "Maxzoom: 66% \n", - "Maxzoom: 67% \n", - "Maxzoom: 68% \n", - "Maxzoom: 69% \n", - "Maxzoom: 70% \n", - "Maxzoom: 71% \n", - "Maxzoom: 72% \n", - "Maxzoom: 73% \n", - "Maxzoom: 74% \n", - "Maxzoom: 75% \n", - "Maxzoom: 76% \n", - "Maxzoom: 77% \n", - "Maxzoom: 78% \n", - "Maxzoom: 79% \n", - "Maxzoom: 80% \n", - "Maxzoom: 81% \n", - "Maxzoom: 82% \n", - "Maxzoom: 83% \n", - "Maxzoom: 84% \n", - "Maxzoom: 85% \n", - "Maxzoom: 86% \n", - "Maxzoom: 87% \n", - "Maxzoom: 88% \n", - "Maxzoom: 89% \n", - "Maxzoom: 90% \n", - "Maxzoom: 91% \n", - "Maxzoom: 92% \n", - "Maxzoom: 93% \n", - "Maxzoom: 94% \n", - "Maxzoom: 95% \n", - "Maxzoom: 96% \n", - "Maxzoom: 97% \n", - "Maxzoom: 98% \n", - "Maxzoom: 99% \n", - "Choosing a maxzoom of -z8 for features about 1801 feet (549 meters) apart\n", - "Choosing a maxzoom of -z11 for resolution of about 146 feet (44 meters) within features\n", - " 0.1% 0/0/0 \n", - " 0.2% 0/0/0 \n", - " 0.4% 0/0/0 \n", - " 0.5% 0/0/0 \n", - " 0.6% 0/0/0 \n", - " 0.7% 0/0/0 \n", - " 0.8% 0/0/0 \n", - " 0.9% 0/0/0 \n", - " 1.0% 0/0/0 \n", - " 1.1% 0/0/0 \n", - " 1.3% 0/0/0 \n", - " 1.5% 0/0/0 \n", - " 1.6% 0/0/0 \n", - " 1.8% 0/0/0 \n", - " 2.0% 0/0/0 \n", - " 2.1% 0/0/0 \n", - " 2.2% 0/0/0 \n", - " 2.4% 0/0/0 \n", - " 2.5% 0/0/0 \n", - " 2.6% 0/0/0 \n", - " 2.7% 0/0/0 \n", - " 2.9% 0/0/0 \n", - " 3.0% 0/0/0 \n", - " 3.1% 0/0/0 \n", - " 3.2% 0/0/0 \n", - " 3.4% 0/0/0 \n", - " 3.5% 0/0/0 \n", - " 3.6% 0/0/0 \n", - " 3.7% 0/0/0 \n", - " 3.9% 0/0/0 \n", - " 4.0% 0/0/0 \n", - " 4.1% 0/0/0 \n", - " 4.2% 0/0/0 \n", - " 4.3% 0/0/0 \n", - " 4.4% 0/0/0 \n", - " 4.5% 0/0/0 \n", - " 4.6% 0/0/0 \n", - " 4.7% 0/0/0 \n", - " 4.8% 0/0/0 \n", - " 4.9% 0/0/0 \n", - " 5.0% 0/0/0 \n", - " 5.1% 0/0/0 \n", - " 5.2% 0/0/0 \n", - " 5.3% 0/0/0 \n", - " 5.4% 0/0/0 \n", - " 5.5% 0/0/0 \n", - " 5.6% 0/0/0 \n", - " 5.7% 0/0/0 \n", - " 5.8% 0/0/0 \n", - " 5.9% 0/0/0 \n", - " 6.0% 0/0/0 \n", - " 6.1% 0/0/0 \n", - " 6.2% 0/0/0 \n", - " 6.3% 0/0/0 \n", - " 6.4% 0/0/0 \n", - " 6.5% 0/0/0 \n", - " 6.6% 0/0/0 \n", - " 6.7% 0/0/0 \n", - " 6.8% 0/0/0 \n", - " 6.9% 0/0/0 \n", - " 7.0% 0/0/0 \n", - " 7.1% 0/0/0 \n", - " 7.2% 0/0/0 \n", - " 7.3% 0/0/0 \n", - " 7.4% 0/0/0 \n", - " 7.5% 0/0/0 \n", - " 7.6% 0/0/0 \n", - " 7.7% 0/0/0 \n", - " 7.8% 0/0/0 \n", - " 7.9% 0/0/0 \n", - " 8.0% 0/0/0 \n", - " 8.1% 0/0/0 \n", - " 8.2% 0/0/0 \n", - " 8.3% 0/0/0 \n", - " 8.4% 1/1/0 \n", - " 8.5% 1/1/0 \n", - " 8.6% 1/1/0 \n", - " 8.7% 1/1/0 \n", - " 8.8% 1/1/0 \n", - " 8.9% 1/1/0 \n", - " 9.0% 1/1/0 \n", - " 9.1% 1/1/0 \n", - " 9.2% 1/1/0 \n", - " 9.3% 1/1/0 \n", - " 9.4% 1/1/0 \n", - " 9.5% 1/1/0 \n", - " 9.6% 1/1/0 \n", - " 9.7% 1/1/0 \n", - " 9.8% 1/1/0 \n", - " 9.9% 1/1/0 \n", - " 10.0% 1/1/0 \n", - " 10.1% 1/1/0 \n", - " 10.2% 1/1/0 \n", - " 10.3% 1/1/0 \n", - " 10.4% 1/1/0 \n", - " 10.5% 1/1/0 \n", - " 10.6% 1/1/0 \n", - " 10.7% 1/1/0 \n", - " 10.8% 1/1/0 \n", - " 10.9% 1/1/0 \n", - " 11.0% 1/1/0 \n", - " 11.1% 1/1/0 \n", - " 11.2% 1/1/0 \n", - " 11.3% 1/1/0 \n", - " 11.4% 1/1/0 \n", - " 11.5% 1/1/0 \n", - " 11.6% 1/1/0 \n", - " 11.7% 1/1/0 \n", - " 11.8% 1/1/0 \n", - " 11.9% 1/1/0 \n", - " 12.0% 1/1/0 \n", - " 12.1% 1/1/0 \n", - " 12.2% 1/1/0 \n", - " 12.3% 1/1/0 \n", - " 12.4% 1/1/0 \n", - " 12.5% 1/1/0 \n", - " 12.6% 1/1/0 \n", - " 12.7% 1/1/0 \n", - " 12.8% 1/1/0 \n", - " 12.9% 1/1/0 \n", - " 13.0% 1/1/0 \n", - " 13.1% 1/1/0 \n", - " 13.2% 1/1/0 \n", - " 13.3% 1/1/0 \n", - " 13.4% 1/1/0 \n", - " 13.5% 1/1/0 \n", - " 13.6% 1/1/0 \n", - " 13.7% 1/1/0 \n", - " 13.8% 1/1/0 \n", - " 13.9% 1/1/0 \n", - " 14.0% 1/1/0 \n", - " 14.1% 1/1/0 \n", - " 14.2% 1/1/0 \n", - " 14.3% 1/1/0 \n", - " 14.4% 1/1/0 \n", - " 14.5% 1/1/0 \n", - " 14.6% 1/1/0 \n", - " 14.7% 1/1/0 \n", - " 14.8% 1/1/0 \n", - " 14.9% 1/1/0 \n", - " 15.0% 1/1/0 \n", - " 15.1% 1/1/0 \n", - " 15.2% 1/1/0 \n", - " 15.3% 1/1/0 \n", - " 15.4% 1/1/0 \n", - " 15.5% 1/1/0 \n", - " 15.6% 1/1/0 \n", - " 15.7% 1/1/0 \n", - " 15.8% 1/1/0 \n", - " 15.9% 1/1/0 \n", - " 16.0% 1/1/0 \n", - " 16.1% 1/1/0 \n", - " 16.3% 1/1/0 \n", - " 16.5% 1/1/0 \n", - " 16.6% 1/1/0 \n", - " 16.8% 2/2/1 \n", - " 17.0% 2/2/1 \n", - " 17.1% 2/2/1 \n", - " 17.3% 2/2/1 \n", - " 17.5% 2/2/1 \n", - " 17.6% 2/2/1 \n", - " 17.8% 2/2/1 \n", - " 18.0% 2/2/1 \n", - " 18.1% 2/2/1 \n", - " 18.3% 2/2/1 \n", - " 18.5% 2/2/1 \n", - " 18.6% 2/2/1 \n", - " 18.8% 2/2/1 \n", - " 19.0% 2/2/1 \n", - " 19.1% 2/2/1 \n", - " 19.3% 2/2/1 \n", - " 19.5% 2/2/1 \n", - " 19.6% 2/2/1 \n", - " 19.8% 2/2/1 \n", - " 20.0% 2/2/1 \n", - " 20.1% 2/2/1 \n", - " 20.3% 2/2/1 \n", - " 20.5% 2/2/1 \n", - " 20.6% 2/2/1 \n", - " 20.8% 2/2/1 \n", - " 21.0% 2/2/1 \n", - " 21.1% 2/2/1 \n", - " 21.3% 2/2/1 \n", - " 21.5% 2/2/1 \n", - " 21.6% 2/2/1 \n", - " 21.8% 2/2/1 \n", - " 22.0% 2/2/1 \n", - " 22.1% 2/2/1 \n", - " 22.3% 2/2/1 \n", - " 22.5% 2/2/1 \n", - " 22.6% 2/2/1 \n", - " 22.8% 2/2/1 \n", - " 23.0% 2/2/1 \n", - " 23.1% 2/2/1 \n", - " 23.3% 2/2/1 \n", - " 23.5% 2/2/1 \n", - " 23.6% 2/2/1 \n", - " 23.8% 2/2/1 \n", - " 24.0% 2/2/1 \n", - " 24.1% 2/2/1 \n", - " 24.3% 2/2/1 \n", - " 24.5% 2/2/1 \n", - " 24.6% 2/2/1 \n", - " 24.8% 2/2/1 \n", - " 25.0% 3/4/2 \n", - " 25.1% 3/4/2 \n", - " 25.3% 3/4/2 \n", - " 25.5% 3/4/2 \n", - " 25.6% 3/4/2 \n", - " 25.8% 3/4/2 \n", - " 26.0% 3/4/2 \n", - " 26.1% 3/4/2 \n", - " 26.3% 3/4/2 \n", - " 26.5% 3/4/2 \n", - " 26.6% 3/4/2 \n", - " 26.8% 3/4/2 \n", - " 27.0% 3/4/2 \n", - " 27.1% 3/4/2 \n", - " 27.3% 3/4/2 \n", - " 27.5% 3/4/2 \n", - " 27.6% 3/4/2 \n", - " 27.8% 3/4/2 \n", - " 28.0% 3/4/2 \n", - " 28.1% 3/4/2 \n", - " 28.3% 3/4/2 \n", - " 28.5% 3/4/2 \n", - " 28.6% 3/4/2 \n", - " 28.8% 3/4/2 \n", - " 29.0% 3/4/2 \n", - " 29.1% 3/4/2 \n", - " 29.3% 3/4/2 \n", - " 29.5% 3/4/2 \n", - " 29.6% 3/4/2 \n", - " 29.8% 3/4/2 \n", - " 30.0% 3/4/2 \n", - " 30.1% 3/4/2 \n", - " 30.3% 3/4/2 \n", - " 30.5% 3/4/2 \n", - " 30.6% 3/4/2 \n", - " 30.8% 3/4/2 \n", - " 31.0% 3/4/2 \n", - " 31.1% 3/4/2 \n", - " 31.3% 3/4/2 \n", - " 31.5% 3/4/2 \n", - " 31.6% 3/4/2 \n", - " 31.8% 3/4/2 \n", - " 32.0% 3/4/2 \n", - " 32.1% 3/4/2 \n", - " 32.2% 3/4/2 \n", - " 32.4% 3/4/2 \n", - " 32.5% 3/4/2 \n", - " 32.6% 3/4/2 \n", - " 32.7% 3/4/2 \n", - " 32.9% 3/4/2 \n", - " 33.0% 3/4/2 \n", - " 33.1% 3/4/2 \n", - " 33.2% 3/4/2 \n", - " 33.4% 4/8/4 \n", - " 33.5% 4/8/4 \n", - " 33.6% 4/8/4 \n", - " 33.7% 4/8/4 \n", - " 33.9% 4/8/4 \n", - " 34.0% 4/8/4 \n", - " 34.1% 4/8/4 \n", - " 34.2% 4/8/4 \n", - " 34.4% 4/8/4 \n", - " 34.5% 4/8/4 \n", - " 34.6% 4/8/4 \n", - " 34.7% 4/8/4 \n", - " 34.9% 4/8/4 \n", - " 35.0% 4/8/4 \n", - " 35.1% 4/8/4 \n", - " 35.2% 4/8/4 \n", - " 35.4% 4/8/4 \n", - " 35.5% 4/8/4 \n", - " 35.6% 4/8/4 \n", - " 35.7% 4/8/4 \n", - " 35.9% 4/8/4 \n", - " 36.0% 4/8/4 \n", - " 36.1% 4/8/4 \n", - " 36.2% 4/8/4 \n", - " 36.4% 4/8/4 \n", - " 36.5% 4/8/4 \n", - " 36.6% 4/8/4 \n", - " 36.7% 4/8/4 \n", - " 36.9% 4/8/4 \n", - " 37.0% 4/8/4 \n", - " 37.1% 4/8/4 \n", - " 37.2% 4/8/4 \n", - " 37.4% 4/8/4 \n", - " 37.5% 4/8/4 \n", - " 37.6% 4/8/4 \n", - " 37.7% 4/8/4 \n", - " 37.9% 4/8/4 \n", - " 38.0% 4/8/4 \n", - " 38.1% 4/8/4 \n", - " 38.2% 4/8/4 \n", - " 38.4% 4/8/4 \n", - " 38.5% 4/8/4 \n", - " 38.6% 4/8/4 \n", - " 38.7% 4/8/4 \n", - " 38.9% 4/8/4 \n", - " 39.0% 4/8/4 \n", - " 39.1% 4/8/4 \n", - " 39.2% 4/8/4 \n", - " 39.4% 4/8/4 \n", - " 39.5% 4/8/4 \n", - " 39.6% 4/8/4 \n", - " 39.7% 4/8/4 \n", - " 39.9% 4/8/4 \n", - " 40.0% 4/8/4 \n", - " 40.1% 4/8/4 \n", - " 40.2% 4/8/4 \n", - " 40.4% 4/8/4 \n", - " 40.5% 4/8/4 \n", - " 40.6% 4/8/4 \n", - " 40.7% 4/8/4 \n", - " 40.9% 4/8/4 \n", - " 41.0% 4/8/4 \n", - " 41.1% 4/8/4 \n", - " 41.2% 4/8/4 \n", - " 41.4% 4/8/4 \n", - " 41.5% 4/8/4 \n", - " 41.6% 4/8/4 \n", - " 41.7% 5/16/9 \n", - " 41.9% 5/16/9 \n", - " 42.0% 5/16/9 \n", - " 42.1% 5/16/9 \n", - " 42.2% 5/16/9 \n", - " 42.4% 5/16/9 \n", - " 42.5% 5/16/9 \n", - " 42.6% 5/16/9 \n", - " 42.7% 5/16/9 \n", - " 42.9% 5/16/9 \n", - " 43.0% 5/16/9 \n", - " 43.1% 5/16/9 \n", - " 43.2% 5/16/9 \n", - " 43.4% 5/16/9 \n", - " 43.5% 5/16/9 \n", - " 43.6% 5/16/9 \n", - " 43.7% 5/16/9 \n", - " 43.9% 5/16/9 \n", - " 44.0% 5/16/9 \n", - " 44.1% 5/16/9 \n", - " 44.2% 5/16/9 \n", - " 44.4% 5/16/9 \n", - " 44.5% 5/16/9 \n", - " 44.6% 5/16/9 \n", - " 44.7% 5/16/9 \n", - " 44.9% 5/16/9 \n", - " 45.0% 5/16/9 \n", - " 45.1% 5/16/9 \n", - " 45.2% 5/16/9 \n", - " 45.4% 5/16/9 \n", - " 45.5% 5/16/9 \n", - " 45.6% 5/16/9 \n", - " 45.7% 5/16/9 \n", - " 45.9% 5/16/9 \n", - " 46.0% 5/16/9 \n", - " 46.1% 5/16/9 \n", - " 46.2% 5/16/9 \n", - " 46.4% 5/16/9 \n", - " 46.5% 5/16/9 \n", - " 46.6% 5/16/9 \n", - " 46.7% 5/16/9 \n", - " 46.9% 5/16/9 \n", - " 47.0% 5/16/9 \n", - " 47.1% 5/16/9 \n", - " 47.2% 5/16/9 \n", - " 47.4% 5/16/9 \n", - " 47.5% 5/16/9 \n", - " 47.6% 5/16/9 \n", - " 47.7% 5/16/9 \n", - " 47.9% 5/16/9 \n", - " 48.0% 5/16/9 \n", - " 48.1% 5/16/9 \n", - " 48.2% 5/16/9 \n", - " 48.4% 5/16/9 \n", - " 48.5% 5/16/9 \n", - " 48.6% 5/16/9 \n", - " 48.7% 5/16/9 \n", - " 48.9% 5/16/9 \n", - " 49.0% 5/16/9 \n", - " 49.1% 5/16/9 \n", - " 49.2% 5/16/9 \n", - " 49.4% 5/16/9 \n", - " 49.5% 5/16/9 \n", - " 49.6% 5/16/9 \n", - " 49.7% 5/16/9 \n", - " 49.9% 5/16/9 \n", - " 50.0% 6/33/18 \n", - " 50.0% 6/33/19 \n", - " 50.1% 6/33/18 \n", - " 50.2% 6/33/19 \n", - " 50.4% 6/33/19 \n", - " 50.5% 6/33/19 \n", - " 50.7% 6/33/19 \n", - " 50.9% 6/33/19 \n", - " 51.0% 6/33/19 \n", - " 51.1% 6/33/19 \n", - " 51.2% 6/33/19 \n", - " 51.4% 6/33/19 \n", - " 51.5% 6/33/19 \n", - " 51.6% 6/33/19 \n", - " 51.7% 6/33/19 \n", - " 51.9% 6/33/19 \n", - " 52.0% 6/33/19 \n", - " 52.1% 6/33/19 \n", - " 52.2% 6/33/19 \n", - " 52.4% 6/33/19 \n", - " 52.5% 6/33/19 \n", - " 52.6% 6/33/19 \n", - " 52.7% 6/33/19 \n", - " 52.9% 6/33/19 \n", - " 53.0% 6/33/19 \n", - " 53.1% 6/33/19 \n", - " 53.2% 6/33/19 \n", - " 53.4% 6/33/19 \n", - " 53.5% 6/33/19 \n", - " 53.6% 6/33/19 \n", - " 53.7% 6/33/19 \n", - " 53.9% 6/33/19 \n", - " 54.0% 6/33/19 \n", - " 54.1% 6/33/19 \n", - " 54.2% 6/33/18 \n", - " 54.4% 6/33/19 \n", - " 54.5% 6/33/19 \n", - " 54.6% 6/33/19 \n", - " 54.8% 6/33/19 \n", - " 54.9% 6/33/19 \n", - " 55.0% 6/33/19 \n", - " 55.1% 6/33/19 \n", - " 55.2% 6/33/19 \n", - " 55.4% 6/33/19 \n", - " 55.5% 6/33/19 \n", - " 55.6% 6/33/19 \n", - " 55.7% 6/33/19 \n", - " 55.9% 6/33/19 \n", - " 56.0% 6/33/19 \n", - " 56.1% 6/33/19 \n", - " 56.2% 6/33/19 \n", - " 56.4% 6/33/19 \n", - " 56.5% 6/33/19 \n", - " 56.6% 6/33/19 \n", - " 56.7% 6/33/19 \n", - " 56.9% 6/33/19 \n", - " 57.0% 6/33/19 \n", - " 57.1% 6/33/19 \n", - " 57.2% 6/33/19 \n", - " 57.4% 6/33/19 \n", - " 57.5% 6/33/19 \n", - " 57.6% 6/33/19 \n", - " 57.7% 6/33/19 \n", - " 57.9% 6/33/19 \n", - " 58.0% 6/33/19 \n", - " 58.1% 6/33/19 \n", - " 58.2% 6/33/19 \n", - " 58.4% 7/66/37 \n", - " 58.4% 7/66/38 \n", - " 58.5% 7/66/38 \n", - " 58.5% 7/67/38 \n", - " 58.6% 7/66/38 \n", - " 58.7% 7/66/38 \n", - " 58.9% 7/66/38 \n", - " 58.9% 7/67/38 \n", - " 59.0% 7/66/38 \n", - " 59.1% 7/66/38 \n", - " 59.1% 7/67/38 \n", - " 59.2% 7/66/38 \n", - " 59.4% 7/66/38 \n", - " 59.5% 7/66/38 \n", - " 59.5% 7/67/38 \n", - " 59.6% 7/66/38 \n", - " 59.7% 7/66/38 \n", - " 59.9% 7/66/38 \n", - " 60.0% 7/66/38 \n", - " 60.1% 7/66/38 \n", - " 60.2% 7/66/38 \n", - " 60.4% 7/66/38 \n", - " 60.5% 7/66/38 \n", - " 60.6% 7/66/38 \n", - " 60.7% 7/66/38 \n", - " 60.9% 7/66/38 \n", - " 61.0% 7/66/38 \n", - " 61.1% 7/66/38 \n", - " 62.2% 7/66/38 \n", - " 62.4% 7/66/38 \n", - " 62.5% 7/66/37 \n", - " 62.6% 7/66/37 \n", - " 62.7% 7/67/38 \n", - " 62.9% 7/67/38 \n", - " 63.0% 7/67/38 \n", - " 63.1% 7/67/38 \n", - " 63.2% 7/67/38 \n", - " 63.4% 7/67/38 \n", - " 63.5% 7/67/38 \n", - " 63.6% 7/67/38 \n", - " 63.7% 7/67/38 \n", - " 63.9% 7/66/38 \n", - " 64.0% 7/66/38 \n", - " 64.1% 7/66/38 \n", - " 64.2% 7/66/38 \n", - " 64.3% 7/66/38 \n", - " 64.4% 7/66/38 \n", - " 64.5% 7/66/38 \n", - " 64.6% 7/66/38 \n", - " 65.7% 7/66/38 \n", - " 65.8% 7/66/38 \n", - " 65.9% 7/66/38 \n", - " 66.0% 7/66/38 \n", - " 66.1% 7/66/38 \n", - " 66.2% 7/66/38 \n", - " 66.3% 7/66/38 \n", - " 66.4% 7/66/38 \n", - " 66.5% 7/66/38 \n", - " 66.6% 7/66/38 \n", - " 66.7% 8/134/76 \n", - " 66.8% 8/134/76 \n", - " 66.9% 8/134/76 \n", - " 67.0% 8/134/76 \n", - " 67.1% 8/134/76 \n", - " 67.2% 8/134/76 \n", - " 67.3% 8/134/76 \n", - " 67.4% 8/134/76 \n", - " 67.5% 8/134/76 \n", - " 67.6% 8/134/76 \n", - " 67.7% 8/134/76 \n", - " 67.8% 8/134/76 \n", - " 67.9% 8/134/76 \n", - " 68.0% 8/133/76 \n", - " 68.1% 8/133/76 \n", - " 68.2% 8/133/76 \n", - " 68.3% 8/133/76 \n", - " 68.4% 8/133/76 \n", - " 68.5% 8/133/76 \n", - " 68.9% 8/133/76 \n", - " 69.0% 8/133/76 \n", - " 69.1% 8/133/76 \n", - " 69.2% 8/133/76 \n", - " 69.7% 8/133/76 \n", - " 70.8% 8/133/76 \n", - " 70.9% 8/134/76 \n", - " 71.0% 8/134/76 \n", - " 71.1% 8/134/76 \n", - " 71.2% 8/134/76 \n", - " 71.2% 8/132/76 \n", - " 71.3% 8/132/76 \n", - " 71.4% 8/132/76 \n", - " 71.5% 8/134/76 \n", - " 71.6% 8/133/76 \n", - " 71.7% 8/133/76 \n", - " 71.8% 8/133/76 \n", - " 71.9% 8/133/76 \n", - " 71.9% 8/134/76 \n", - " 72.0% 8/133/76 \n", - " 72.1% 8/133/76 \n", - " 72.6% 8/133/76 \n", - " 73.0% 8/133/76 \n", - " 73.1% 8/133/76 \n", - " 73.2% 8/133/76 \n", - " 73.3% 8/133/76 \n", - " 73.4% 8/133/76 \n", - " 73.5% 8/133/76 \n", - " 73.6% 8/133/76 \n", - " 73.7% 8/133/76 \n", - " 73.8% 8/133/76 \n", - " 73.9% 8/133/76 \n", - " 74.9% 8/133/76 \n", - " 75.0% 9/268/152 \n", - " 75.1% 9/268/152 \n", - " 75.2% 9/268/152 \n", - " 75.3% 9/268/152 \n", - " 75.4% 9/268/152 \n", - " 75.5% 9/268/152 \n", - " 75.6% 9/268/152 \n", - " 75.7% 9/268/152 \n", - " 75.8% 9/268/152 \n", - " 75.9% 9/267/153 \n", - " 76.0% 9/267/153 \n", - " 76.2% 9/267/153 \n", - " 76.5% 9/267/153 \n", - " 76.6% 9/267/153 \n", - " 76.7% 9/267/153 \n", - " 76.8% 9/267/153 \n", - " 76.9% 9/267/153 \n", - " 77.0% 9/267/153 \n", - " 77.4% 9/267/153 \n", - " 77.5% 9/267/153 \n", - " 77.9% 9/267/153 \n", - " 78.0% 9/267/153 \n", - " 78.1% 9/267/153 \n", - " 79.1% 9/267/153 \n", - " 79.2% 9/268/152 \n", - " 79.2% 9/268/153 \n", - " 79.3% 9/268/153 \n", - " 79.4% 9/268/153 \n", - " 79.5% 9/268/153 \n", - " 79.6% 9/268/153 \n", - " 79.7% 9/268/153 \n", - " 79.6% 9/268/152 \n", - " 79.8% 9/268/153 \n", - " 79.9% 9/268/153 \n", - " 80.0% 9/268/152 \n", - " 80.1% 9/268/152 \n", - " 80.2% 9/268/152 \n", - " 80.3% 9/267/153 \n", - " 80.6% 9/267/153 \n", - " 80.7% 9/267/153 \n", - " 81.1% 9/267/153 \n", - " 81.4% 9/267/153 \n", - " 81.5% 9/267/153 \n", - " 81.6% 9/267/153 \n", - " 81.7% 9/267/153 \n", - " 81.8% 9/267/153 \n", - " 81.9% 9/267/153 \n", - " 82.0% 9/267/153 \n", - " 82.4% 9/267/153 \n", - " 82.5% 9/267/153 \n", - " 82.6% 9/267/153 \n", - " 83.3% 9/267/153 \n", - " 83.4% 10/532/307 \n", - " 83.5% 10/532/307 \n", - " 83.6% 10/536/305 \n", - " 83.7% 10/535/307 \n", - " 83.8% 10/535/307 \n", - " 83.9% 10/534/307 \n", - " 84.0% 10/534/307 \n", - " 84.1% 10/534/307 \n", - " 84.2% 10/534/307 \n", - " 84.4% 10/534/307 \n", - " 84.5% 10/534/307 \n", - " 84.6% 10/534/307 \n", - " 84.7% 10/534/307 \n", - " 84.8% 10/534/307 \n", - " 84.9% 10/534/307 \n", - " 85.0% 10/534/307 \n", - " 85.3% 10/534/307 \n", - " 85.4% 10/534/307 \n", - " 85.7% 10/534/307 \n", - " 85.8% 10/534/307 \n", - " 86.1% 10/534/307 \n", - " 86.2% 10/534/307 \n", - " 86.3% 10/534/307 \n", - " 86.5% 10/534/307 \n", - " 86.6% 10/534/307 \n", - " 86.7% 10/534/307 \n", - " 86.8% 10/534/307 \n", - " 86.9% 10/534/307 \n", - " 87.4% 10/534/307 \n", - " 87.5% 10/532/307 \n", - " 87.6% 10/532/307 \n", - " 87.7% 10/533/308 \n", - " 87.7% 10/536/305 \n", - " 87.8% 10/536/305 \n", - " 87.9% 10/536/305 \n", - " 88.0% 10/536/305 \n", - " 88.1% 10/534/307 \n", - " 88.3% 10/534/307 \n", - " 88.2% 10/535/307 \n", - " 88.3% 10/534/307 \n", - " 88.4% 10/534/307 \n", - " 88.5% 10/534/307 \n", - " 88.7% 10/534/307 \n", - " 88.9% 10/534/307 \n", - " 89.0% 10/534/307 \n", - " 89.1% 10/534/307 \n", - " 89.2% 10/534/307 \n", - " 89.3% 10/534/307 \n", - " 89.4% 10/534/307 \n", - " 89.6% 10/534/307 \n", - " 89.7% 10/534/307 \n", - " 89.8% 10/534/307 \n", - " 89.9% 10/534/307 \n", - " 90.0% 10/534/307 \n", - " 90.1% 10/534/307 \n", - " 90.2% 10/534/307 \n", - " 90.3% 10/534/307 \n", - " 90.4% 10/534/307 \n", - " 90.5% 10/537/303 \n", - " 91.5% 10/534/307 \n", - " 91.6% 10/534/304 \n", - " 91.7% 11/1070/615 \n", - " 91.8% 11/1068/615 \n", - " 91.9% 11/1068/615 \n", - " 92.0% 11/1070/614 \n", - " 92.1% 11/1069/615 \n", - " 92.2% 11/1069/615 \n", - " 92.3% 11/1069/615 \n", - " 92.0% 11/1073/611 \n", - " 92.3% 11/1069/615 \n", - " 92.1% 11/1064/615 \n", - " 92.2% 11/1073/611 \n", - " 92.3% 11/1069/615 \n", - " 92.4% 11/1069/615 \n", - " 92.6% 11/1069/615 \n", - " 92.5% 11/1073/611 \n", - " 92.6% 11/1069/615 \n", - " 92.7% 11/1069/615 \n", - " 92.8% 11/1069/615 \n", - " 92.9% 11/1069/615 \n", - " 93.0% 11/1069/615 \n", - " 93.1% 11/1069/615 \n", - " 93.2% 11/1069/615 \n", - " 93.4% 11/1069/615 \n", - " 93.5% 11/1075/609 \n", - " 93.5% 11/1068/609 \n", - " 93.7% 11/1065/615 \n", - " 93.8% 11/1065/615 \n", - " 93.8% 11/1076/608 \n", - " 93.8% 11/1065/602 \n", - " 94.0% 11/1076/608 \n", - " 93.8% 11/1066/605 \n", - " 94.3% 11/1070/612 \n", - " 94.2% 11/1066/612 \n", - " 94.3% 11/1066/612 \n", - " 94.3% 11/1076/608 \n", - " 94.0% 11/1069/610 \n", - " 94.3% 11/1066/605 \n", - " 94.3% 11/1070/612 \n", - " 94.6% 11/1073/611 \n", - " 94.8% 11/1065/599 \n", - " 94.9% 11/1062/616 \n", - " 95.0% 11/1068/606 \n", - " 95.6% 11/1069/615 \n", - " 95.7% 11/1066/603 \n", - " 95.8% 11/1074/610 \n", - " 95.9% 11/1070/615 \n", - " 96.0% 11/1066/616 \n", - " 96.1% 11/1073/611 \n", - " 96.2% 11/1073/611 \n", - " 96.2% 11/1069/615 \n", - " 96.3% 11/1073/611 \n", - " 96.4% 11/1069/615 \n", - " 96.5% 11/1069/615 \n", - " 96.7% 11/1069/615 \n", - " 96.8% 11/1069/615 \n", - " 96.9% 11/1069/615 \n", - " 97.0% 11/1069/615 \n", - " 97.1% 11/1069/615 \n", - " 97.2% 11/1069/615 \n", - " 97.3% 11/1070/614 \n", - " 97.5% 11/1073/611 \n", - " 97.6% 11/1066/612 \n", - " 97.6% 11/1066/610 \n", - " 97.8% 11/1072/608 \n", - " 97.8% 11/1074/608 \n", - " 97.9% 11/1074/608 \n", - " 98.1% 11/1068/609 \n", - " 98.2% 11/1068/609 \n", - " 98.5% 11/1065/600 \n", - " 98.6% 11/1064/616 \n", - " 99.2% 11/1069/615 \n", - " 99.5% 11/1069/609 \n", - " 99.6% 11/1069/613 \n", - " 99.5% 11/1073/613 \n", - " 99.6% 11/1061/615 \n", - " 99.7% 11/1061/615 \n", - " 99.8% 11/1074/612 \n", - " 99.8% 11/1067/605 \n", - " 99.9% 11/1067/613 \n", - "\n", - " 0% | | (0/200, 0 it/hr) [0s:0s]\n", - " \n", - "\n", - " 100% |█████████████████████████████████████████| (200/200, 52592 it/s)\n" - ] - } - ], + "outputs": [], "source": [ "!docker exec pmtiles-converter bash gdb_to_pmtiles.sh N50_vektor_agder.gdb N50_BygningerOgAnlegg_omrade N50_BygningerOgAnlegg_omrade.pmtiles" ] @@ -5470,7 +346,7 @@ }, { "cell_type": "code", - "execution_count": 19, + "execution_count": null, "id": "641acb02", "metadata": {}, "outputs": [], @@ -5488,20 +364,10 @@ }, { "cell_type": "code", - "execution_count": 20, + "execution_count": null, "id": "af07624b", "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "pmtiles-converter\n", - "pmtiles-converter\n", - "pmtiles-converter\n" - ] - } - ], + "outputs": [], "source": [ "!docker stop pmtiles-converter\n", "!docker rm pmtiles-converter" @@ -5517,19 +383,10 @@ }, { "cell_type": "code", - "execution_count": 21, + "execution_count": null, "id": "2ae7c215", "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Untagged: pmtiles:latest\n", - "Deleted: sha256:3806cbbfe373384aef256a51b3a6f7af4632b84f90511d02112c3ac846604947\n" - ] - } - ], + "outputs": [], "source": [ "!docker rmi pmtiles" ] @@ -5561,744 +418,10 @@ }, { "cell_type": "code", - "execution_count": 22, + "execution_count": null, "id": "2fc3cdf6", "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "^C\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "#1 [internal] load local bake definitions\n", - "#1 reading from stdin 1.09kB done\n", - "#1 DONE 0.0s\n", - "\n", - "#2 [backend internal] load build definition from Dockerfile\n", - "#2 transferring dockerfile: 1.07kB done\n", - "#2 DONE 0.0s\n", - "\n", - "#3 [frontend internal] load build definition from Dockerfile\n", - "#3 transferring dockerfile: 477B done\n", - "#3 DONE 0.0s\n", - "\n", - "#4 [frontend internal] load metadata for docker.io/library/nginx:stable-alpine\n", - "#4 ...\n", - "\n", - "#5 [auth] library/nginx:pull token for registry-1.docker.io\n", - "#5 DONE 0.0s\n", - "\n", - "#6 [auth] library/node:pull token for registry-1.docker.io\n", - "#6 DONE 0.0s\n", - "\n", - "#7 [frontend internal] load metadata for docker.io/library/node:18\n", - "#7 DONE 2.0s\n", - "\n", - "#8 [backend internal] load metadata for docker.io/library/nginx:latest\n", - "#8 DONE 2.1s\n", - "\n", - "#4 [frontend internal] load metadata for docker.io/library/nginx:stable-alpine\n", - "#4 DONE 2.1s\n", - "\n", - "#9 [backend internal] load .dockerignore\n", - "#9 transferring context: 2B done\n", - "#9 DONE 0.0s\n", - "\n", - "#10 [frontend internal] load .dockerignore\n", - "#10 transferring context: 2B done\n", - "#10 DONE 0.1s\n", - "\n", - "#11 [frontend internal] load build context\n", - "#11 DONE 0.0s\n", - "\n", - "#12 [frontend build 1/6] FROM docker.io/library/node:18@sha256:c6ae79e38498325db67193d391e6ec1d224d96c693a8a4d943498556716d3783\n", - "#12 resolve docker.io/library/node:18@sha256:c6ae79e38498325db67193d391e6ec1d224d96c693a8a4d943498556716d3783 0.1s done\n", - "#12 DONE 0.1s\n", - "\n", - "#13 [backend 1/4] FROM docker.io/library/nginx:latest@sha256:d5f28ef21aabddd098f3dbc21fe5b7a7d7a184720bc07da0b6c9b9820e97f25e\n", - "#13 resolve docker.io/library/nginx:latest@sha256:d5f28ef21aabddd098f3dbc21fe5b7a7d7a184720bc07da0b6c9b9820e97f25e 0.0s done\n", - "#13 ...\n", - "\n", - "#11 [frontend internal] load build context\n", - "#11 transferring context: 5.42kB done\n", - "#11 DONE 0.1s\n", - "\n", - "#14 [backend internal] load build context\n", - "#14 ...\n", - "\n", - "#15 [frontend stage-1 1/2] FROM docker.io/library/nginx:stable-alpine@sha256:8f2bcf97c473dfe311e79a510ee540ee02e28ce1e6a64e1ef89bfad32574ef10\n", - "#15 resolve docker.io/library/nginx:stable-alpine@sha256:8f2bcf97c473dfe311e79a510ee540ee02e28ce1e6a64e1ef89bfad32574ef10 0.1s done\n", - "#15 sha256:e585282f42862920f33200111c879a44e860b5848afce1246fdcd321700641d0 15.51MB / 15.51MB 2.3s done\n", - "#15 sha256:f2d0d37ae31d4ab6192eeea9aaf8c1c83664db1db36cb22c98fd2fd259c1542c 1.40kB / 1.40kB 0.4s done\n", - "#15 sha256:8485f215491f7b3eccbb9a4c66ebb932c076fa9d17aa985155b6c57e132c2042 1.21kB / 1.21kB 0.4s done\n", - "#15 sha256:85a0985bea3a96919f3334aeec7cec165a06ffc948c8de0418026c0d516c7016 404B / 404B 0.4s done\n", - "#15 sha256:62c31b33012d33aa0a2fe15793525a9d6d6bf9c57f1f9ec22b88a02f869b1c3e 954B / 954B 0.4s done\n", - "#15 sha256:95be0f4718a48e45cacbaf6e19f7aed48101465aca88a577bd84a57ee42eba1b 628B / 628B 0.4s done\n", - "#15 sha256:669998b1fdf4ad752e6d1b278e90c3634ca699b0394fc3fe7342e72d404223d1 1.79MB / 1.79MB 0.6s done\n", - "#15 sha256:0368fd46e3c6d237d81390ff086f93aee216df5cfa814041a491453fb0932a12 3.64MB / 3.64MB 0.9s done\n", - "#15 extracting sha256:0368fd46e3c6d237d81390ff086f93aee216df5cfa814041a491453fb0932a12 0.1s done\n", - "#15 extracting sha256:669998b1fdf4ad752e6d1b278e90c3634ca699b0394fc3fe7342e72d404223d1 0.1s done\n", - "#15 extracting sha256:95be0f4718a48e45cacbaf6e19f7aed48101465aca88a577bd84a57ee42eba1b 0.0s done\n", - "#15 DONE 4.4s\n", - "\n", - "#14 [backend internal] load build context\n", - "#14 ...\n", - "\n", - "#15 [frontend stage-1 1/2] FROM docker.io/library/nginx:stable-alpine@sha256:8f2bcf97c473dfe311e79a510ee540ee02e28ce1e6a64e1ef89bfad32574ef10\n", - "#15 extracting sha256:62c31b33012d33aa0a2fe15793525a9d6d6bf9c57f1f9ec22b88a02f869b1c3e 0.0s done\n", - "#15 extracting sha256:85a0985bea3a96919f3334aeec7cec165a06ffc948c8de0418026c0d516c7016 0.0s done\n", - "#15 extracting sha256:8485f215491f7b3eccbb9a4c66ebb932c076fa9d17aa985155b6c57e132c2042 0.0s done\n", - "#15 extracting sha256:f2d0d37ae31d4ab6192eeea9aaf8c1c83664db1db36cb22c98fd2fd259c1542c 0.0s done\n", - "#15 extracting sha256:e585282f42862920f33200111c879a44e860b5848afce1246fdcd321700641d0 0.3s done\n", - "#15 DONE 4.8s\n", - "\n", - "#14 [backend internal] load build context\n", - "#14 transferring context: 78.67MB 5.2s\n", - "#14 ...\n", - "\n", - "#13 [backend 1/4] FROM docker.io/library/nginx:latest@sha256:d5f28ef21aabddd098f3dbc21fe5b7a7d7a184720bc07da0b6c9b9820e97f25e\n", - "#13 sha256:6c50e4e0c4393a7c1dc665d7c0f5b717d184ead14a9a0cfd50acd7997fe5e70d 1.40kB / 1.40kB 0.4s done\n", - "#13 sha256:a785b80f5a670dcc22bd75e3ffd6463d1b27c37f53a799479bf8ac95d2330952 1.21kB / 1.21kB 0.4s done\n", - "#13 sha256:f1c4d397f477546f880aadb7faeeee8eaa1d40e3ded29e62b598f64acf629912 627B / 627B 0.5s done\n", - "#13 sha256:f72106e8650736e17bf673e22947b69f0074b76be40d5a728d0704a762d0d285 956B / 956B 0.5s done\n", - "#13 sha256:899c83fc198bc29704e0f259db984cde12bfbb7cb60363667b108955b05fdd7a 404B / 404B 0.3s done\n", - "#13 sha256:cb497a329a815b4a2fe3b785e16e4589f3fe899a7d46834671125ef0b21e85ba 44.07MB / 44.07MB 5.1s done\n", - "#13 sha256:d107e437f7299a0db6425d4e37f44fa779f7917ecc8daf1e87128ee91b9ed3d3 28.23MB / 28.23MB 3.5s done\n", - "#13 extracting sha256:d107e437f7299a0db6425d4e37f44fa779f7917ecc8daf1e87128ee91b9ed3d3 0.7s done\n", - "#13 extracting sha256:cb497a329a815b4a2fe3b785e16e4589f3fe899a7d46834671125ef0b21e85ba 0.7s done\n", - "#13 DONE 6.7s\n", - "\n", - "#14 [backend internal] load build context\n", - "#14 ...\n", - "\n", - "#13 [backend 1/4] FROM docker.io/library/nginx:latest@sha256:d5f28ef21aabddd098f3dbc21fe5b7a7d7a184720bc07da0b6c9b9820e97f25e\n", - "#13 extracting sha256:f1c4d397f477546f880aadb7faeeee8eaa1d40e3ded29e62b598f64acf629912 0.0s done\n", - "#13 extracting sha256:f72106e8650736e17bf673e22947b69f0074b76be40d5a728d0704a762d0d285 0.0s done\n", - "#13 extracting sha256:899c83fc198bc29704e0f259db984cde12bfbb7cb60363667b108955b05fdd7a 0.0s done\n", - "#13 extracting sha256:a785b80f5a670dcc22bd75e3ffd6463d1b27c37f53a799479bf8ac95d2330952 0.0s done\n", - "#13 DONE 6.8s\n", - "\n", - "#14 [backend internal] load build context\n", - "#14 ...\n", - "\n", - "#13 [backend 1/4] FROM docker.io/library/nginx:latest@sha256:d5f28ef21aabddd098f3dbc21fe5b7a7d7a184720bc07da0b6c9b9820e97f25e\n", - "#13 extracting sha256:6c50e4e0c4393a7c1dc665d7c0f5b717d184ead14a9a0cfd50acd7997fe5e70d 0.0s done\n", - "#13 DONE 6.8s\n", - "\n", - "#14 [backend internal] load build context\n", - "#14 ...\n", - "\n", - "#16 [backend 2/4] RUN echo 'server {\\n listen 80;\\n location / {\\n root /usr/share/nginx/html;\\n index index.html index.htm;\\n add_header Access-Control-Allow-Origin \"*\" always;\\n add_header Access-Control-Allow-Methods \"GET, POST, OPTIONS, PUT, DELETE\" always;\\n add_header Access-Control-Allow-Headers \"Authorization, Content-Type, Accept\" always;\\n if ($request_method = OPTIONS) {\\n add_header Access-Control-Allow-Origin \"*\";\\n add_header Access-Control-Allow-Methods \"GET, POST, OPTIONS, PUT, DELETE\";\\n add_header Access-Control-Allow-Headers \"Authorization, Content-Type, Accept\";\\n add_header Content-Length 0;\\n add_header Content-Type \"text/plain charset=UTF-8\";\\n return 204;\\n }\\n }\\n}' > /etc/nginx/conf.d/default.conf\n", - "#16 DONE 0.5s\n", - "\n", - "#14 [backend internal] load build context\n", - "#14 ...\n", - "\n", - "#12 [frontend build 1/6] FROM docker.io/library/node:18@sha256:c6ae79e38498325db67193d391e6ec1d224d96c693a8a4d943498556716d3783\n", - "#12 sha256:461077a72fb7fe40d34a37d6a1958c4d16772d0dd77f572ec50a1fdc41a3754d 446B / 446B 0.4s done\n", - "#12 sha256:3697be50c98b9d071df4637e1d3491d00e7b9f3a732768c876d82309b3c5a145 1.25MB / 1.25MB 0.5s done\n", - "#12 sha256:c6b30c3f16966552af10ac00521f60355b1fcfd46ac1c20b1038587e28583ce7 41.94MB / 45.68MB 5.7s\n", - "#12 sha256:cda7f44f2bddcc4bb7514474024b3f3705de00ddb6355a33be5ac7808e5b7125 3.32kB / 3.32kB 0.3s done\n", - "#12 sha256:e23f099911d692f62b851cf49a1e93294288a115f5cd2d014180e4d3684d34ab 37.75MB / 211.36MB 5.3s\n", - "#12 sha256:79b2f47ad4443652b9b5cc81a95ede249fd976310efdbee159f29638783778c0 36.70MB / 64.40MB 5.1s\n", - "#12 sha256:37927ed901b1b2608b72796c6881bf645480268eca4ac9a37b9219e050bb4d84 24.02MB / 24.02MB 3.6s done\n", - "#12 sha256:3e6b9d1a95114e19f12262a4e8a59ad1d1a10ca7b82108adcf0605a200294964 0B / 48.49MB 0.5s\n", - "#12 ...\n", - "\n", - "#14 [backend internal] load build context\n", - "#14 transferring context: 115.01MB 10.2s\n", - "#14 transferring context: 167.13MB 15.3s\n", - "#14 ...\n", - "\n", - "#12 [frontend build 1/6] FROM docker.io/library/node:18@sha256:c6ae79e38498325db67193d391e6ec1d224d96c693a8a4d943498556716d3783\n", - "#12 sha256:c6b30c3f16966552af10ac00521f60355b1fcfd46ac1c20b1038587e28583ce7 45.68MB / 45.68MB 6.2s done\n", - "#12 sha256:e23f099911d692f62b851cf49a1e93294288a115f5cd2d014180e4d3684d34ab 169.87MB / 211.36MB 14.1s\n", - "#12 sha256:79b2f47ad4443652b9b5cc81a95ede249fd976310efdbee159f29638783778c0 64.40MB / 64.40MB 8.2s done\n", - "#12 sha256:3e6b9d1a95114e19f12262a4e8a59ad1d1a10ca7b82108adcf0605a200294964 48.49MB / 48.49MB 5.3s done\n", - "#12 extracting sha256:3e6b9d1a95114e19f12262a4e8a59ad1d1a10ca7b82108adcf0605a200294964 1.0s done\n", - "#12 extracting sha256:37927ed901b1b2608b72796c6881bf645480268eca4ac9a37b9219e050bb4d84 0.4s done\n", - "#12 extracting sha256:79b2f47ad4443652b9b5cc81a95ede249fd976310efdbee159f29638783778c0 1.2s done\n", - "#12 ...\n", - "\n", - "#14 [backend internal] load build context\n", - "#14 transferring context: 251.89MB 19.5s done\n", - "#14 DONE 19.5s\n", - "\n", - "#17 [backend 3/4] COPY vector/out/ /usr/share/nginx/html\n", - "#17 DONE 0.4s\n", - "\n", - "#18 [backend 4/4] COPY raster/out/ /usr/share/nginx/html\n", - "#18 DONE 0.3s\n", - "\n", - "#19 [backend] exporting to image\n", - "#19 exporting layers\n", - "#19 ...\n", - "\n", - "#12 [frontend build 1/6] FROM docker.io/library/node:18@sha256:c6ae79e38498325db67193d391e6ec1d224d96c693a8a4d943498556716d3783\n", - "#12 sha256:e23f099911d692f62b851cf49a1e93294288a115f5cd2d014180e4d3684d34ab 211.36MB / 211.36MB 15.7s done\n", - "#12 extracting sha256:e23f099911d692f62b851cf49a1e93294288a115f5cd2d014180e4d3684d34ab 2.7s done\n", - "#12 DONE 23.0s\n", - "\n", - "#12 [frontend build 1/6] FROM docker.io/library/node:18@sha256:c6ae79e38498325db67193d391e6ec1d224d96c693a8a4d943498556716d3783\n", - "#12 extracting sha256:cda7f44f2bddcc4bb7514474024b3f3705de00ddb6355a33be5ac7808e5b7125 0.1s done\n", - "#12 extracting sha256:c6b30c3f16966552af10ac00521f60355b1fcfd46ac1c20b1038587e28583ce7\n", - "#12 extracting sha256:c6b30c3f16966552af10ac00521f60355b1fcfd46ac1c20b1038587e28583ce7 0.9s done\n", - "#12 DONE 24.0s\n", - "\n", - "#19 [backend] exporting to image\n", - "#19 ...\n", - "\n", - "#12 [frontend build 1/6] FROM docker.io/library/node:18@sha256:c6ae79e38498325db67193d391e6ec1d224d96c693a8a4d943498556716d3783\n", - "#12 extracting sha256:3697be50c98b9d071df4637e1d3491d00e7b9f3a732768c876d82309b3c5a145 0.0s done\n", - "#12 extracting sha256:461077a72fb7fe40d34a37d6a1958c4d16772d0dd77f572ec50a1fdc41a3754d 0.0s done\n", - "#12 DONE 24.1s\n", - "\n", - "#20 [frontend build 2/6] WORKDIR /app\n", - "#20 DONE 0.3s\n", - "\n", - "#19 [backend] exporting to image\n", - "#19 ...\n", - "\n", - "#21 [frontend build 3/6] COPY package*.json ./\n", - "#21 DONE 0.1s\n", - "\n", - "#19 [backend] exporting to image\n", - "#19 exporting layers 4.3s done\n", - "#19 exporting manifest sha256:d0c647c4d516bd2b2b45dace06f9d5ea321b55215c182f8f393ff028fc04743c 0.0s done\n", - "#19 exporting config sha256:17952acc4b67ee2f8c9f8ff578bc0b4070f53a8d7e2430b7c214722f6109befb 0.0s done\n", - "#19 exporting attestation manifest sha256:712659439802925670050b2bf99838977eecec409fe75d67a9fd7210ca4d53d8\n", - "#19 exporting attestation manifest sha256:712659439802925670050b2bf99838977eecec409fe75d67a9fd7210ca4d53d8 0.0s done\n", - "#19 exporting manifest list sha256:4fa178414bb02aace7e9436da086c35dfc5208d4986294d945c393fffbb8d493 0.0s done\n", - "#19 naming to docker.io/library/pmtiles-backend:latest 0.0s done\n", - "#19 unpacking to docker.io/library/pmtiles-backend:latest\n", - "#19 unpacking to docker.io/library/pmtiles-backend:latest 0.8s done\n", - "#19 DONE 5.2s\n", - "\n", - "#22 [backend] resolving provenance for metadata file\n", - "#22 DONE 0.0s\n", - "\n", - "#23 [frontend build 4/6] RUN npm install\n", - "#23 28.59 npm warn deprecated sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead\n", - "#23 28.69 npm warn deprecated rollup-plugin-terser@7.0.2: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-terser\n", - "#23 28.92 npm warn deprecated workbox-cacheable-response@6.6.0: workbox-background-sync@6.6.0\n", - "#23 28.97 npm warn deprecated workbox-google-analytics@6.6.0: It is not compatible with newer versions of GA starting with v4, as long as you are using GAv3 it should be ok, but the package is not longer being maintained\n", - "#23 29.42 npm warn deprecated stable@0.1.8: Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility\n", - "#23 29.48 npm warn deprecated q@1.5.1: You or someone you depend on is using Q, the JavaScript Promise library that gave JavaScript developers strong feelings about promises. They can almost certainly migrate to the native JavaScript promise now. Thank you literally everyone for joining me in this bet against the odds. Be excellent to each other.\n", - "#23 29.48 npm warn deprecated\n", - "#23 29.48 npm warn deprecated (For a CapTP with native promises, see @endo/eventual-send and @endo/captp)\n", - "#23 30.16 npm warn deprecated w3c-hr-time@1.0.2: Use your platform's native performance.now() and performance.timeOrigin.\n", - "#23 30.21 npm warn deprecated domexception@2.0.1: Use your platform's native DOMException instead\n", - "#23 30.21 npm warn deprecated abab@2.0.6: Use your platform's native atob() and btoa() methods instead\n", - "#23 30.47 npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.\n", - "#23 30.48 npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported\n", - "#23 30.69 npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported\n", - "#23 31.34 npm warn deprecated @humanwhocodes/object-schema@2.0.3: Use @eslint/object-schema instead\n", - "#23 31.42 npm warn deprecated @humanwhocodes/config-array@0.13.0: Use @eslint/config-array instead\n", - "#23 31.66 npm warn deprecated @babel/plugin-proposal-optional-chaining@7.21.0: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-chaining instead.\n", - "#23 31.66 npm warn deprecated @babel/plugin-proposal-numeric-separator@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-numeric-separator instead.\n", - "#23 31.66 npm warn deprecated @babel/plugin-proposal-private-methods@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-private-methods instead.\n", - "#23 31.67 npm warn deprecated @babel/plugin-proposal-class-properties@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead.\n", - "#23 31.67 npm warn deprecated @babel/plugin-proposal-nullish-coalescing-operator@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-nullish-coalescing-operator instead.\n", - "#23 33.48 npm warn deprecated svgo@1.3.2: This SVGO version is no longer supported. Upgrade to v2.x.x.\n", - "#23 33.64 npm warn deprecated source-map@0.8.0-beta.0: The work that was done in this beta branch won't be included in future versions\n", - "#23 34.10 npm warn deprecated @babel/plugin-proposal-private-property-in-object@7.21.11: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-private-property-in-object instead.\n", - "#23 35.69 npm warn deprecated eslint@8.57.1: This version is no longer supported. Please see https://eslint.org/version-support for other options.\n", - "#23 37.82 \n", - "#23 37.82 added 1384 packages, and audited 1385 packages in 37s\n", - "#23 37.82 \n", - "#23 37.82 271 packages are looking for funding\n", - "#23 37.82 run `npm fund` for details\n", - "#23 37.83 \n", - "#23 37.83 10 vulnerabilities (4 moderate, 6 high)\n", - "#23 37.83 \n", - "#23 37.83 To address all issues (including breaking changes), run:\n", - "#23 37.83 npm audit fix --force\n", - "#23 37.83 \n", - "#23 37.83 Run `npm audit` for details.\n", - "#23 37.83 npm notice\n", - "#23 37.83 npm notice New major version of npm available! 10.8.2 -> 11.6.0\n", - "#23 37.83 npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.6.0\n", - "#23 37.83 npm notice To update run: npm install -g npm@11.6.0\n", - "#23 37.83 npm notice\n", - "#23 DONE 38.3s\n", - "\n", - "#24 [frontend build 5/6] COPY . .\n", - "#24 DONE 0.3s\n", - "\n", - "#25 [frontend build 6/6] RUN npm run build\n", - "#25 0.333 \n", - "#25 0.333 > react@1.0.0 build\n", - "#25 0.333 > react-scripts build\n", - "#25 0.333 \n", - "#25 0.910 Creating an optimized production build...\n", - "#25 16.28 Compiled successfully.\n", - "#25 16.28 \n", - "#25 16.28 File sizes after gzip:\n", - "#25 16.28 \n", - "#25 16.34 430.42 kB build/static/js/879.8348a87f.chunk.js\n", - "#25 16.34 253.77 kB build/static/js/main.2d869312.js\n", - "#25 16.34 9.57 kB build/static/css/main.d6bdd07b.css\n", - "#25 16.34 \n", - "#25 16.34 The project was built assuming it is hosted at /.\n", - "#25 16.34 You can control this with the homepage field in your package.json.\n", - "#25 16.34 \n", - "#25 16.34 The build folder is ready to be deployed.\n", - "#25 16.34 You may serve it with a static server:\n", - "#25 16.34 \n", - "#25 16.34 npm install -g serve\n", - "#25 16.34 serve -s build\n", - "#25 16.34 \n", - "#25 16.34 Find out more about deployment here:\n", - "#25 16.34 \n", - "#25 16.34 https://cra.link/deployment\n", - "#25 16.34 \n", - "#25 DONE 16.6s\n", - "\n", - "#26 [frontend stage-1 2/2] COPY --from=build /app/build /usr/share/nginx/html\n", - "#26 DONE 0.1s\n", - "\n", - "#27 [frontend] exporting to image\n", - "#27 exporting layers\n", - "#27 exporting layers 0.5s done\n", - "#27 exporting manifest sha256:49814125fa99d7adeaae89e16ac9f7212db7aa46e9126e7c21356a17ae2690cc 0.0s done\n", - "#27 exporting config sha256:486d9b4cb645e9bc9eae04373299c3e977872144ecf1915544bca5e2cc95956d 0.0s done\n", - "#27 exporting attestation manifest sha256:963cd3e5a487686bc535de48846d8e62bf10c6b26ed2175234913becc9ef6a7f 0.0s done\n", - "#27 exporting manifest list sha256:40a3792a3b2778ce4e06e49db9a384826d9b3145f6413798e9b9bdf12fbb619d 0.0s done\n", - "#27 naming to docker.io/library/pmtiles-frontend:latest done\n", - "#27 unpacking to docker.io/library/pmtiles-frontend:latest 0.1s done\n", - "#27 DONE 0.6s\n", - "\n", - "#28 [frontend] resolving provenance for metadata file\n", - "#28 DONE 0.0s\n", - "Attaching to backend-1, frontend-1\n", - "frontend-1 | /docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration\n", - "frontend-1 | /docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/\n", - "frontend-1 | /docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh\n", - "frontend-1 | 10-listen-on-ipv6-by-default.sh: info: Getting the checksum of /etc/nginx/conf.d/default.conf\n", - "frontend-1 | 10-listen-on-ipv6-by-default.sh: info: Enabled listen on IPv6 in /etc/nginx/conf.d/default.conf\n", - "frontend-1 | /docker-entrypoint.sh: Sourcing /docker-entrypoint.d/15-local-resolvers.envsh\n", - "frontend-1 | /docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh\n", - "frontend-1 | /docker-entrypoint.sh: Launching /docker-entrypoint.d/30-tune-worker-processes.sh\n", - "backend-1 | /docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration\n", - "backend-1 | /docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/\n", - "frontend-1 | /docker-entrypoint.sh: Configuration complete; ready for start up\n", - "backend-1 | /docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh\n", - "backend-1 | 10-listen-on-ipv6-by-default.sh: info: Getting the checksum of /etc/nginx/conf.d/default.conf\n", - "backend-1 | 10-listen-on-ipv6-by-default.sh: info: /etc/nginx/conf.d/default.conf differs from the packaged version\n", - "backend-1 | /docker-entrypoint.sh: Sourcing /docker-entrypoint.d/15-local-resolvers.envsh\n", - "backend-1 | /docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh\n", - "backend-1 | /docker-entrypoint.sh: Launching /docker-entrypoint.d/30-tune-worker-processes.sh\n", - "backend-1 | /docker-entrypoint.sh: Configuration complete; ready for start up\n", - "frontend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:07 +0000] \"GET / HTTP/1.1\" 200 542 \"-\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "frontend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:07 +0000] \"GET /static/css/main.d6bdd07b.css HTTP/1.1\" 200 70072 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "frontend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:07 +0000] \"GET /static/js/main.2d869312.js HTTP/1.1\" 200 932619 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:07 +0000] \"GET /N50_Samferdsel_senterlinje.pmtiles HTTP/1.1\" 206 16384 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:07 +0000] \"GET /N50_BygningerOgAnlegg_omrade.pmtiles HTTP/1.1\" 206 16384 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:07 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 16384 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "frontend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:07 +0000] \"GET /favicon.ico HTTP/1.1\" 404 555 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "frontend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:07 +0000] \"GET /manifest.json HTTP/1.1\" 404 555 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:07 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 229322 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:07 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 324348 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:07 +0000] \"GET /N50_BygningerOgAnlegg_omrade.pmtiles HTTP/1.1\" 206 4190 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:07 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 425673 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:07 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 556738 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:07 +0000] \"GET /N50_Samferdsel_senterlinje.pmtiles HTTP/1.1\" 206 113280 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:07 +0000] \"GET /N50_BygningerOgAnlegg_omrade.pmtiles HTTP/1.1\" 206 2875 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:07 +0000] \"GET /N50_Samferdsel_senterlinje.pmtiles HTTP/1.1\" 206 69032 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:07 +0000] \"GET /N50_BygningerOgAnlegg_omrade.pmtiles HTTP/1.1\" 206 7483 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:07 +0000] \"GET /N50_Samferdsel_senterlinje.pmtiles HTTP/1.1\" 206 33061 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:07 +0000] \"GET /N50_BygningerOgAnlegg_omrade.pmtiles HTTP/1.1\" 206 17999 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:07 +0000] \"GET /N50_Samferdsel_senterlinje.pmtiles HTTP/1.1\" 206 52037 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:07 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 24 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:07 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 737 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:07 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 419 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:07 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 1000 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:07 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 287 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:14 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 491573 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:14 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 105168 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:14 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 439490 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:15 +0000] \"GET /N50_BygningerOgAnlegg_omrade.pmtiles HTTP/1.1\" 206 633 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:15 +0000] \"GET /N50_Samferdsel_senterlinje.pmtiles HTTP/1.1\" 206 71 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:15 +0000] \"GET /N50_Samferdsel_senterlinje.pmtiles HTTP/1.1\" 206 213 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:15 +0000] \"GET /N50_BygningerOgAnlegg_omrade.pmtiles HTTP/1.1\" 206 218 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:15 +0000] \"GET /N50_BygningerOgAnlegg_omrade.pmtiles HTTP/1.1\" 206 485 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:15 +0000] \"GET /N50_Samferdsel_senterlinje.pmtiles HTTP/1.1\" 206 569 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:15 +0000] \"GET /N50_BygningerOgAnlegg_omrade.pmtiles HTTP/1.1\" 206 373 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:15 +0000] \"GET /N50_Samferdsel_senterlinje.pmtiles HTTP/1.1\" 206 211 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:23 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 106690 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:24 +0000] \"GET /N50_Samferdsel_senterlinje.pmtiles HTTP/1.1\" 206 64300 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:24 +0000] \"GET /N50_BygningerOgAnlegg_omrade.pmtiles HTTP/1.1\" 206 1288 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:24 +0000] \"GET /N50_BygningerOgAnlegg_omrade.pmtiles HTTP/1.1\" 206 7946 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:24 +0000] \"GET /N50_Samferdsel_senterlinje.pmtiles HTTP/1.1\" 206 38342 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:24 +0000] \"GET /N50_BygningerOgAnlegg_omrade.pmtiles HTTP/1.1\" 206 29192 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:24 +0000] \"GET /N50_Samferdsel_senterlinje.pmtiles HTTP/1.1\" 206 248826 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:24 +0000] \"GET /N50_Samferdsel_senterlinje.pmtiles HTTP/1.1\" 206 108913 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:24 +0000] \"GET /N50_BygningerOgAnlegg_omrade.pmtiles HTTP/1.1\" 206 10893 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:24 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 150202 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:24 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 343911 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:25 +0000] \"GET /N50_Samferdsel_senterlinje.pmtiles HTTP/1.1\" 206 88832 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:25 +0000] \"GET /N50_BygningerOgAnlegg_omrade.pmtiles HTTP/1.1\" 206 2063 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:25 +0000] \"GET /N50_BygningerOgAnlegg_omrade.pmtiles HTTP/1.1\" 206 8964 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:25 +0000] \"GET /N50_Samferdsel_senterlinje.pmtiles HTTP/1.1\" 206 449227 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:25 +0000] \"GET /N50_BygningerOgAnlegg_omrade.pmtiles HTTP/1.1\" 206 39192 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:25 +0000] \"GET /N50_Samferdsel_senterlinje.pmtiles HTTP/1.1\" 206 292401 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:25 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 15364 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:25 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 31731 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:25 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 138634 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:25 +0000] \"GET /N50_Samferdsel_senterlinje.pmtiles HTTP/1.1\" 206 28204 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:25 +0000] \"GET /N50_BygningerOgAnlegg_omrade.pmtiles HTTP/1.1\" 206 1846 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:25 +0000] \"GET /N50_Samferdsel_senterlinje.pmtiles HTTP/1.1\" 206 104421 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:25 +0000] \"GET /N50_BygningerOgAnlegg_omrade.pmtiles HTTP/1.1\" 206 7883 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:27 +0000] \"GET /N50_BygningerOgAnlegg_omrade.pmtiles HTTP/1.1\" 206 7303 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:27 +0000] \"GET /N50_Samferdsel_senterlinje.pmtiles HTTP/1.1\" 206 456837 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:27 +0000] \"GET /N50_BygningerOgAnlegg_omrade.pmtiles HTTP/1.1\" 206 39546 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:27 +0000] \"GET /N50_Samferdsel_senterlinje.pmtiles HTTP/1.1\" 206 54899 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:29 +0000] \"GET /N50_Samferdsel_senterlinje.pmtiles HTTP/1.1\" 206 894 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:29 +0000] \"GET /N50_Samferdsel_senterlinje.pmtiles HTTP/1.1\" 206 898 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "frontend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:34 +0000] \"GET /static/css/main.d6bdd07b.css HTTP/1.1\" 304 0 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "frontend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:34 +0000] \"GET /manifest.json HTTP/1.1\" 404 555 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "frontend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:34 +0000] \"GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1\" 404 555 \"-\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "frontend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:34 +0000] \"GET /static/css/main.d6bdd07b.css.map HTTP/1.1\" 200 72308 \"-\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "frontend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:34 +0000] \"GET /static/js/main.2d869312.js.map HTTP/1.1\" 200 545939 \"-\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:55 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 200243 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:55 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 474919 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:55 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 122839 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:55 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 280412 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:58 +0000] \"GET /N50_BygningerOgAnlegg_omrade.pmtiles HTTP/1.1\" 206 218 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:58 +0000] \"GET /N50_Samferdsel_senterlinje.pmtiles HTTP/1.1\" 206 71 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:58 +0000] \"GET /N50_BygningerOgAnlegg_omrade.pmtiles HTTP/1.1\" 206 373 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:58 +0000] \"GET /N50_Samferdsel_senterlinje.pmtiles HTTP/1.1\" 206 569 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:58 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 368139 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:58 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 274740 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:58 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 258494 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:58 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 208462 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:58 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 266877 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:08:58 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 205302 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:09:02 +0000] \"GET /N50_Samferdsel_senterlinje.pmtiles HTTP/1.1\" 206 71 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:09:02 +0000] \"GET /N50_Samferdsel_senterlinje.pmtiles HTTP/1.1\" 206 569 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:09:02 +0000] \"GET /N50_BygningerOgAnlegg_omrade.pmtiles HTTP/1.1\" 206 218 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:09:02 +0000] \"GET /N50_BygningerOgAnlegg_omrade.pmtiles HTTP/1.1\" 206 373 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:09:04 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 256496 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:09:04 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 260994 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:09:04 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 292273 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:09:04 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 256361 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:09:07 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 256361 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:09:07 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 292273 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:09:07 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 271503 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:09:07 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 251801 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:09:11 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 146361 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:09:11 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 208114 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:09:11 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 130217 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:09:12 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 252574 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:09:13 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 213550 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:09:13 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 271370 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:09:18 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 163912 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:09:18 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 273424 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:09:18 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 333438 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:09:18 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 220276 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:09:18 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 275938 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:09:18 +0000] \"GET /N50_Samferdsel_senterlinje.pmtiles HTTP/1.1\" 206 213 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:09:18 +0000] \"GET /N50_BygningerOgAnlegg_omrade.pmtiles HTTP/1.1\" 206 633 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:09:18 +0000] \"GET /N50_BygningerOgAnlegg_omrade.pmtiles HTTP/1.1\" 206 485 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:09:18 +0000] \"GET /N50_Samferdsel_senterlinje.pmtiles HTTP/1.1\" 206 211 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:09:19 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 170470 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:09:19 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 411314 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:09:24 +0000] \"GET /N50_Samferdsel_senterlinje.pmtiles HTTP/1.1\" 206 213 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:09:24 +0000] \"GET /N50_BygningerOgAnlegg_omrade.pmtiles HTTP/1.1\" 206 633 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:09:24 +0000] \"GET /N50_Samferdsel_senterlinje.pmtiles HTTP/1.1\" 206 211 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:09:24 +0000] \"GET /N50_BygningerOgAnlegg_omrade.pmtiles HTTP/1.1\" 206 485 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:09:30 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 105168 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:09:32 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 55686 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:09:32 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 120859 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:09:33 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 229322 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "backend-1 | 172.18.0.1 - - [09/Sep/2025:14:09:34 +0000] \"GET /N50_raster_2024.pmtiles HTTP/1.1\" 206 324348 \"http://localhost:3000/\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0\" \"-\"\n", - "\n", - "\u001b[Kbackend-1 exited with code 0\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - " pmtiles-backend Built\n", - " pmtiles-frontend Built\n", - " Network pmtiles_default Creating\n", - " Network pmtiles_default Created\n", - " Container pmtiles-frontend-1 Creating\n", - " Container pmtiles-backend-1 Creating\n", - " Container pmtiles-frontend-1 Created\n", - " Container pmtiles-backend-1 Created\n", - "frontend-1 | 2025/09/09 14:07:12 [notice] 1#1: using the \"epoll\" event method\n", - "frontend-1 | 2025/09/09 14:07:12 [notice] 1#1: nginx/1.28.0\n", - "frontend-1 | 2025/09/09 14:07:12 [notice] 1#1: built by gcc 14.2.0 (Alpine 14.2.0) \n", - "frontend-1 | 2025/09/09 14:07:12 [notice] 1#1: OS: Linux 6.6.87.2-microsoft-standard-WSL2\n", - "frontend-1 | 2025/09/09 14:07:12 [notice] 1#1: getrlimit(RLIMIT_NOFILE): 1048576:1048576\n", - "frontend-1 | 2025/09/09 14:07:12 [notice] 1#1: start worker processes\n", - "frontend-1 | 2025/09/09 14:07:12 [notice] 1#1: start worker process 30\n", - "frontend-1 | 2025/09/09 14:07:12 [notice] 1#1: start worker process 31\n", - "frontend-1 | 2025/09/09 14:07:12 [notice] 1#1: start worker process 32\n", - "frontend-1 | 2025/09/09 14:07:12 [notice] 1#1: start worker process 33\n", - "frontend-1 | 2025/09/09 14:07:12 [notice] 1#1: start worker process 34\n", - "frontend-1 | 2025/09/09 14:07:12 [notice] 1#1: start worker process 35\n", - "frontend-1 | 2025/09/09 14:07:12 [notice] 1#1: start worker process 36\n", - "frontend-1 | 2025/09/09 14:07:12 [notice] 1#1: start worker process 37\n", - "frontend-1 | 2025/09/09 14:07:12 [notice] 1#1: start worker process 38\n", - "frontend-1 | 2025/09/09 14:07:12 [notice] 1#1: start worker process 39\n", - "frontend-1 | 2025/09/09 14:07:12 [notice] 1#1: start worker process 40\n", - "frontend-1 | 2025/09/09 14:07:12 [notice] 1#1: start worker process 41\n", - "frontend-1 | 2025/09/09 14:07:12 [notice] 1#1: start worker process 42\n", - "frontend-1 | 2025/09/09 14:07:12 [notice] 1#1: start worker process 43\n", - "frontend-1 | 2025/09/09 14:07:12 [notice] 1#1: start worker process 44\n", - "frontend-1 | 2025/09/09 14:07:12 [notice] 1#1: start worker process 45\n", - "frontend-1 | 2025/09/09 14:07:12 [notice] 1#1: start worker process 46\n", - "frontend-1 | 2025/09/09 14:07:12 [notice] 1#1: start worker process 47\n", - "frontend-1 | 2025/09/09 14:07:12 [notice] 1#1: start worker process 48\n", - "frontend-1 | 2025/09/09 14:07:12 [notice] 1#1: start worker process 49\n", - "backend-1 | 2025/09/09 14:07:12 [notice] 1#1: using the \"epoll\" event method\n", - "backend-1 | 2025/09/09 14:07:12 [notice] 1#1: nginx/1.29.1\n", - "backend-1 | 2025/09/09 14:07:12 [notice] 1#1: built by gcc 12.2.0 (Debian 12.2.0-14+deb12u1) \n", - "backend-1 | 2025/09/09 14:07:12 [notice] 1#1: OS: Linux 6.6.87.2-microsoft-standard-WSL2\n", - "backend-1 | 2025/09/09 14:07:12 [notice] 1#1: getrlimit(RLIMIT_NOFILE): 1048576:1048576\n", - "backend-1 | 2025/09/09 14:07:12 [notice] 1#1: start worker processes\n", - "backend-1 | 2025/09/09 14:07:12 [notice] 1#1: start worker process 28\n", - "backend-1 | 2025/09/09 14:07:12 [notice] 1#1: start worker process 29\n", - "backend-1 | 2025/09/09 14:07:12 [notice] 1#1: start worker process 30\n", - "backend-1 | 2025/09/09 14:07:12 [notice] 1#1: start worker process 31\n", - "backend-1 | 2025/09/09 14:07:12 [notice] 1#1: start worker process 32\n", - "backend-1 | 2025/09/09 14:07:12 [notice] 1#1: start worker process 33\n", - "backend-1 | 2025/09/09 14:07:12 [notice] 1#1: start worker process 34\n", - "backend-1 | 2025/09/09 14:07:12 [notice] 1#1: start worker process 35\n", - "backend-1 | 2025/09/09 14:07:12 [notice] 1#1: start worker process 36\n", - "backend-1 | 2025/09/09 14:07:12 [notice] 1#1: start worker process 37\n", - "backend-1 | 2025/09/09 14:07:12 [notice] 1#1: start worker process 38\n", - "backend-1 | 2025/09/09 14:07:12 [notice] 1#1: start worker process 39\n", - "backend-1 | 2025/09/09 14:07:12 [notice] 1#1: start worker process 40\n", - "backend-1 | 2025/09/09 14:07:12 [notice] 1#1: start worker process 41\n", - "backend-1 | 2025/09/09 14:07:12 [notice] 1#1: start worker process 42\n", - "backend-1 | 2025/09/09 14:07:12 [notice] 1#1: start worker process 43\n", - "backend-1 | 2025/09/09 14:07:12 [notice] 1#1: start worker process 44\n", - "backend-1 | 2025/09/09 14:07:12 [notice] 1#1: start worker process 45\n", - "backend-1 | 2025/09/09 14:07:12 [notice] 1#1: start worker process 46\n", - "backend-1 | 2025/09/09 14:07:12 [notice] 1#1: start worker process 47\n", - "frontend-1 | 2025/09/09 14:08:07 [error] 30#30: *1 open() \"/usr/share/nginx/html/favicon.ico\" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: \"GET /favicon.ico HTTP/1.1\", host: \"localhost:3000\", referrer: \"http://localhost:3000/\"\n", - "frontend-1 | 2025/09/09 14:08:07 [error] 33#33: *3 open() \"/usr/share/nginx/html/manifest.json\" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: \"GET /manifest.json HTTP/1.1\", host: \"localhost:3000\", referrer: \"http://localhost:3000/\"\n", - "frontend-1 | 2025/09/09 14:08:34 [error] 33#33: *3 open() \"/usr/share/nginx/html/manifest.json\" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: \"GET /manifest.json HTTP/1.1\", host: \"localhost:3000\", referrer: \"http://localhost:3000/\"\n", - "frontend-1 | 2025/09/09 14:08:34 [error] 30#30: *1 open() \"/usr/share/nginx/html/.well-known/appspecific/com.chrome.devtools.json\" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: \"GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1\", host: \"localhost:3000\"\n", - "frontend-1 | 2025/09/09 14:09:41 [notice] 1#1: signal 3 (SIGQUIT) received, shutting down\n", - "frontend-1 | 2025/09/09 14:09:41 [notice] 30#30: gracefully shutting down\n", - "frontend-1 | 2025/09/09 14:09:41 [notice] 32#32: gracefully shutting down\n", - "frontend-1 | 2025/09/09 14:09:41 [notice] 36#36: gracefully shutting down\n", - "frontend-1 | 2025/09/09 14:09:41 [notice] 33#33: gracefully shutting down\n", - "frontend-1 | 2025/09/09 14:09:41 [notice] 38#38: gracefully shutting down\n", - "frontend-1 | 2025/09/09 14:09:41 [notice] 30#30: exiting\n", - "frontend-1 | 2025/09/09 14:09:41 [notice] 38#38: exiting\n", - "frontend-1 | 2025/09/09 14:09:41 [notice] 36#36: exiting\n", - "frontend-1 | 2025/09/09 14:09:41 [notice] 35#35: gracefully shutting down\n", - "frontend-1 | 2025/09/09 14:09:41 [notice] 40#40: gracefully shutting down\n", - "frontend-1 | 2025/09/09 14:09:41 [notice] 39#39: gracefully shutting down\n", - "frontend-1 | 2025/09/09 14:09:41 [notice] 35#35: exiting\n", - "backend-1 | 2025/09/09 14:09:41 [notice] 1#1: signal 3 (SIGQUIT) received, shutting down\n", - "frontend-1 | 2025/09/09 14:09:41 [notice] 38#38: exit\n", - "frontend-1 | 2025/09/09 14:09:41 [notice] 30#30: exit\n", - "frontend-1 | 2025/09/09 14:09:41 [notice] 39#39: exiting\n", - "frontend-1 | 2025/09/09 14:09:41 [notice] 31#31: gracefully shutting down\n", - "frontend-1 | 2025/09/09 14:09:41 [notice] 33#33: exiting\n", - "frontend-1 | 2025/09/09 14:09:41 [notice] 31#31: exiting\n", - "frontend-1 | 2025/09/09 14:09:41 [notice] 35#35: exit\n", - "frontend-1 | 2025/09/09 14:09:41 [notice] 31#31: exit\n", - "frontend-1 | 2025/09/09 14:09:41 [notice] 33#33: exit\n", - "frontend-1 | 2025/09/09 14:09:41 [notice] 39#39: exit\n", - "frontend-1 | 2025/09/09 14:09:41 [notice] 32#32: exiting\n", - "backend-1 | 2025/09/09 14:09:41 [notice] 38#38: gracefully shutting down\n", - "backend-1 | 2025/09/09 14:09:41 [notice] 39#39: gracefully shutting down\n", - "backend-1 | 2025/09/09 14:09:41 [notice] 38#38: exiting\n", - "backend-1 | 2025/09/09 14:09:41 [notice] 39#39: exiting\n", - "backend-1 | 2025/09/09 14:09:41 [notice] 28#28: gracefully shutting down\n", - "backend-1 | 2025/09/09 14:09:41 [notice] 38#38: exit\n", - "backend-1 | 2025/09/09 14:09:41 [notice] 39#39: exit\n", - "backend-1 | 2025/09/09 14:09:41 [notice] 28#28: exiting\n", - "backend-1 | 2025/09/09 14:09:41 [notice] 28#28: exit\n", - "backend-1 | 2025/09/09 14:09:41 [notice] 36#36: gracefully shutting down\n", - "backend-1 | 2025/09/09 14:09:41 [notice] 36#36: exiting\n", - "backend-1 | 2025/09/09 14:09:41 [notice] 36#36: exit\n", - "frontend-1 | 2025/09/09 14:09:41 [notice] 36#36: exit\n", - "frontend-1 | 2025/09/09 14:09:41 [notice] 40#40: exiting\n", - "frontend-1 | 2025/09/09 14:09:41 [notice] 32#32: exit\n", - "frontend-1 | 2025/09/09 14:09:41 [notice] 34#34: gracefully shutting down\n", - "frontend-1 | 2025/09/09 14:09:41 [notice] 40#40: exit\n", - "frontend-1 | 2025/09/09 14:09:41 [notice] 34#34: exiting\n", - "frontend-1 | 2025/09/09 14:09:41 [notice] 34#34: exit\n", - "frontend-1 | 2025/09/09 14:09:41 [notice] 41#41: gracefully shutting down\n", - "frontend-1 | 2025/09/09 14:09:41 [notice] 41#41: exiting\n", - "backend-1 | 2025/09/09 14:09:41 [notice] 31#31: gracefully shutting down\n", - "backend-1 | 2025/09/09 14:09:41 [notice] 32#32: gracefully shutting down\n", - "backend-1 | 2025/09/09 14:09:41 [notice] 33#33: gracefully shutting down\n", - "backend-1 | 2025/09/09 14:09:41 [notice] 29#29: gracefully shutting down\n", - "backend-1 | 2025/09/09 14:09:41 [notice] 34#34: gracefully shutting down\n", - "backend-1 | 2025/09/09 14:09:41 [notice] 41#41: gracefully shutting down\n", - "backend-1 | 2025/09/09 14:09:41 [notice] 41#41: exiting\n", - "backend-1 | 2025/09/09 14:09:41 [notice] 41#41: exit\n", - "backend-1 | 2025/09/09 14:09:41 [notice] 34#34: exiting\n", - "backend-1 | 2025/09/09 14:09:41 [notice] 30#30: gracefully shutting down\n", - "backend-1 | 2025/09/09 14:09:41 [notice] 34#34: exit\n", - "backend-1 | 2025/09/09 14:09:41 [notice] 30#30: exiting\n", - "backend-1 | 2025/09/09 14:09:41 [notice] 30#30: exit\n", - "backend-1 | 2025/09/09 14:09:41 [notice] 31#31: exiting\n", - "backend-1 | 2025/09/09 14:09:41 [notice] 31#31: exit\n", - "frontend-1 | 2025/09/09 14:09:41 [notice] 37#37: gracefully shutting down\n", - "frontend-1 | 2025/09/09 14:09:41 [notice] 37#37: exiting\n", - "frontend-1 | 2025/09/09 14:09:41 [notice] 41#41: exit\n", - "frontend-1 | 2025/09/09 14:09:41 [notice] 45#45: gracefully shutting down\n", - "frontend-1 | 2025/09/09 14:09:41 [notice] 42#42: gracefully shutting down\n", - "frontend-1 | 2025/09/09 14:09:41 [notice] 42#42: exiting\n", - "frontend-1 | 2025/09/09 14:09:41 [notice] 45#45: exiting\n", - "frontend-1 | 2025/09/09 14:09:41 [notice] 47#47: gracefully shutting down\n", - "frontend-1 | 2025/09/09 14:09:41 [notice] 47#47: exiting\n", - "frontend-1 | 2025/09/09 14:09:41 [notice] 48#48: gracefully shutting down\n", - "frontend-1 | 2025/09/09 14:09:41 [notice] 48#48: exiting\n", - "frontend-1 | 2025/09/09 14:09:41 [notice] 46#46: gracefully shutting down\n", - "frontend-1 | 2025/09/09 14:09:41 [notice] 46#46: exiting\n", - "frontend-1 | 2025/09/09 14:09:41 [notice] 43#43: gracefully shutting down\n", - "backend-1 | 2025/09/09 14:09:41 [notice] 43#43: gracefully shutting down\n", - "backend-1 | 2025/09/09 14:09:41 [notice] 43#43: exiting\n", - "frontend-1 | 2025/09/09 14:09:41 [notice] 43#43: exiting\n", - "frontend-1 | 2025/09/09 14:09:41 [notice] 49#49: gracefully shutting down\n", - "frontend-1 | 2025/09/09 14:09:41 [notice] 49#49: exiting\n", - "backend-1 | 2025/09/09 14:09:41 [notice] 29#29: exiting\n", - "backend-1 | 2025/09/09 14:09:41 [notice] 43#43: exit\n", - "backend-1 | 2025/09/09 14:09:41 [notice] 29#29: exit\n", - "backend-1 | 2025/09/09 14:09:41 [notice] 42#42: gracefully shutting down\n", - "backend-1 | 2025/09/09 14:09:41 [notice] 42#42: exiting\n", - "backend-1 | 2025/09/09 14:09:41 [notice] 40#40: gracefully shutting down\n", - "backend-1 | 2025/09/09 14:09:41 [notice] 40#40: exiting\n", - "backend-1 | 2025/09/09 14:09:41 [notice] 42#42: exit\n", - "backend-1 | 2025/09/09 14:09:41 [notice] 40#40: exit\n", - "backend-1 | 2025/09/09 14:09:41 [notice] 45#45: gracefully shutting down\n", - "backend-1 | 2025/09/09 14:09:41 [notice] 45#45: exiting\n", - "backend-1 | 2025/09/09 14:09:41 [notice] 44#44: gracefully shutting down\n", - "backend-1 | 2025/09/09 14:09:41 [notice] 44#44: exiting\n", - "backend-1 | 2025/09/09 14:09:41 [notice] 44#44: exit\n", - "backend-1 | 2025/09/09 14:09:41 [notice] 32#32: exiting\n", - "backend-1 | 2025/09/09 14:09:41 [notice] 45#45: exit\n", - "backend-1 | 2025/09/09 14:09:41 [notice] 32#32: exit\n", - "frontend-1 | 2025/09/09 14:09:41 [notice] 37#37: exit\n", - "frontend-1 | 2025/09/09 14:09:41 [notice] 44#44: gracefully shutting down\n", - "frontend-1 | 2025/09/09 14:09:41 [notice] 44#44: exiting\n", - "backend-1 | 2025/09/09 14:09:41 [notice] 46#46: gracefully shutting down\n", - "backend-1 | 2025/09/09 14:09:41 [notice] 33#33: exiting\n", - "backend-1 | 2025/09/09 14:09:41 [notice] 46#46: exiting\n", - "backend-1 | 2025/09/09 14:09:41 [notice] 33#33: exit\n", - "backend-1 | 2025/09/09 14:09:41 [notice] 46#46: exit\n", - "backend-1 | 2025/09/09 14:09:41 [notice] 47#47: gracefully shutting down\n", - "backend-1 | 2025/09/09 14:09:41 [notice] 47#47: exiting\n", - "backend-1 | 2025/09/09 14:09:41 [notice] 47#47: exit\n", - "backend-1 | 2025/09/09 14:09:41 [notice] 35#35: gracefully shutting down\n", - "backend-1 | 2025/09/09 14:09:41 [notice] 35#35: exiting\n", - "backend-1 | 2025/09/09 14:09:41 [notice] 35#35: exit\n", - "backend-1 | 2025/09/09 14:09:41 [notice] 37#37: gracefully shutting down\n", - "backend-1 | 2025/09/09 14:09:41 [notice] 37#37: exiting\n", - "frontend-1 | 2025/09/09 14:09:41 [notice] 45#45: exit\n", - "frontend-1 | 2025/09/09 14:09:41 [notice] 42#42: exit\n", - "frontend-1 | 2025/09/09 14:09:41 [notice] 47#47: exit\n", - "frontend-1 | 2025/09/09 14:09:41 [notice] 48#48: exit\n", - "backend-1 | 2025/09/09 14:09:41 [notice] 37#37: exit\n", - "frontend-1 | 2025/09/09 14:09:41 [notice] 46#46: exit\n", - "frontend-1 | 2025/09/09 14:09:41 [notice] 49#49: exit\n", - "frontend-1 | 2025/09/09 14:09:41 [notice] 44#44: exit\n", - "frontend-1 | 2025/09/09 14:09:41 [notice] 43#43: exit\n", - "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: signal 17 (SIGCHLD) received from 36\n", - "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: worker process 36 exited with code 0\n", - "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: signal 29 (SIGIO) received\n", - "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: signal 17 (SIGCHLD) received from 30\n", - "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: worker process 30 exited with code 0\n", - "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: signal 29 (SIGIO) received\n", - "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: signal 17 (SIGCHLD) received from 40\n", - "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: worker process 40 exited with code 0\n", - "frontend-1 | 2025/09/09 14:09:42 [notice] 1#1: signal 17 (SIGCHLD) received from 30\n", - "frontend-1 | 2025/09/09 14:09:42 [notice] 1#1: worker process 30 exited with code 0\n", - "frontend-1 | 2025/09/09 14:09:42 [notice] 1#1: worker process 38 exited with code 0\n", - "frontend-1 | 2025/09/09 14:09:42 [notice] 1#1: signal 29 (SIGIO) received\n", - "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: signal 29 (SIGIO) received\n", - "frontend-1 | 2025/09/09 14:09:42 [notice] 1#1: signal 17 (SIGCHLD) received from 33\n", - "frontend-1 | 2025/09/09 14:09:42 [notice] 1#1: worker process 33 exited with code 0\n", - "frontend-1 | 2025/09/09 14:09:42 [notice] 1#1: signal 29 (SIGIO) received\n", - "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: signal 17 (SIGCHLD) received from 45\n", - "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: worker process 45 exited with code 0\n", - "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: signal 29 (SIGIO) received\n", - "frontend-1 | 2025/09/09 14:09:42 [notice] 1#1: signal 17 (SIGCHLD) received from 45\n", - "frontend-1 | 2025/09/09 14:09:42 [notice] 1#1: worker process 31 exited with code 0\n", - "frontend-1 | 2025/09/09 14:09:42 [notice] 1#1: worker process 43 exited with code 0\n", - "frontend-1 | 2025/09/09 14:09:42 [notice] 1#1: worker process 45 exited with code 0\n", - "frontend-1 | 2025/09/09 14:09:42 [notice] 1#1: worker process 48 exited with code 0\n", - "frontend-1 | 2025/09/09 14:09:42 [notice] 1#1: worker process 46 exited with code 0\n", - "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: signal 17 (SIGCHLD) received from 47\n", - "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: worker process 39 exited with code 0\n", - "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: worker process 34 exited with code 0\n", - "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: worker process 46 exited with code 0\n", - "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: worker process 47 exited with code 0\n", - "frontend-1 | 2025/09/09 14:09:42 [notice] 1#1: signal 29 (SIGIO) received\n", - "frontend-1 | 2025/09/09 14:09:42 [notice] 1#1: signal 17 (SIGCHLD) received from 31\n", - "frontend-1 | 2025/09/09 14:09:42 [notice] 1#1: worker process 32 exited with code 0\n", - "frontend-1 | 2025/09/09 14:09:42 [notice] 1#1: worker process 35 exited with code 0\n", - "frontend-1 | 2025/09/09 14:09:42 [notice] 1#1: signal 29 (SIGIO) received\n", - "frontend-1 | 2025/09/09 14:09:42 [notice] 1#1: signal 17 (SIGCHLD) received from 41\n", - "frontend-1 | 2025/09/09 14:09:42 [notice] 1#1: worker process 41 exited with code 0\n", - "frontend-1 | 2025/09/09 14:09:42 [notice] 1#1: signal 29 (SIGIO) received\n", - "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: signal 29 (SIGIO) received\n", - "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: signal 17 (SIGCHLD) received from 46\n", - "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: worker process 35 exited with code 0\n", - "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: worker process 37 exited with code 0\n", - "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: worker process 43 exited with code 0\n", - "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: worker process 44 exited with code 0\n", - "frontend-1 | 2025/09/09 14:09:42 [notice] 1#1: signal 17 (SIGCHLD) received from 47\n", - "frontend-1 | 2025/09/09 14:09:42 [notice] 1#1: worker process 37 exited with code 0\n", - "frontend-1 | 2025/09/09 14:09:42 [notice] 1#1: worker process 47 exited with code 0\n", - "frontend-1 | 2025/09/09 14:09:42 [notice] 1#1: signal 29 (SIGIO) received\n", - "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: signal 29 (SIGIO) received\n", - "frontend-1 | 2025/09/09 14:09:42 [notice] 1#1: signal 17 (SIGCHLD) received from 36\n", - "frontend-1 | 2025/09/09 14:09:42 [notice] 1#1: worker process 36 exited with code 0\n", - "frontend-1 | 2025/09/09 14:09:42 [notice] 1#1: signal 29 (SIGIO) received\n", - "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: signal 17 (SIGCHLD) received from 38\n", - "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: worker process 38 exited with code 0\n", - "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: signal 29 (SIGIO) received\n", - "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: signal 17 (SIGCHLD) received from 42\n", - "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: worker process 42 exited with code 0\n", - "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: signal 29 (SIGIO) received\n", - "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: signal 17 (SIGCHLD) received from 29\n", - "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: worker process 28 exited with code 0\n", - "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: worker process 29 exited with code 0\n", - "frontend-1 | 2025/09/09 14:09:42 [notice] 1#1: signal 17 (SIGCHLD) received from 39\n", - "frontend-1 | 2025/09/09 14:09:42 [notice] 1#1: worker process 39 exited with code 0\n", - "frontend-1 | 2025/09/09 14:09:42 [notice] 1#1: signal 29 (SIGIO) received\n", - "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: signal 29 (SIGIO) received\n", - "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: signal 17 (SIGCHLD) received from 32\n", - "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: worker process 31 exited with code 0\n", - "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: worker process 32 exited with code 0\n", - "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: worker process 33 exited with code 0\n", - "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: signal 29 (SIGIO) received\n", - "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: signal 17 (SIGCHLD) received from 31\n", - "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: signal 17 (SIGCHLD) received from 41\n", - "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: worker process 41 exited with code 0\n", - "backend-1 | 2025/09/09 14:09:42 [notice] 1#1: exit\n", - "frontend-1 | 2025/09/09 14:09:42 [notice] 1#1: signal 17 (SIGCHLD) received from 42\n", - "frontend-1 | 2025/09/09 14:09:42 [notice] 1#1: worker process 40 exited with code 0\n", - "frontend-1 | 2025/09/09 14:09:42 [notice] 1#1: worker process 42 exited with code 0\n", - "frontend-1 | 2025/09/09 14:09:42 [notice] 1#1: signal 29 (SIGIO) received\n", - "frontend-1 | 2025/09/09 14:09:42 [notice] 1#1: signal 17 (SIGCHLD) received from 34\n", - "frontend-1 | 2025/09/09 14:09:42 [notice] 1#1: worker process 34 exited with code 0\n", - "frontend-1 | 2025/09/09 14:09:42 [notice] 1#1: worker process 44 exited with code 0\n", - "frontend-1 | 2025/09/09 14:09:42 [notice] 1#1: signal 17 (SIGCHLD) received from 49\n", - "frontend-1 | 2025/09/09 14:09:42 [notice] 1#1: worker process 49 exited with code 0\n", - "frontend-1 | 2025/09/09 14:09:42 [notice] 1#1: exit\n" - ] - } - ], + "outputs": [], "source": [ "!docker compose up --build" ] @@ -6313,32 +436,10 @@ }, { "cell_type": "code", - "execution_count": 23, + "execution_count": null, "id": "1f7aeef1", "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Going to remove pmtiles-backend-1, pmtiles-frontend-1\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - " Container pmtiles-backend-1 Stopping\n", - " Container pmtiles-frontend-1 Stopping\n", - " Container pmtiles-backend-1 Stopped\n", - " Container pmtiles-frontend-1 Stopped\n", - " Container pmtiles-frontend-1 Removing\n", - " Container pmtiles-backend-1 Removing\n", - " Container pmtiles-frontend-1 Removed\n", - " Container pmtiles-backend-1 Removed\n" - ] - } - ], + "outputs": [], "source": [ "!docker compose rm -f -s -v" ]