Skip to content
@fatiando-data

Fatiando a Terra Datasets

FAIR sample datasets for use in the Fatiando a Terra project

Welcome to the Fatiando a Terra FAIR data collection

This organization houses the curated collection of FAIR data that is used in the Fatiando a Terra project tutorials and documentation.

Each repository here contains Python code that downloads, preprocesses, and repackages geophysical data that is available under permissive open licenses or in the public domain. The curated data are then published as GitHub release artifacts and on our Zenodo community.

Banner showing small sections of some of the datasets present in the collection



Downloading the data

These datasets are the source for the Ensaio package and can be easily downloaded with Pooch:

import pooch
import pandas as pd

fname = pooch.retrieve(
    url="doi:10.5281/zenodo.5882430/southern-africa-gravity.csv.xz",
    known_hash="md5:1dee324a14e647855366d6eb01a1ef35",
)
data = pd.read_csv(fname)

You'll find the DOI, file name, and MD5 hash of each dataset. All can be found in the respective data repository.

Versioning

Datasets in this collection use only a single number to denote their versions. This is because any change to data/metadata can lead to code that relies on them breaking, so semantic versioning wouldn't make sense. New releases are made when data/metadata are changed, added, or deleted. Each data release is also assigned a unique DOI on Zenodo.

⚠️ Important: We recommend pinning (specifying explicitly) the version of each dataset in your tutorial or documentation to guarantee that the same version is always used.

Pinned Loading

  1. .github .github Public

    👀 README! Guidelines and information about this project

    1 1

  2. template template Public template

    A template repository for new datasets

    Jupyter Notebook 2

Repositories

Showing 10 of 18 repositories
  • moon-gravity-10arcmin Public

    Lunar gravity in a 10 arcminute resolution grid

    fatiando-data/moon-gravity-10arcmin’s past year of commit activity
    Jupyter Notebook 2 0 0 0 Updated Feb 23, 2024
  • moon-topography-10arcmin Public

    Lunar topography in a 10 arcminute resolution grid

    fatiando-data/moon-topography-10arcmin’s past year of commit activity
    Jupyter Notebook 1 0 0 0 Updated Feb 22, 2024
  • caribbean-bathymetry Public

    A compilation of several single-beam bathymetry surveys of the Caribbean

    fatiando-data/caribbean-bathymetry’s past year of commit activity
    Jupyter Notebook 0 0 0 0 Updated Feb 7, 2024
  • lightning-creek-magnetic-grid Public

    Grid of airborne magnetic data of the Lightning Creek sill complex, Australia

    fatiando-data/lightning-creek-magnetic-grid’s past year of commit activity
    Jupyter Notebook 0 1 0 0 Updated Sep 15, 2022
  • bushveld-gravity-grid Public

    Gridded gravity disturbances for the Bushveld Complex in South Africa

    fatiando-data/bushveld-gravity-grid’s past year of commit activity
    Jupyter Notebook 0 1 0 0 Updated Aug 25, 2022
  • .github Public

    👀 README! Guidelines and information about this project

    fatiando-data/.github’s past year of commit activity
    1 1 9 0 Updated May 10, 2022
  • bushveld-gravity Public

    Gravity data and precomputed gravity-related data of the Bushveld Igneous Complex, South Africa

    fatiando-data/bushveld-gravity’s past year of commit activity
    Jupyter Notebook 2 1 0 0 Updated May 2, 2022
  • southern-africa-topography Public

    Topography and bathymetry data from Southern Africa

    fatiando-data/southern-africa-topography’s past year of commit activity
    Jupyter Notebook 2 0 0 0 Updated Apr 24, 2022
  • sierra-negra-topography Public

    Topography (structure from motion) of the 2018 Sierra Negra volcano lava flows at Galápagos, Ecuador

    fatiando-data/sierra-negra-topography’s past year of commit activity
    Jupyter Notebook 1 0 0 0 Updated Feb 18, 2022
  • earth-topography-10arcmin Public

    Global topography (referenced to sea-level) in a 10 arcminute resolution grid

    fatiando-data/earth-topography-10arcmin’s past year of commit activity
    Jupyter Notebook 2 0 0 0 Updated Jan 20, 2022

Top languages

Loading…

Most used topics

Loading…