aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Harvey <andrew@alantgeo.com.au>2023-10-02 14:20:46 +1100
committerAndrew Harvey <andrew@alantgeo.com.au>2023-10-02 14:20:46 +1100
commit70f69324a4ae4abe43c20a63a32f897a083fc1d1 (patch)
tree9a3962522fd7a2c292a8e09e0efd2da8a7fdbfd0
parent8754daeee5959906d25408bf1e543962b85b0031 (diff)
update comments; source data is now the gdb
-rw-r--r--Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 90aee30..92f716e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,9 @@
-# download VicMap source data
-# the URL here usually gets manually updated weekly though no guarantees
-# it's a mirror of the upstream VICMAP data with split shp files reduced to a single shp file
+# download Vicmap Address source data
data/VICMAP_ADDRESS.zip:
mkdir -p data
wget --no-verbose --output-document=$@ https://s3-ap-southeast-2.amazonaws.com/cl-isd-prd-datashare-s3-delivery/Order_BGJ5MV.zip
-# cadastre used for debugging
+# download Vicmap Property cadastre (only used for debugging)
data/VICMAP_PROPERTY.zip:
mkdir -p data
wget --no-verbose --output-document=$@ https://s3-ap-southeast-2.amazonaws.com/cl-isd-prd-datashare-s3-delivery/Order_OTL5B2.zip