-
Notifications
You must be signed in to change notification settings - Fork 943
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
redo turf-isolines #390
Comments
Just noting here that @stefanogithub has a pull request open on this in the old turf-isobands repo. |
@DenisCarriere do I understand correctly that the |
@DenisCarriere Looking at the module's test it seems to me that the output is incorrect... am I wrong? Other consideration: what's actually the difference between an isoline and an isoband? |
Well ideally we should only have 1 module, the only difference is the Polygon & LineString outputs. Once we get |
Note that we used to have isobands and isolines, but isobands was deprecated due to limitations in the conrec implementation that did not apply to LineString output. Having both might be useful, and turning one format into the other can be surprisingly tricky for people looking for a quick result. |
The existing implementation is finicky and now relies on outdated internal dependencies.
The text was updated successfully, but these errors were encountered: