-
Notifications
You must be signed in to change notification settings - Fork 32
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
Option to load minimal required coordinates and connectivity #954
Comments
This could be generalized for all other grid formats also. |
I can tackle this, when you say corner nodes do you mean just read in the nodes of the grid? @rajeeja |
💯 Just be careful, sometimes there will be center nodes, edge nodes also. How to tackle those? |
It shouldn't be too hard, I figure we could even use our current readers, but pass in a |
Proposed new feature or change:
This "minimal" reader would only reads corner nodes and face node connectivity, ignoring other info in grid file. #953
The text was updated successfully, but these errors were encountered: