geotrellis / vectorpipe

Convert Vector data to VectorTiles with GeoTrellis.
https://geotrellis.github.io/vectorpipe/
Other
74 stars 20 forks source link

Add logging to `toFeatures` #22

Closed fosskers closed 7 years ago

fosskers commented 7 years ago

TODO

Motivation

We were silently skipping over failures to fuse Lines together in the depths of ElementToFeature. This PR adds a customizable way to log those failures, as well as reworks the APIs of the library's primary functions.

fosskers commented 7 years ago

The logging functions for toFeature and for toGrid are embarrassingly similar. I'd like to combine them somehow.