-
Notifications
You must be signed in to change notification settings - Fork 235
Add load_earth_vertical_gravity_gradient function for Earth vertical gravity gradient dataset #2240
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
Add load_earth_vertical_gravity_gradient function for Earth vertical gravity gradient dataset #2240
Conversation
Co-authored-by: Dongdong Tian <seisman.info@gmail.com>
doc/api/index.rst
Outdated
| datasets.load_earth_geoid | ||
| datasets.load_earth_magnetic_anomaly | ||
| datasets.load_earth_relief | ||
| datasets.load_earth_vgg |
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.
Is earth_vgg a good name? Perhaps we should use earth_vertical_gravity_gradient instead?
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 debated that, but my decision to use earth_vgg was that earth_vertical_gravity_gradient is super long to type out. My thought is that earth_vgg is unique enough as to not be confusing.
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.
earth_vertical_gravity_gradientis super long to type out.
Yes, but we have autocompletion so a long name is still easy to type.
My thought is that
earth_vggis unique enough as to not be confusing.
earth_vgg is unique, but it doesn't tell users what the dataset is.
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.
Changed to load_earth_vertical_gravity_gradient
Co-authored-by: Dongdong Tian <seisman.info@gmail.com>
…al-gravity-gradient' into load-remote-dataset/earth-vertical-gravity-gradient
Co-authored-by: Michael Grund <23025878+michaelgrund@users.noreply.github.com>
This adds the
load_earth_vertical_gravity_gradientfunction for the Earth vertical gravity gradient dataset.Reminders
make formatandmake checkto make sure the code follows the style guide.doc/api/index.rst.Slash Commands
You can write slash commands (
/command) in the first line of a comment to performspecific operations. Supported slash commands are:
/format: automatically format and lint the code/test-gmt-dev: run full tests on the latest GMT development version