DOI-USGS / hyRefactor

https://code.usgs.gov/wma/nhgf/reference-fabric/hyrefactor
Creative Commons Zero v1.0 Universal
5 stars 0 forks source link

Problem with reordered output from new union linestring function. #49

Closed dblodgett-usgs closed 2 years ago

dblodgett-usgs commented 2 years ago

The old implementation of union_linestrings(_geos) was returning data in the same order as a dplyr::summarized version of the IDs. The new one does not.

dblodgett-usgs commented 2 years ago

This was fixed in #48