Adedoyinjames commited on
Commit
9f153f9
·
verified ·
1 Parent(s): fb84887

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +61 -20
README.md CHANGED
@@ -1,32 +1,51 @@
1
  ---
2
  license: cc-by-4.0
 
 
3
  task_categories:
4
  - other
5
  - feature-extraction
 
6
  tags:
7
  - geoscience
8
  - geology
9
  - tectonics
10
  - plate-tectonics
11
  - geospatial
12
- - earth-observation
 
13
  - remote-sensing
 
 
 
14
  language:
15
  - en
16
- pretty_name: GPlates Tectonic Intelligence Dataset
17
- size_categories:
18
- - 10K<n<100K
19
  ---
20
 
21
- ![GPlates Tectonic Intelligence Dataset](https://i.ibb.co/GvgsCy4d/Chat-GPT-Image-Aug-18-2026-12-48-59-AM.png)
 
 
22
 
23
  # GPlates Tectonic Intelligence Dataset
24
 
25
- Global, AI-ready tectonic context for every point on Earth — built from GPlates/EarthByte plate reconstruction data.
 
 
 
 
 
 
 
26
 
27
- ## Dataset Summary
28
 
29
- This dataset converts the Müller et al. (2019) global plate reconstruction model into a standardized, gridded feature set. Every cell in a 1.0° global grid (360 × 180 = 64,800 points, present day / 0 Ma) is tagged with its reconstruction plate ID, seafloor age, and distance to the nearest mid-ocean ridge, subduction trench, transform fault, and coastline — turning raw tectonic geometry into tabular features ready for geological, geophysical, exploration, and environmental ML applications.
 
 
 
 
 
 
30
 
31
  ## Dataset Structure
32
 
@@ -49,8 +68,6 @@ This dataset converts the Müller et al. (2019) global plate reconstruction mode
49
  - **Seafloor age grid:** Seton, M. et al. (2020), present-day oceanic crustal age and spreading parameters.
50
  - **Access layer:** [`gplately`](https://github.com/GPlates/gplately) (Mather et al.), built on `pygplates`.
51
 
52
- Original data distributed by EarthByte / GPlates under their respective open licenses; this derived grid is released under CC-BY-4.0 — verify against upstream terms before redistribution.
53
-
54
  ## Processing Pipeline
55
 
56
  1. Downloaded core reconstruction files (rotation model, topologies, static polygons) and supporting layers (coastlines, continents, COBs, age grid) via `gplately.DataServer`.
@@ -59,16 +76,31 @@ Original data distributed by EarthByte / GPlates under their respective open lic
59
  4. Built a global 1.0° grid, assigned plate IDs via point-in-polygon partitioning, sampled seafloor age, and computed nearest-boundary distances (reprojected to an equidistant CRS for real-world km).
60
  5. Published the standardized dataset here.
61
 
62
- ## Usage
63
 
64
- ```python
65
- import pandas as pd
66
 
67
- df = pd.read_parquet("global_tectonic_context.parquet")
68
- df.head()
69
- ```
70
 
71
- ## Known Limitations
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
72
 
73
  - 1.0° resolution is coarse; finer grids (e.g. 0.25°) trade runtime for detail.
74
  - Bilinear interpolation on the age grid can return null values near coastlines even over oceanic crust, slightly undercounting true oceanic coverage.
@@ -77,12 +109,21 @@ df.head()
77
 
78
  ## Citation
79
 
80
- If you use this dataset, please cite the underlying sources:
81
 
82
  - Müller, R.D. et al. (2019), *Tectonics*, 38(6).
83
  - Seton, M. et al. (2020), *Geochemistry, Geophysics, Geosystems*, 21(10).
84
  - Mather, B. et al., *GPlately* (GitHub: GPlates/gplately).
 
 
 
 
 
 
 
 
 
85
 
86
- ## License
87
 
88
- CC-BY-4.0
 
1
  ---
2
  license: cc-by-4.0
3
+ pretty_name: GPlates Tectonic Intelligence Dataset
4
+
5
  task_categories:
6
  - other
7
  - feature-extraction
8
+
9
  tags:
10
  - geoscience
11
  - geology
12
  - tectonics
13
  - plate-tectonics
14
  - geospatial
15
+ - gis
16
+ - geoai
17
  - remote-sensing
18
+ - earth-observation
19
+ - earth-science
20
+
21
  language:
22
  - en
 
 
 
23
  ---
24
 
25
+ <p align="center">
26
+ <img src="https://i.ibb.co/GvgsCy4d/Chat-GPT-Image-Aug-18-2026-12-48-59-AM.png" alt="NORA Research Lab Banner" width="100%">
27
+ </p>
28
 
29
  # GPlates Tectonic Intelligence Dataset
30
 
31
+ [![GitHub](https://img.shields.io/badge/GitHub-NORA_Research_Lab-black?logo=github)](https://github.com/Nora-Research-Lab)
32
+ [![Hugging Face](https://img.shields.io/badge/HuggingFace-NORA-yellow?logo=huggingface)](https://huggingface.co/NoraResearchLab)
33
+ [![LinkedIn](https://img.shields.io/badge/LinkedIn-NORA-blue?logo=linkedin)](https://www.linkedin.com/company/nora-research-lab)
34
+ [![X](https://img.shields.io/badge/X-@noraresearchlab-black?logo=x)](https://x.com/noraresearchlab)
35
+
36
+ ## Overview
37
+
38
+ GPlates Tectonic Intelligence Dataset is a standardized geospatial dataset maintained by NORA Research Lab, converting the Müller et al. (2019) global plate reconstruction model into AI-ready spatial features.
39
 
40
+ Every cell in a 1.0° global grid (360 × 180 = 64,800 points, present day / 0 Ma) is tagged with its reconstruction plate ID, seafloor age, and distance to the nearest mid-ocean ridge, subduction trench, transform fault, and coastline — turning raw tectonic geometry into tabular features for geological, geophysical, exploration, and environmental ML applications.
41
 
42
+ ## Quick Links
43
+
44
+ - GitHub: https://github.com/Nora-Research-Lab
45
+ - Hugging Face: https://huggingface.co/NoraResearchLab
46
+ - Dataset: https://huggingface.co/datasets/NoraResearchLab/gplates-tectonic-intelligence
47
+ - LinkedIn: https://www.linkedin.com/company/nora-research-lab
48
+ - X: https://x.com/noraresearchlab
49
 
50
  ## Dataset Structure
51
 
 
68
  - **Seafloor age grid:** Seton, M. et al. (2020), present-day oceanic crustal age and spreading parameters.
69
  - **Access layer:** [`gplately`](https://github.com/GPlates/gplately) (Mather et al.), built on `pygplates`.
70
 
 
 
71
  ## Processing Pipeline
72
 
73
  1. Downloaded core reconstruction files (rotation model, topologies, static polygons) and supporting layers (coastlines, continents, COBs, age grid) via `gplately.DataServer`.
 
76
  4. Built a global 1.0° grid, assigned plate IDs via point-in-polygon partitioning, sampled seafloor age, and computed nearest-boundary distances (reprojected to an equidistant CRS for real-world km).
77
  5. Published the standardized dataset here.
78
 
79
+ ## Data Format
80
 
81
+ Vector datasets stored as GeoParquet. Standard coordinate reference system: EPSG:4326 (WGS84).
 
82
 
83
+ ## Attribution
 
 
84
 
85
+ All third-party scientific datasets remain the property of their original creators (EarthByte / GPlates). NORA Research Lab performs aggregation, feature generation, format conversion, metadata generation, and cloud distribution.
86
+
87
+ Users should cite both the original dataset providers and NORA Research Lab where appropriate.
88
+
89
+ ## Licensing
90
+
91
+ This repository includes an MIT LICENSE file for repository code, scripts, and documentation created by NORA Research Lab. The underlying plate model and age grid retain the licenses of their original providers and are not relicensed under MIT.
92
+
93
+ ## Intended Use
94
+
95
+ This repository is intended for:
96
+
97
+ - plate tectonics and structural geology research
98
+ - geospatial analysis and GIS
99
+ - machine learning / GeoAI
100
+ - mineral and resource exploration
101
+ - academic research and data engineering
102
+
103
+ ## Limitations
104
 
105
  - 1.0° resolution is coarse; finer grids (e.g. 0.25°) trade runtime for detail.
106
  - Bilinear interpolation on the age grid can return null values near coastlines even over oceanic crust, slightly undercounting true oceanic coverage.
 
109
 
110
  ## Citation
111
 
112
+ If you use this dataset, please cite:
113
 
114
  - Müller, R.D. et al. (2019), *Tectonics*, 38(6).
115
  - Seton, M. et al. (2020), *Geochemistry, Geophysics, Geosystems*, 21(10).
116
  - Mather, B. et al., *GPlately* (GitHub: GPlates/gplately).
117
+ - NORA Research Lab
118
+
119
+ ## Maintainer
120
+
121
+ NORA Research Lab
122
+
123
+ GitHub: https://github.com/Nora-Research-Lab
124
+
125
+ Hugging Face: https://huggingface.co/NoraResearchLab
126
 
127
+ Dataset: https://huggingface.co/datasets/NoraResearchLab/gplates-tectonic-intelligence
128
 
129
+ Last updated: 2026