Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

Changelog entries for 0.1.0 #37

Merged
merged 10 commits into from
May 21, 2019
25 changes: 25 additions & 0 deletions doc/changes.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
.. _changes:

Changelog
=========

Version 0.1.0
-------------

*Released on: 2019/05/21*

Fist release of Rockhound. Easily download geophysical models and datasets (PREM,
CRUST1.0, ETOPO1 and more) and load them into Python data structures (pandas, numpy,
xarray).

Available models and datasets:

- ETOPO1
- PREM
- Bedmap2
- Age of the oceanic lithosphere grids from NOAA NCEI website

Features:

- Use Pooch to download remote files, check if they are not corrupted and uncompress
files if necessary.