azavea / osmesa

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

Include applied sequences in MVTs #83

Closed mojodna closed 5 years ago

mojodna commented 6 years ago

This allows the updater to know whether to skip particular sequences if they've already been applied to a tile (to avoid duplicate counting).

UserFootprintUpdater still deserves a whole bunch of cleanup + refactoring.