Skip to content
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.

Commit

Permalink
drop vdatum
Browse files Browse the repository at this point in the history
  • Loading branch information
bolliger32 committed Sep 10, 2020
1 parent 86b4d63 commit d09de67
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions shared_resources/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ apt-get install -yq --no-install-recommends \
unzip \
ca-certificates \
curl \
default-jre \
locales \
lsb-release \
gnupg2 \
Expand Down Expand Up @@ -37,14 +36,6 @@ apt-get clean
wget https://dl.google.com/cloudsql/cloud_sql_proxy.linux.amd64 -O /usr/bin/cloud_sql_proxy
chmod +x /usr/bin/cloud_sql_proxy

# download vdatum
wget https://vdatum.noaa.gov/download/data/vdatum_v4.1.zip -O /usr/bin/vdatum.zip
wget https://vdatum.noaa.gov/download/data/vdatum_EGM1996.zip -O /usr/bin/vdatum_EGM1996.zip
unzip /usr/bin/vdatum.zip -d /usr/bin
unzip -o /usr/bin/vdatum_EGM1996.zip -d /usr/bin
rm /usr/bin/vdatum.zip
rm /usr/bin/vdatum_EGM1996.zip

# filepath curating
chmod +x /usr/bin/prepare.sh
mkdir /gcs
Expand Down

0 comments on commit d09de67

Please sign in to comment.