-
Notifications
You must be signed in to change notification settings - Fork 42
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
Utility to load topography #150
Conversation
- Add new TopoFetcher
Add CI tests for new TopoFetcher
I have a similar prototype for a stand alone package for this (but I was using etopo2 instead). Do you think it would be better to factor it out in its own pkd so other packages can depend on it? The downside is a slower development pace and higher maintenance cost. |
In theory, I would agree |
To be honest I was on the fence and that is why I never published my version :-) Sounds like a good plan! |
- update doc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"I am @gmaze and I approve this message"
Being to able to easily load local topography will be very useful for plotting or QC methods.
This PR will provide a new method to do this.
New API:
This will help for euroargodev/terrain-following#1