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 Pooch's unzip hook with bedmap2 #25

Closed leouieda closed 5 years ago

leouieda commented 5 years ago

Let Pooch unzip the archive and store the unzipped version in the data directory. Speeds up loading the data a bit because we avoid unzipping all the time. Allows users to get the path to the datasets they want on disk as well.

Reminders