This repository has been archived by the owner on Jun 30, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changelog entries for 0.1.0 and CITATION info (#37)
Add the stater changelog marking the first release. Also add citation info and a CITATION.rst file referencing the Zenodo archive.
- Loading branch information
1 parent
fd3435c
commit e405e0e
Showing
5 changed files
with
60 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
Citing RockHound | ||
================ | ||
|
||
This is research software **made by scientists**. Citations help us justify the effort | ||
that goes into building and maintaining this project. | ||
|
||
If you used RockHound in your research, please consider citing it: | ||
|
||
Uieda, L., and Soler, S.R. (2019). Rockhound: Download geophysical models/datasets | ||
and load them in Python (Version 0.1.0). Zenodo. https://doi.org/10.5281/zenodo.3086002 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
.. _changes: | ||
|
||
Changelog | ||
========= | ||
|
||
Version 0.1.0 | ||
------------- | ||
|
||
*Released on: 2019/05/21* | ||
|
||
.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.3086002.svg | ||
:target: https://doi.org/10.5281/zenodo.3086002 | ||
|
||
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 [AmanteEakins2009]_ | ||
- PREM [Dziewonsky1981]_ | ||
- Bedmap2 [BEDMAP2]_ | ||
- Age of the oceanic lithosphere [Muller2008]_ | ||
|
||
Features: | ||
|
||
- Use `Pooch <https://www.fatiando.org/pooch>`__ to download remote files, check if they | ||
are not corrupted and decompress files if necessary. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
.. _citing: | ||
|
||
.. include:: ../CITATION.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters