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

Add function to load PREM #10

Closed santisoler closed 6 years ago

santisoler commented 6 years ago

Add function to load PREM data into pandas.DataFrame. Add tests for the new function, entry in the documentation and a gallery example. Add pandas as dependency.

Fixes #8

Reminders

welcome[bot] commented 6 years ago

💖 Thanks for opening this pull request! 💖

Please make sure you read our Contributing Guide and abide by our Code of Conduct.

A few things to keep in mind:

santisoler commented 6 years ago

@leouieda I have a few questions:

santisoler commented 6 years ago

@leouieda I've added pandas as dependency, fixed the r""" issue and added columns names a their units in prem DataFrame.

I've also fixed some issues regarding styling. If you agree, this PR is ready to merge.

welcome[bot] commented 6 years ago

🎉🎉🎉 Congrats on merging your first pull request and welcome to the team! 🎉🎉🎉

Please open a new pull request to add yourself to the AUTHORS.md file. We hope that this was a good experience for you. Let us know if there is any way that the contributing process could be improved.

leouieda commented 6 years ago

:+1: thanks, Santi!