geotrellis / tree-prioritization-demo

Tree prioritization demo.
https://treeprioritization.geotrellis.io
Apache License 2.0
4 stars 2 forks source link

Use HTTPS to download ZIP code TSV #180

Closed hectcastro closed 7 years ago

hectcastro commented 7 years ago

Instead of requiring valid AWS API credentials to download the ZIP code TSV, make the TSV file public and download it via HTTPS with wget.

Fixes https://github.com/geotrellis/tree-prioritization-demo/issues/179


Testing

Not really the best indicator (because it failed us last time), but take a pass at the build output to ensure that the new approach works.

Try downloading the TSV file out of band to ensure that it is public:

$ wget "https://s3.amazonaws.com/geotrellis-site-global-data-us-east-1/tree-prioritization-demo/zip-codes.tsv.gz"
jwalgran commented 7 years ago

Merging to get the build fixed ASAP to clear the way for an OTM release that links to the deployed demo.