Closed fosskers closed 7 years ago
Line
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.
ElementToFeature
The logging functions for toFeature and for toGrid are embarrassingly similar. I'd like to combine them somehow.
toFeature
toGrid
TODO
Line
fusion failuresMotivation
We were silently skipping over failures to fuse
Line
s together in the depths ofElementToFeature
. This PR adds a customizable way to log those failures, as well as reworks the APIs of the library's primary functions.