Skip to content

Commit

Permalink
clarify
Browse files Browse the repository at this point in the history
  • Loading branch information
smnorris committed Nov 20, 2024
1 parent 97afe35 commit 4c34f17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cache.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash
set -euxo pipefail

# cache to s3 for (much) faster downloads
# also, add .gdb to filename so files can be accessed directly via /vsizip//vsicurl
# cache fwa data to s3 for (much) faster downloads
# also, adds .gdb to filename so files can be accessed directly via /vsizip//vsicurl

curl -o /tmp/FWA_BC.gdb.zip ftp://ftp.geobc.gov.bc.ca/sections/outgoing/bmgs/FWA_Public/FWA_BC.zip
curl -o /tmp/FWA_LINEAR_BOUNDARIES_SP.gdb.zip ftp://ftp.geobc.gov.bc.ca/sections/outgoing/bmgs/FWA_Public/FWA_LINEAR_BOUNDARIES_SP.zip
Expand Down

0 comments on commit 4c34f17

Please sign in to comment.