geotrellis / geotrellis-chatta-demo

Demo of GeoTrellis - weighted overlay and zonal summary for University of Tennessee at Chattanooga.
50 stars 34 forks source link

Ingest-data not avaliable via S3 #48

Closed blue4world closed 6 years ago

blue4world commented 6 years ago

I can not access S3 bucket at s3://geotrellis-chatta-demo/ingest-data.zip Is bucket set to public read?

rossbernet commented 6 years ago

all data for the demo is public:

https://github.com/geotrellis/geotrellis-chatta-demo/tree/master/service/geotrellis/data/arg_wm

pomadchin commented 6 years ago

Hm it looks like we don't have them in this repo indeed; try to download them from here: https://github.com/pomadchin/geotrellis-chatta-demo/tree/feature/cassandra-support/geotrellis/data/arg_wm

pomadchin commented 6 years ago

Also these objects @rossbernet pointed you to - are itself pointers to tiffs stored in git lfs. The solution would be to install git lfs on your machine and to run git lfs fetch --all.

I'm closing this issue as it looks like a resolved one.