Skip to content

Commit

Permalink
fix file names
Browse files Browse the repository at this point in the history
  • Loading branch information
smnorris committed Nov 20, 2024
1 parent 87c37f7 commit 97afe35
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,18 +73,18 @@ clean_db:
$(PSQL) -f db/functions/postgisftw.sql # pg_fs/pg_ts functions
touch $@

# download and rename (so we do not have to unzip)
# download
data/FWA_BC.gdb.zip: .make/db
curl -o $@ https://nrs.objectstore.gov.bc.ca/bchamp/fwapg/FWA_BC.zip
curl -o $@ https://nrs.objectstore.gov.bc.ca/bchamp/fwapg/FWA_BC.gdb.zip

data/FWA_LINEAR_BOUNDARIES_SP.gdb.zip: .make/db
curl -o $@ https://nrs.objectstore.gov.bc.ca/bchamp/fwapg/FWA_LINEAR_BOUNDARIES_SP.zip
curl -o $@ https://nrs.objectstore.gov.bc.ca/bchamp/fwapg/FWA_LINEAR_BOUNDARIES_SP.gdb.zip

data/FWA_WATERSHEDS_POLY.gdb.zip: .make/db
curl -o $@ https://nrs.objectstore.gov.bc.ca/bchamp/fwapg/FWA_WATERSHEDS_POLY.zip
curl -o $@ https://nrs.objectstore.gov.bc.ca/bchamp/fwapg/FWA_WATERSHEDS_POLY.gdb.zip

data/FWA_STREAM_NETWORKS_SP.gdb.zip: .make/db
curl -o $@ https://nrs.objectstore.gov.bc.ca/bchamp/fwapg/FWA_STREAM_NETWORKS_SP.zip
curl -o $@ https://nrs.objectstore.gov.bc.ca/bchamp/fwapg/FWA_STREAM_NETWORKS_SP.gdb.zip

# load the larger tables per watershed group
.make/fwa_stream_networks_sp: data/FWA_STREAM_NETWORKS_SP.gdb.zip .make/db
Expand Down

0 comments on commit 97afe35

Please sign in to comment.