From e6ec110d546b31c9d7778ed36386bf6dd3ccef94 Mon Sep 17 00:00:00 2001 From: Daniel Tomlinson Date: Sun, 26 Sep 2021 14:56:53 +0100 Subject: [PATCH] updating download data script for new location in GCS --- download_data.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/download_data.sh b/download_data.sh index dc0fa7a..eb647da 100755 --- a/download_data.sh +++ b/download_data.sh @@ -1,5 +1,5 @@ # Full data set -# wget https://storage.googleapis.com/street-group-technical-test-dmot/pp-complete.csv -P data/input +# wget https://storage.googleapis.com/street-group-technical-test-dmot/input/pp-complete.csv -P data/input # Monthly update data set -wget https://storage.googleapis.com/street-group-technical-test-dmot/pp-monthly-update-new-version.csv -P data/input +wget https://storage.googleapis.com/street-group-technical-test-dmot/input/pp-monthly-update-new-version.csv -P data/input