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

77 improve tree library #78

Merged
merged 15 commits into from
May 21, 2024
Merged

77 improve tree library #78

merged 15 commits into from
May 21, 2024

Conversation

pa-senger
Copy link
Collaborator

@pa-senger pa-senger commented May 19, 2024

  • Added lots of tree species in tree_ref/raw_tree

  • Meshed them in LOD 0,1,2,3

  • Multiple genus can use a same mesh. See std::vectors in Tree class (update them as needed)

  • Changed Query class into a function

  • Overpass queries are now run using the perform_query function instead of a Config object

  • Changed config.json file to use a bbox like Overpass

  • Removed KNN for now

  • Program now uses the mean of height per genus if available when height per tree is missing

  • Added default height and default genus in config.json

  • Code clean up and comments

  • Added wrap executable to wrap new ref tree at anytime (rerun cmake)

  • Updated readme and report accordingly

  • Exported some basic metrics to a text file in output folder for complexity analysis

  • closes Improve tree library #77

@pa-senger pa-senger added documentation Improvements or additions to documentation enhancement A new feature or request labels May 19, 2024
@pa-senger pa-senger added this to the V2 milestone May 19, 2024
@pa-senger pa-senger self-assigned this May 19, 2024
@pa-senger pa-senger linked an issue May 19, 2024 that may be closed by this pull request
@pa-senger pa-senger merged commit 3df87f6 into main May 21, 2024
2 checks passed
@pa-senger pa-senger deleted the 77-improve-tree-library branch May 21, 2024 14:26
pa-senger added a commit that referenced this pull request May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement A new feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve tree library
2 participants