Skip to content
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

Creating a tin within a certain threshold error #13

Open
mllobera opened this issue Dec 14, 2023 · 5 comments
Open

Creating a tin within a certain threshold error #13

mllobera opened this issue Dec 14, 2023 · 5 comments
Labels
enhancement New feature or request

Comments

@mllobera
Copy link

I was wondering if you are considering the possibility of having some threshold error parameter so that the insertion of points would occur until a certain threshold error has been achieved. Thanks

@hugoledoux
Copy link
Owner

hugoledoux commented Dec 14, 2023

Not really, but the good news is that it's pretty easy for you to code it externally:

  1. insert the point
  2. check the metrics you want in the TIN
  3. if not happy, use remove() and continue (that's why I implemented a remove function)

But if you give some examples of thresholds, you mean like simplification of a terrain? Like Section 7.3 of the terrainbook?

@mllobera
Copy link
Author

mllobera commented Dec 14, 2023 via email

@mllobera
Copy link
Author

mllobera commented Dec 14, 2023 via email

@hugoledoux
Copy link
Owner

I'll leave this issue open as I might at some point implement it, but it's not a top priority I'm afraid.

@mllobera
Copy link
Author

mllobera commented Dec 15, 2023 via email

@hugoledoux hugoledoux added the enhancement New feature or request label Jul 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants