fatiando / rockhound

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 a decompression processor for ETOPO1 #26

Closed leouieda closed 5 years ago

leouieda commented 5 years ago

Create a Pooch processor that decompresses the ETOPO1 grid so that we can load it in xarray without having to load everything into memory.

Fixes #20

Reminders