Adedoyinjames commited on
Commit
838ff5d
·
verified ·
1 Parent(s): 2b096e1

Upload metadata.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. metadata.json +33 -0
metadata.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "title": "World Gravity Map 2012 (WGM2012) \u2014 Modernized GeoParquet (Bouguer + Free-air)",
3
+ "source": "Bureau Gravim\u00e9trique International (BGI), accessed via NORA Research Lab's AGDFS API",
4
+ "citation": "Bonvalot, S., Briais, A., Kuhn, M., Peyrefitte, A., Vales, N., Biancale, R., Gabalda, G., Moreaux, G., Reinquin, F. & Sarrailh, M. (2012). Global grids: World Gravity Map (WGM2012). Bureau Gravimetrique International. https://doi.org/10.18168/bgi.23",
5
+ "native_resolution": "2 arc-minutes x 2 arc-minutes",
6
+ "crs": "EPSG:4326",
7
+ "gravity_products": [
8
+ "Bouguer anomaly (mGal)",
9
+ "Free-air anomaly, Molodenski (mGal)"
10
+ ],
11
+ "known_gaps": "Isostatic anomaly (Airy-Heiskanen, Tc=30km) is part of WGM2012 but not currently exposed by the AGDFS gravity endpoint, so it is not included in this release. Can be added later if that layer becomes available.",
12
+ "derived_from_models": [
13
+ "EGM2008",
14
+ "DTU10",
15
+ "ETOPO1 (terrain correction)"
16
+ ],
17
+ "total_points": 58320000,
18
+ "value_ranges_mgal": {
19
+ "bouguer_anomaly_mgal": [
20
+ -528.96435546875,
21
+ 1005.0118408203125
22
+ ],
23
+ "freeair_anomaly_mgal": [
24
+ -388.63299560546875,
25
+ 990.968017578125
26
+ ]
27
+ },
28
+ "format": "GeoParquet (EPSG:4326 point geometry), partitioned by latitude band",
29
+ "license": "Academic/research use per BGI terms \u2014 no warranty on accuracy; BGI is not responsible for consequences of use.",
30
+ "modernized_by": "NORA Research Lab",
31
+ "modernization_date": "2026-09-01",
32
+ "pipeline": "AGDFS tiled fetch -> Standardization -> Modern Format -> Validation -> Metadata -> AI/API Ready"
33
+ }