azavea / osmesa

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

Simplify offset handling + parallelize reads #80

Closed mojodna closed 6 years ago

mojodna commented 6 years ago

Fixes various off-by-one errors resulting from varying (.., ..] (exclusive/inclusive) [.., ..] (inclusive/inclusive) ranges. Also handles sequence ranges provided as options correctly.

Fixes #75