locationtech-labs / geopyspark

GeoTrellis for PySpark
Other
179 stars 59 forks source link

Reading Layers and Values From Accumulo Fix #621

Closed jbouffard closed 6 years ago

jbouffard commented 6 years ago

This PR resolves an the issue where values and layers could not be read from Accumulo. The fix was implemented by creating the layerReader and attributeStore from the URI and not from the passed in AttributeStore. Because of that, the query, read_value, and ValueReader no longer take the store parameter. The reason why this fix works is not known, and this is something we should look more into in the future.

This PR resolves #618