https://github.com/fatiando/tutorials
Tutorials that integrate the Fatiando a Terra software to solve data problems in geoscience
https://github.com/fatiando/tutorials
earth-science fatiando-a-terra geophysics geoscience python
Last synced: 2 months ago
JSON representation
Tutorials that integrate the Fatiando a Terra software to solve data problems in geoscience
- Host: GitHub
- URL: https://github.com/fatiando/tutorials
- Owner: fatiando
- License: other
- Created: 2014-10-03T14:28:21.000Z (about 11 years ago)
- Default Branch: main
- Last Pushed: 2024-04-18T13:49:51.000Z (over 1 year ago)
- Last Synced: 2025-06-19T03:39:37.360Z (4 months ago)
- Topics: earth-science, fatiando-a-terra, geophysics, geoscience, python
- Language: TeX
- Homepage: https://www.fatiando.org/tutorials/
- Size: 15 MB
- Stars: 16
- Watchers: 8
- Forks: 6
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Authors: AUTHORS.md
Awesome Lists containing this project
README
# Fatiando a Terra tutorials
Jupyter notebooks with tutorials for using Fatiando a Terra software to solve
data problems in geoscience.## 📓 Jupyter Notebooks
There are several options for running our tutorials
(follow the links by clicking on the "launch" buttons):🚀Launch | ℹ️ Description
-- | --
[](https://mybinder.org/v2/gh/fatiando/tutorials/main?filepath=gravity-processing.ipynb) | Run the tutorials online through the excellent [Binder](https://mybinder.org/) service.
[](https://nbviewer.org/github/fatiando/tutorials/blob/main/gravity-processing.ipynb) | Browse and explore the code and text in the notebooks online (but won't be able to run the code).
[](https://github.com/fatiando/tutorials/archive/refs/heads/main.zip) | Download an archive of this repository and run the notebooks on your computer. See below for instructions.> 🚨 **WARNING:** 🚨
> Binder will not save any changes you make and may shutdown your
> JupyterLab without warning. This is a good way to explore but if you intend
> on editing the notebook then we recommend running things on your machine.### Running the code
To run the code on your computer, you will first need to
[install our libraries](https://www.fatiando.org/install/)
as well as Jupyter and other dependencies.
See the [`environment.yml`](environment.yml) file for a full list.