NOTICE: This library is no longer being developed. Use Ensaio instead (https://www.fatiando.org/ensaio). -- Download geophysical models/datasets and load them in Python
BSD 3-Clause "New" or "Revised" License
34
stars
15
forks
source link
More metadata and faster plots Bedmap + ETOPO1 #28
Include units and long names for coordinates and data variables for
Bedmap2 and ETOPO1. xarray puts these in the plots automatically, which
is nice.
Speed up the plots by not using projections. Not ideal but they look
better and run faster. Includes a notice not to do that in practice.
Reminders
[ ] Run make format and make check to make sure the code follows the style guide.
[ ] Add tests for new features or tests that would have caught the bug that you're fixing.
[ ] Add new public functions/methods/classes to doc/api/index.rst.
[ ] Write detailed docstrings for all functions/methods.
[ ] If adding new functionality, add an example to the docstring, gallery, and/or tutorials.
Include units and long names for coordinates and data variables for Bedmap2 and ETOPO1. xarray puts these in the plots automatically, which is nice. Speed up the plots by not using projections. Not ideal but they look better and run faster. Includes a notice not to do that in practice.
Reminders
make format
andmake check
to make sure the code follows the style guide.doc/api/index.rst
.