Adedoyinjames commited on
Commit
74ff688
·
verified ·
1 Parent(s): 91d9637

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +79 -0
README.md ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: bgi-wgm2012-academic-use
4
+ license_link: https://bgi.obs-mip.fr/grids-and-models-2/grids-and-models-2-2/
5
+ pretty_name: World Gravity Map 2012 (WGM2012) — Modernized GeoParquet
6
+ tags:
7
+ - geophysics
8
+ - gravity
9
+ - earth-science
10
+ - geospatial
11
+ - geoparquet
12
+ - gis
13
+ - remote-sensing
14
+ task_categories:
15
+ - other
16
+ size_categories:
17
+ - 10M<n<100M
18
+ ---
19
+
20
+ <p align="center">
21
+ <img src="https://i.ibb.co/B2LTcvL8/file-000000006894820a93711cc9f56a27e4.png" width="100%" alt="WGM2012 Modernized banner">
22
+ </p>
23
+
24
+ <p align="center">
25
+ <a href="https://github.com/Nora-Research-Lab"><img src="https://img.shields.io/badge/GitHub-Nora--Research--Lab-181717?logo=github" alt="GitHub"></a>
26
+ <a href="https://huggingface.co/NoraResearchLab"><img src="https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-NoraResearchLab-yellow" alt="Hugging Face"></a>
27
+ <a href="https://www.linkedin.com/company/nora-research-lab"><img src="https://img.shields.io/badge/LinkedIn-NORA%20Research%20Lab-0A66C2?logo=linkedin" alt="LinkedIn"></a>
28
+ <a href="https://x.com/noraresearchlab"><img src="https://img.shields.io/badge/X-@noraresearchlab-000000?logo=x" alt="X"></a>
29
+ </p>
30
+
31
+ ## Quick Links
32
+ - [GitHub](https://github.com/Nora-Research-Lab)
33
+ - [Hugging Face](https://huggingface.co/NoraResearchLab)
34
+ - [LinkedIn](https://www.linkedin.com/company/nora-research-lab)
35
+ - [X](https://x.com/noraresearchlab)
36
+
37
+ # World Gravity Map 2012 (WGM2012) — Modernized
38
+
39
+ Global 2′ × 2′ gravity anomaly grids — Bouguer and free-air — from the Bureau
40
+ Gravimétrique International (BGI), converted into a partitioned, machine-readable
41
+ GeoParquet dataset for AI systems, APIs, GIS, and scientific applications.
42
+
43
+ Sourced via NORA Research Lab's own [AGDFS](https://agdfs.onrender.com) gravity
44
+ endpoint (tiled global fetch at full native resolution) rather than a fresh
45
+ BGI portal download.
46
+
47
+ ## Contents
48
+ - `geoparquet/` — point-based GeoParquet partitions (EPSG:4326), one file per 10° latitude band
49
+ - `metadata.json` — provenance, citation, value ranges, license, known gaps
50
+
51
+ ## Columns
52
+
53
+ | Column | Description |
54
+ |---|---|
55
+ | `longitude` / `latitude` | Grid cell centroid (degrees, WGS84) |
56
+ | `bouguer_anomaly_mgal` | Complete spherical Bouguer anomaly (mGal) |
57
+ | `freeair_anomaly_mgal` | Surface free-air anomaly, Molodenski (mGal) |
58
+ | `geometry` | Point geometry (WGS84) |
59
+
60
+ **Known gap:** Isostatic anomaly (Airy-Heiskanen, Tc=30km) is part of the
61
+ original WGM2012 release but is not currently exposed by the AGDFS gravity
62
+ endpoint, so it is not included here. See `metadata.json` for details — it
63
+ can be added later if that layer becomes available.
64
+
65
+ ## Source & Citation
66
+
67
+ Bonvalot, S., Briais, A., Kuhn, M., Peyrefitte, A., Vales, N., Biancale, R.,
68
+ Gabalda, G., Moreaux, G., Reinquin, F. & Sarrailh, M. (2012). Global grids:
69
+ World Gravity Map (WGM2012). Bureau Gravimetrique International.
70
+ https://doi.org/10.18168/bgi.23
71
+
72
+ ## License
73
+
74
+ Academic/research use per BGI terms — no warranty on accuracy; BGI is not
75
+ responsible for consequences of use.
76
+
77
+ ---
78
+
79
+ Modernized by **NORA Research Lab**.