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

add the Neighbor (NB) as one of output values. #13

Closed
wants to merge 4 commits into from

Conversation

shulele
Copy link
Contributor

@shulele shulele commented May 30, 2019

It is very useful to export the neighbor-relationship with the triangles.

I am trying to use the RTriangle Package in my PIHMgisR tool, that is a GIS-processing for Penn State Integrated Hydrologic Model (PIHM). After I build the triangle, it is necessary to define the neighbor-relationship among triangles for modeling.
I have my own code to build the topological relationship in R and C, but due to the algorithm, it is very time-consuming to build the relationship when the number of triangles become larger than larger. I notice the C version of the code already exports the neighbor-relationship, so it would be nice to update these two files and export the topological relationship explicitly.

@davidcsterratt
Copy link
Owner

I have committed the first commit - there are some extra things that need to be done described in Issue #14.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants