All Projects → fatiando → rockhound

fatiando / rockhound

Licence: BSD-3-Clause license
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

Programming Languages

python
139335 projects - #7 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to rockhound

paper-moho-inversion-tesseroids
Source code, data, and model results for "Fast non-linear gravity inversion in spherical coordinates with application to the South American Moho". Published in the Geophysical Journal International.
Stars: ✭ 27 (-18.18%)
Mutual labels:  geoscience, geophysics, earth-science, fatiando-a-terra
Verde
Processing and interpolating spatial data with a twist of machine learning
Stars: ✭ 260 (+687.88%)
Mutual labels:  geoscience, geophysics
try-gmt
Try GMT, PyGMT, and GMT.jl online! All in one place!
Stars: ✭ 34 (+3.03%)
Mutual labels:  geoscience, earth-science
Simpeg
Simulation and Parameter Estimation in Geophysics - A python package for simulation and gradient based parameter estimation in the context of geophysical applications.
Stars: ✭ 283 (+757.58%)
Mutual labels:  geoscience, geophysics
jigsaw-geo-matlab
MATLAB bindings for JIGSAW(GEO): an unstructured mesh generator for geoscientific modelling.
Stars: ✭ 26 (-21.21%)
Mutual labels:  geoscience, earth-science
xlines
X lines of Python
Stars: ✭ 100 (+203.03%)
Mutual labels:  geoscience, geophysics
GMT.jl
Generic Mapping Tools Library Wrapper for Julia
Stars: ✭ 148 (+348.48%)
Mutual labels:  geophysics, earth-science
Notebooks
IPython Notebooks
Stars: ✭ 91 (+175.76%)
Mutual labels:  geoscience, geophysics
Harmonica
Forward modeling, inversion, and processing gravity and magnetic data
Stars: ✭ 75 (+127.27%)
Mutual labels:  geoscience, geophysics
Awesome Open Geoscience
Curated from repositories that make our lives as geoscientists, hackers and data wranglers easier or just more awesome
Stars: ✭ 668 (+1924.24%)
Mutual labels:  geoscience, geophysics
Pygmt
A Python interface for the Generic Mapping Tools.
Stars: ✭ 331 (+903.03%)
Mutual labels:  geoscience, geophysics
Fatiando
Python toolkit for modeling and inversion in geophysics. DEPRECATED in favor of our newer libraries (see www.fatiando.org)
Stars: ✭ 179 (+442.42%)
Mutual labels:  geoscience, geophysics
2016 Ml Contest
Machine learning contest - October 2016 TLE
Stars: ✭ 135 (+309.09%)
Mutual labels:  geoscience, geophysics
Mintpy
Miami InSAR time-series software in Python
Stars: ✭ 195 (+490.91%)
Mutual labels:  geoscience, geophysics
ERTplot
Script to plot 2D electrical resistivity tomography (ERT) data with much more versatility than RES2DINV allows.
Stars: ✭ 15 (-54.55%)
Mutual labels:  geophysics
psyplot
Python package for interactive data visualization
Stars: ✭ 64 (+93.94%)
Mutual labels:  earth-science
FEHM
Finite Element Heat and Mass Transfer Code
Stars: ✭ 33 (+0%)
Mutual labels:  earth-science
python-aos-lesson
Python for Atmosphere and Ocean Scientists
Stars: ✭ 78 (+136.36%)
Mutual labels:  geoscience
OrientPy
Seismic station orientation tools
Stars: ✭ 29 (-12.12%)
Mutual labels:  geophysics
CDT
The Climate Data Toolbox for MATLAB
Stars: ✭ 106 (+221.21%)
Mutual labels:  earth-science

NOTICE: Development of RockHound has stopped.

Our focus has shifted to curating a set of data that has open licenses and serves as good sample data for tutorials and documentation. We're gathering and packaging these datasets in https://github.com/fatiando-data and have created the Ensaio package to load them.


RockHound

rock hound : noun

  1. A specialist in geology¹
  2. An amateur rock and mineral collector¹
  3. A Python library to download and read common geophysical models and datasets²

¹ Merriam Webster dictionary | ² Not a real dictionary definition.

Documentation | Documentation (dev version) | Contact | Part of the Fatiando a Terra project

Latest version on PyPI Latest version on conda-forge TravisCI build status Azure Pipelines build status Test coverage status Compatible Python versions. Digital Object Identifier for the Zenodo archive

Disclaimer

🚨 This package is in early stages of design and implementation. 🚨

We welcome any feedback and ideas! Let us know by submitting issues on Github or send us a message on our Gitter chatroom.

About

RockHound is a Python library to download geophysical models and datasets (PREM, CRUST1.0, ETOPO1) and load them into Python data structures (pandas, numpy, xarray).

Many of these models use non-conventional file formats or can be tricky to find on the internet. RockHound knows how to download them if you don't already have them locally, read the file format, and return a nicely formatted data structure. Under the hood, it uses Pooch to manage the downloads.

Project goals

  • Download commonly used models and datasets.
  • Load data into pandas.DataFrame (tables) and xarray.Dataset (grids).
  • Only download if needed and check downloads for corruption.
  • Provide functions for visualizing complex models and datasets.

Contacting Us

Citing RockHound

This is research software made by scientists (see AUTHORS.md). Citations help us justify the effort that goes into building and maintaining this project. If you used RockHound for your research, please consider citing us.

See our CITATION.rst file to find out more.

Contributing

Code of conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Contributing Guidelines

Please read our Contributing Guide to see how you can help and give feedback.

Imposter syndrome disclaimer

We want your help. No, really.

There may be a little voice inside your head that is telling you that you're not ready to be an open source contributor; that your skills aren't nearly good enough to contribute. What could you possibly offer?

We assure you that the little voice in your head is wrong.

Being a contributor doesn't just mean writing code. Equally important contributions include: writing or proof-reading documentation, suggesting or implementing tests, or even giving feedback about the project (including giving feedback about the contribution process). If you're coming to the project with fresh eyes, you might see the errors and assumptions that seasoned contributors have glossed over. If you can write any code at all, you can contribute code to open source. We are constantly trying out new skills, making mistakes, and learning from those mistakes. That's how we all improve and we are happy to help others learn.

This disclaimer was adapted from the MetPy project.

License

This is free software: you can redistribute it and/or modify it under the terms of the BSD 3-clause License. A copy of this license is provided in LICENSE.txt.

Documentation for other versions

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].