-
Notifications
You must be signed in to change notification settings - Fork 951
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
feature request: restricted TIN #1526
Comments
Thanks for the suggestion @kochizufan Hmmm that's an interesting suggestion, are you aware of any existing libraries or software packages that support that sort of analysis? If so I can potentially take a look... Cheers |
Thank you for having interests on my suggestion. |
This is known as a Constrained Triangulation or Conforming Triangulation. JTS has an implementation of a Conforming Delaunay Triangulation. There's probably quite a few other implementations. See for instance Shewchuk's Triangle. |
Thanks for the suggestion @dr-jts , and thanks for incredible work in the open geo space and sharing your knowledge! |
Thanks, @rowanwins . Keep up the good work with Turf - it's a very interesting project! |
Hi |
This is written in JavaScript! |
I tried to implement turf-constrained-tin by myself with using cdt2d. |
I want to have new TIN function which can consider restriction.
What I mean by restricted TIN is described in the image below:
https://t.tilemap.jp/maplat/Restricted%20TIN.png
Is this possible?
Thanks,
Kohei
The text was updated successfully, but these errors were encountered: