azavea / osmesa

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

Misc fixes #107

Closed mojodna closed 5 years ago

mojodna commented 5 years ago

This fixes up some UDFs that weren't migrated to Spark JTS, changes lat/lon representation to Doubles (to match OSM precision), silences a minor compiler warning, and fixes assembly construction (some dependency had its signature filename change from ECLIPSEF.RSA to ECLIPSE_.RSA). This also adds a new oneoff: TagChanges, which will produce tagging deltas between element versions.

The primary upshot of this is that ChangesetStats will run to completion again.