CoolFace
Datasetpublic

NoraResearchLab/gem-global-active-faults

GEM Global Active Faults Database β€” GeoParquet Quick Links πŸ€— Hugging Face dataset: https://huggingface.co/datasets/NoraResearchLab/gem-global-active-faults πŸ’» GitHub repo: https://github.com/Nora-Research-Lab/gem-global-active-faults 🏒 NORA Research Lab: https://github.com/Nora-Research-Lab Overview A standardized, machine-readable GeoParquet conversion of the GEM Foundation's Global Active Faults Database (GAF-DB) β€” the first public… See the full description on the dataset page: https://huggingface.co/datasets/NoraResearchLab/gem-global-active-faults.

sourceHugging Facecc-by-sa-4.0updated 25d agoView on Hugging Face
0likes78downloads
Dataset Card

<p align="center"> <img src="https://i.ibb.co/wrCtVX29/Chat-GPT-Image-Aug-31-2026-09-22-26-AM.png" width="100%" alt="NORA Research Lab"> </p>

<h1 align="center">GEM Global Active Faults Database β€” GeoParquet</h1>

<p align="center"> <a href="https://github.com/Nora-Research-Lab"><img src="https://img.shields.io/badge/GitHub-NORA%20Research%20Lab-181717?style=flat&logo=github" alt="GitHub"></a> <a href="https://huggingface.co/NoraResearchLab"><img src="https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-NoraResearchLab-yellow?style=flat" alt="Hugging Face"></a> <a href="https://www.linkedin.com/company/nora-research-lab"><img src="https://img.shields.io/badge/LinkedIn-NORA%20Research%20Lab-0A66C2?style=flat&logo=linkedin" alt="LinkedIn"></a> <a href="https://x.com/noraresearchlab"><img src="https://img.shields.io/badge/X-@noraresearchlab-000000?style=flat&logo=x" alt="X"></a> </p>

Quick Links

  • β€”πŸ€— Hugging Face dataset: https://huggingface.co/datasets/NoraResearchLab/gem-global-active-faults
  • β€”πŸ’» GitHub repo: https://github.com/Nora-Research-Lab/gem-global-active-faults
  • β€”πŸ’ NORA Research Lab: https://github.com/Nora-Research-Lab

Overview

A standardized, machine-readable GeoParquet conversion of the GEM Foundation's Global Active Faults Database (GAF-DB) β€” the first public, comprehensive, worldwide database of active fault traces, including geometry, kinematics, slip-rate, and reference attributes (~13,500 faults).

This is a representation-only modernization: the original geological content, geometries, and attributes are preserved as published. No fault interpretation, slip-rate estimation, or new geological information is introduced.

Pipeline: Legacy Geospatial Data β†’ Standardization β†’ Modern Format β†’ Validation β†’ Metadata β†’ AI/API Ready

Dataset Details

  • β€”Coverage: Global
  • β€”Format: GeoParquet (gem_active_faults.parquet)
  • β€”CRS: EPSG:4326
  • β€”Rows: ~13,500 fault traces (exact count set at conversion time β€” see metadata.json)
  • β€”Geometry type: LineString / MultiLineString
  • β€”License: CC BY-SA 4.0

Schema

Field names are standardized to snake_case; original GAF-DB attributes (fault geometry, kinematics, slip rate, slip type, references, notes, etc.) are preserved as published. Full field list and dtypes are in metadata.json.

Source

  • β€”Publisher: Global Earthquake Model (GEM) Foundation
  • β€”Original repository: https://github.com/GEMScienceTools/gem-global-active-faults
  • β€”Citation: Styron, R. and Pagani, M. (2020). The GEM Global Active Faults Database. Earthquake Spectra, 36(1_suppl), 160–180.

Usage

python
import geopandas as gpd
gdf = gpd.read_parquet("gem_active_faults.parquet")

Provenance

Converted with a reproducible pipeline: download β†’ schema standardization β†’ CRS enforcement (EPSG:4326) β†’ geometry validation/repair β†’ GeoParquet export β†’ round-trip validation. See metadata.json for full transformation details and file checksum.

License

CC BY-SA 4.0 β€” inherited from the original GEM GAF-DB. Attribute the GEM Foundation and the citation above when reusing this dataset.