-
Notifications
You must be signed in to change notification settings - Fork 375
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
WIP Implement support for 3-D grids #2966
Conversation
Extending the GMT_GRID_HEADER with the required paramters. Addresses steps listed in #2912.
This is going to break Julia |
How can we do things without breaking Julia/GMT? We have to be able to improve GMT and not be told no can do, right, so how? |
Can we have a different header for 3D? |
No, since GMT_GRID contains the GMT_GRID_HEADER. I think this is a version management thing. You will need to require 6.0 of users of your current Julia release, not master. So release a Julia4gmt version that requires 6.0 and done with it. Then, master is always a work in progress and may need to be rebuilt when GMT changes. Most users are probably installing 6.0 anyway. |
Don't know if this affects julia only or not. If yes, I can always add another |
Any schedule for the 6.1.0 release? |
The 3-D stuff branch can wait for after 6.1. We should just pick a date since otherwise we keep on adding things and delaying. How about April 15? |
What else it open that we may want to put in 6.1? If minor things we can do it earlier than A15 |
Not sure. I think we have fixed a bunch of stuff and added new features worthy of a 6.1 release. |
Addresses steps listed in #2912 to make GMT ready to transparently handle 3-D data grids, such as needed in grdinterpolate or produced by greens line. There are several step, and we will do one at the time and test to make sure no bad side-effects sneak in.
This initial commute simply extends the GMT_GRID_HEADER with the required parameters.