azavea / osmesa

OSMesa is an OpenStreetMap processing stack based on GeoTrellis and Apache Spark
Apache License 2.0
80 stars 26 forks source link

User footprints may be inconsistent after updates #117

Closed mojodna closed 5 years ago

mojodna commented 5 years ago

After running the footprint updaters as a batch (vs. streaming) process using data generated by #106, adjacent tiles appear to have inconsistent data. This may be a caching issue, but it warrants further investigation to determine whether there's a race condition that overwrites tile data incorrectly.

mojodna commented 5 years ago

Fixed in #126