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
Use the new pooch.Decompress on ETOPO1 and seafloor #34
Replace the
Decompress
classes with the newpooch.Decompress
.The minimum required version of Pooch was raised to
v0.5.0
. Update tests for uncompressed filenames, they will be in the form of{file}.decomp
.Reminders
make format
andmake check
to make sure the code follows the style guide.doc/api/index.rst
.