Metadata-Version: 2.4
Name: gdrift
Version: 0.1.1
Summary: Geodynamics Data Reformatting and Integration Facilitation Toolkit
Author-email: Sia Ghelichkhani <siavash.ghelichkhan@anu.edu.au>
License: MIT
Project-URL: Homepage, https://github.com/g-adopt/g-drift
Project-URL: Documentation, https://gdrift.gadopt.org
Project-URL: Repository, https://github.com/g-adopt/g-drift
Project-URL: Issues, https://github.com/g-adopt/g-drift/issues
Keywords: geodynamics,seismic tomography,mantle convection,thermodynamics,earth models
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.20
Requires-Dist: scipy>=1.7
Requires-Dist: h5py>=3.0
Requires-Dist: tqdm>=4.0
Requires-Dist: boto3>=1.20
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"
Requires-Dist: pytest-cov>=3.0; extra == "dev"
Requires-Dist: black>=22.0; extra == "dev"
Requires-Dist: flake8>=5.0; extra == "dev"
Requires-Dist: mypy>=0.990; extra == "dev"
Provides-Extra: docs
Requires-Dist: mkdocs>=1.5; extra == "docs"
Requires-Dist: mkdocs-material>=9.0; extra == "docs"
Requires-Dist: mkdocstrings[python]>=0.24; extra == "docs"
Requires-Dist: mkdocs-jupyter<0.26,>=0.24; extra == "docs"
Provides-Extra: examples
Requires-Dist: matplotlib>=3.5; extra == "examples"
Requires-Dist: jupytext>=1.15; extra == "examples"
Requires-Dist: nbconvert>=7.0; extra == "examples"
Requires-Dist: ipykernel>=6.0; extra == "examples"
Requires-Dist: cartopy>=0.21; extra == "examples"
Provides-Extra: all
Requires-Dist: gdrift[dev,docs,examples]; extra == "all"
Dynamic: license-file

# GDRIFT — Geodynamics Data Reformatting and Integration Facilitation Toolkit

GDRIFT is the data arm of the [G-ADOPT project](https://gadopt.org), designed to serve as a centralized reference for geodynamic data inputs. Many of the datasets used in large-scale mantle convection inversions and forward models exist in scattered locations, lack proper documentation, and don't follow FAIR (Findable, Accessible, Interoperable, Reusable) principles. GDRIFT aims to change that by maintaining a well-curated repository of essential geodynamic inputs—from 1D reference Earth models and seismic tomography data to thermodynamic lookup tables and solidus profiles.

For detailed information about available datasets, documentation, and usage examples, visit [gdrift.gadopt.org](https://gdrift.gadopt.org).
