Skip to content

Commit

Permalink
Upgrade to Tiger 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Mar 20, 2024
1 parent a53bc02 commit e846fc5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions 4.4/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ if [ -z "$THREADS" ]; then
THREADS=$(nproc)
fi

# we re-host the files because inconsiderate users eat up all of nominatim.org's bandwidth
# we re-host the files on a Hetzner storage box because inconsiderate users eat up all of
# nominatim.org's bandwidth
# https://github.com/mediagis/nominatim-docker/issues/416

if [ "$IMPORT_WIKIPEDIA" = "true" ]; then
Expand Down Expand Up @@ -43,7 +44,7 @@ else
fi;

if [ "$IMPORT_TIGER_ADDRESSES" = "true" ]; then
${SCP}:tiger2021-nominatim-preprocessed.csv.tar.gz ${PROJECT_DIR}/tiger-nominatim-preprocessed.csv.tar.gz
${SCP}:tiger2023-nominatim-preprocessed.csv.tar.gz ${PROJECT_DIR}/tiger-nominatim-preprocessed.csv.tar.gz
elif [ -f "$IMPORT_TIGER_ADDRESSES" ]; then
# use local file if asked
ln -s "$IMPORT_TIGER_ADDRESSES" ${PROJECT_DIR}/tiger-nominatim-preprocessed.csv.tar.gz
Expand Down

0 comments on commit e846fc5

Please sign in to comment.