geotrellis / geotrellis-chatta-demo

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

Demo update #27

Closed pomadchin closed 7 years ago

pomadchin commented 7 years ago

Depends on https://github.com/locationtech/geotrellis/pull/1947

pomadchin commented 7 years ago

There is a shading bug: https://github.com/sbt/sbt-assembly/issues/173 which makes impossible to use shading with akka-http in deps; two possible solutions: don't think about shading (we need shading only in case spark has incorrect guava version in deps) as it's a demo project, or to move ingest into a separate project though it won't solve problem with using cassandra on spark. Resolved.