azavea / osmesa

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

User footprint fixes #126

Closed mojodna closed 5 years ago

mojodna commented 5 years ago

Previously, footprints updated from sequences could be missing data, as Scala Streams were being partially consumed prior to data being processed.

This also cleans things up a bit and uses Sets to group sequences rather than Seqs.