-
Notifications
You must be signed in to change notification settings - Fork 168
Feature/uxgrid morton hashing #2218
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
Conversation
…ture/uxgrid-morton-hashing
…herical mesh type
|
One concern with this PR at the moment is that, when run under |
|
In the generic unstructured antimeridian sample dataset, I did find some bad elements (They have a single longitude value but span the whole range of latitude). Looking to see if this dataset needs some correction. |
…ls/Parcels into feature/uxgrid-morton-hashing
|
I was able to track down the bad elements in the antimeridian test case that were causing an insanely large number of hash table entries ( O(10^6) ). The boundary mask needed to be corrected. I also adjusted this |
No description provided.