-
Notifications
You must be signed in to change notification settings - Fork 8
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
Labels
enhancement
New feature or request
Comments
Not really, but the good news is that it's pretty easy for you to code it externally:
But if you give some examples of thresholds, you mean like simplification of a terrain? Like Section 7.3 of the terrainbook? |
Thanks Hugo,
I think so, yes.. Essentially you refine the TIN the error of all triangles
and say the elevations in a raster are within a certain threshold error.
M
…On Thu, Dec 14, 2023 at 8:51 AM Hugo Ledoux ***@***.***> wrote:
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
<https://urldefense.com/v3/__https://tudelft3d.github.io/terrainbook/__;!!K-Hz7m0Vt54!gPOCGLNrTyNBjKxaP2Pli_NOJTRradvDdlOfQPxt2dWyQJBLREKzyK7uabpLcX6J2XyMJxMh9xjiqJHl4Dq0LZ0$>
?
—
Reply to this email directly, view it on GitHub
<https://urldefense.com/v3/__https://github.com/hugoledoux/startinpy/issues/13*issuecomment-1856198308__;Iw!!K-Hz7m0Vt54!gPOCGLNrTyNBjKxaP2Pli_NOJTRradvDdlOfQPxt2dWyQJBLREKzyK7uabpLcX6J2XyMJxMh9xjiqJHlUQSIxW4$>,
or unsubscribe
<https://urldefense.com/v3/__https://github.com/notifications/unsubscribe-auth/AANCY3QBYLSUNAJHYAPP7FDYJMU75AVCNFSM6AAAAABAUDSZCWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNJWGE4TQMZQHA__;!!K-Hz7m0Vt54!gPOCGLNrTyNBjKxaP2Pli_NOJTRradvDdlOfQPxt2dWyQJBLREKzyK7uabpLcX6J2XyMJxMh9xjiqJHlt9DHKHg$>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
___________________
Marcos Llobera
Assoc. Prof. in Anthropology
Digital Archaeology Research Lab (DigAR Lab <https://www.digarlab.uw.edu/>)
University of Washington
pronouns: *he/his/him*
|
I believe this is exactly what you describe in your refinement algorithm
in section 7.3. This is what I would like to achieve using startinpy.
M.
…On Thu, Dec 14, 2023 at 11:13 AM Marcos Llobera ***@***.***> wrote:
Thanks Hugo,
I think so, yes.. Essentially you refine the TIN the error of all
triangles and say the elevations in a raster are within a certain threshold
error.
M
On Thu, Dec 14, 2023 at 8:51 AM Hugo Ledoux ***@***.***>
wrote:
> 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
> <https://urldefense.com/v3/__https://tudelft3d.github.io/terrainbook/__;!!K-Hz7m0Vt54!gPOCGLNrTyNBjKxaP2Pli_NOJTRradvDdlOfQPxt2dWyQJBLREKzyK7uabpLcX6J2XyMJxMh9xjiqJHl4Dq0LZ0$>
> ?
>
> —
> Reply to this email directly, view it on GitHub
> <https://urldefense.com/v3/__https://github.com/hugoledoux/startinpy/issues/13*issuecomment-1856198308__;Iw!!K-Hz7m0Vt54!gPOCGLNrTyNBjKxaP2Pli_NOJTRradvDdlOfQPxt2dWyQJBLREKzyK7uabpLcX6J2XyMJxMh9xjiqJHlUQSIxW4$>,
> or unsubscribe
> <https://urldefense.com/v3/__https://github.com/notifications/unsubscribe-auth/AANCY3QBYLSUNAJHYAPP7FDYJMU75AVCNFSM6AAAAABAUDSZCWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNJWGE4TQMZQHA__;!!K-Hz7m0Vt54!gPOCGLNrTyNBjKxaP2Pli_NOJTRradvDdlOfQPxt2dWyQJBLREKzyK7uabpLcX6J2XyMJxMh9xjiqJHlt9DHKHg$>
> .
> You are receiving this because you authored the thread.Message ID:
> ***@***.***>
>
--
___________________
Marcos Llobera
Assoc. Prof. in Anthropology
Digital Archaeology Research Lab (DigAR Lab <https://www.digarlab.uw.edu/>
)
University of Washington
pronouns: *he/his/him*
--
___________________
Marcos Llobera
Assoc. Prof. in Anthropology
Digital Archaeology Research Lab (DigAR Lab <https://www.digarlab.uw.edu/>)
University of Washington
pronouns: *he/his/him*
|
I'll leave this issue open as I might at some point implement it, but it's not a top priority I'm afraid. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: