azavea / osmesa

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

Add area and count statistics for landuse tags #194

Closed CloudNiner closed 4 years ago

CloudNiner commented 4 years ago

This task is to add the following entries to the changesets counts column:

And the following entries to the changesets measurements table:

CloudNiner commented 4 years ago

Stats for each category landuse and natural should be aggregated across all values of their respective osm tags: landuse:* and natural:*

CloudNiner commented 4 years ago

For area, exclude non area features. For counts, include all features including ways and points.

CloudNiner commented 4 years ago

Closed by #195