kcribb12 commited on
Commit
7a77736
Β·
verified Β·
1 Parent(s): 4ed4799

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +68 -57
README.md CHANGED
@@ -12,8 +12,7 @@ tags:
12
  - earth-science
13
  - gold
14
  - copper
15
- - geochemistry
16
- - geohazards
17
  size_categories:
18
  - 1M<n<10M
19
  language:
@@ -23,19 +22,34 @@ pretty_name: Global Drillhole Database
23
 
24
  # Global Drillhole Database
25
 
26
- **3,807,656+ records** from geological surveys worldwide - drill holes, mineral occurrences, geochemical samples, and geological surveys.
27
 
28
  ## Dataset Summary
29
 
30
- | Region | Records | Source |
31
- |--------|---------|--------|
32
- | πŸ‡¦πŸ‡Ί Western Australia | 3,020,000 | DMIRS WAMEX |
33
- | πŸ‡¨πŸ‡¦ Canada | 378,666 | Provincial surveys |
34
- | πŸ‡¦πŸ‡Ί South Australia | 200,164 | SARIG |
35
- | πŸ‡ΉπŸ‡­ **Thailand** | **110,987** | **DMR ArcGIS** |
36
- | πŸ‡¬πŸ‡± Greenland | 59,715 | GreenMin.gl + EMODnet |
37
- | πŸ‡¦πŸ‡Ί Tasmania | 38,124 | MRT |
38
- | **TOTAL** | **3,807,656** | |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
39
 
40
  ### Canada Breakdown
41
  - Quebec (SIGEOM): 185,322
@@ -46,74 +60,71 @@ pretty_name: Global Drillhole Database
46
  - Alberta (AGS): 266
47
 
48
  ### Greenland Breakdown
49
- | Dataset | Records |
50
- |---------|---------|
51
- | Rock Samples | 20,000 |
52
- | Ujarassiorit | 20,000 |
53
- | Stream Sediments | 9,787 |
54
- | Drill Cores | 4,817 |
55
- | Heavy Minerals | 1,692 |
56
- | Mineral Occurrences | 1,276 |
57
- | EMODnet Offshore | 550 |
58
- | Others | 1,593 |
59
-
60
- ### Thailand Breakdown
61
- | Dataset | Records |
62
- |---------|---------|
63
- | Landslide Susceptibility | 50,000 |
64
- | Landslide Investigation | 12,959 |
65
- | Village Risk | 11,475 |
66
- | Rock Units 250K | 7,093 |
67
- | Natural Toxic Risk | 6,801 |
68
- | Mineral Areas | 5,546 |
69
- | Seafloor Chemistry | 4,088 |
70
- | Mineral Occurrences | 4,064 |
71
- | Sinkhole Risk Areas | 2,000 |
72
- | Heritage/Tourism Sites | 2,562 |
73
- | **Mineral Drill Holes** | **323** |
74
- | **Coastal Boreholes** | **250** |
75
- | Others | 3,826 |
76
 
77
  ## Schema
78
 
79
  | Field | Type | Description |
80
  |-------|------|-------------|
81
- | `id` | string | Unique identifier |
82
- | `name` | string | Hole/sample name |
83
  | `lat` | float | Latitude (WGS84) |
84
  | `lon` | float | Longitude (WGS84) |
85
  | `region` | string | State/Province/Country |
86
- | `country` | string | Country code |
87
  | `source` | string | Data source |
88
- | `type` | string | drill_hole, mineral_occurrence, geochemistry, etc. |
89
- | `commodity` | string | Target commodity |
90
  | `depth` | float | Total depth (meters) |
91
- | `year` | int | Year drilled/sampled |
92
- | `company` | string | Operator/company |
 
 
 
 
 
 
 
 
 
 
 
 
93
 
94
  ## Usage
95
 
96
  ```python
97
  from datasets import load_dataset
98
 
99
- # Load all data
100
  ds = load_dataset("kcribb12/global-drillhole-database")
101
 
102
  # Load specific region
103
- thailand = load_dataset("kcribb12/global-drillhole-database", data_files="data/thailand.json")
104
- greenland = load_dataset("kcribb12/global-drillhole-database", data_files="data/greenland.json")
105
  canada = load_dataset("kcribb12/global-drillhole-database", data_files="data/canada.json")
 
 
 
 
106
  ```
107
 
108
- ## Data Sources
109
 
110
- - **Western Australia**: DMIRS SLIP API (WAMEX)
111
- - **Canada**: SIGEOM, ODHD, MINFILE, SMDI, MGS, AGS
112
- - **South Australia**: SARIG WFS
113
- - **Thailand**: DMR ArcGIS REST API (gisportal.dmr.go.th)
114
- - **Tasmania**: MRT open data
115
- - **Greenland**: GreenMin.gl WFS + EMODnet GEUS
116
 
117
  ## License
118
 
119
- CC-BY 4.0 - Free to use with attribution
 
12
  - earth-science
13
  - gold
14
  - copper
15
+ - coal
 
16
  size_categories:
17
  - 1M<n<10M
18
  language:
 
22
 
23
  # Global Drillhole Database
24
 
25
+ **3,958,882+ drill holes** from geological surveys worldwide.
26
 
27
  ## Dataset Summary
28
 
29
+ | Region | Records | Type | Source |
30
+ |--------|---------|------|--------|
31
+ | πŸ‡¦πŸ‡Ί Western Australia | 3,020,000 | Drill holes | DMIRS WAMEX |
32
+ | πŸ‡¨πŸ‡¦ Canada | 378,666 | Drill holes + occurrences | Provincial surveys |
33
+ | πŸ‡ΏπŸ‡¦ **South Africa** | **262,213** | **Boreholes + samples** | **CGS Portal** |
34
+ | πŸ‡¦πŸ‡Ί South Australia | 200,164 | Drill holes | SARIG |
35
+ | πŸ‡¬πŸ‡± Greenland | 59,715 | Drill cores + samples | GEUS |
36
+ | πŸ‡¦πŸ‡Ί Tasmania | 38,124 | Boreholes | MRT |
37
+ | **TOTAL** | **3,958,882** | | |
38
+
39
+ ### πŸ‡ΏπŸ‡¦ South Africa Breakdown (NEW!)
40
+
41
+ | Source | Type | Records |
42
+ |--------|------|---------|
43
+ | CGS Borehole Positions | Exploration | 67,330 |
44
+ | CGS Coal & Core | Coal Exploration | 65,535 |
45
+ | CGS Dolomitic Land | Karst Investigation | 64,418 |
46
+ | CGS Geotechnical | Engineering | 25,471 |
47
+ | CGS Trial Holes | Test Pits | 18,874 |
48
+ | CGS Dolomite Reports | Reports | 8,847 |
49
+ | CGS Petrophysics | Rock Samples | 11,738 |
50
+ | **Total** | | **262,213** |
51
+
52
+ **Note:** An additional ~282,890 boreholes are available in South Africa's National Groundwater Archive (NGA) with free registration at https://www.dws.gov.za/NGANet/
53
 
54
  ### Canada Breakdown
55
  - Quebec (SIGEOM): 185,322
 
60
  - Alberta (AGS): 266
61
 
62
  ### Greenland Breakdown
63
+ - Rock Samples: 20,000
64
+ - Ujarassiorit (citizen samples): 20,000
65
+ - Stream Sediments: 9,787
66
+ - Drill Cores: 4,817
67
+ - Heavy Minerals: 1,692
68
+ - Soil Samples: 1,494
69
+ - Mineral Occurrences: 1,276
70
+ - EMODnet Offshore: 550
71
+ - Scree Samples: 99
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
72
 
73
  ## Schema
74
 
75
  | Field | Type | Description |
76
  |-------|------|-------------|
77
+ | `id` | string | Unique identifier / hole ID |
78
+ | `name` | string | Hole name |
79
  | `lat` | float | Latitude (WGS84) |
80
  | `lon` | float | Longitude (WGS84) |
81
  | `region` | string | State/Province/Country |
82
+ | `country` | string | Country code (CA, AU, US, GL, ZA) |
83
  | `source` | string | Data source |
84
+ | `type` | string | drill_hole, mineral_occurrence, borehole, rock_sample |
85
+ | `commodity` | string | Target commodity (Gold, Copper, Coal, etc.) |
86
  | `depth` | float | Total depth (meters) |
87
+ | `year` | int | Year drilled |
88
+ | `url` | string | Source URL |
89
+
90
+ ## Data Files
91
+
92
+ | File | Records | Format |
93
+ |------|---------|--------|
94
+ | `data/western_australia.parquet` | 3,020,000 | Parquet |
95
+ | `data/canada.json` | 378,666 | JSON |
96
+ | `data/south_africa.parquet` | 262,213 | Parquet |
97
+ | `data/south_africa.json` | 262,213 | JSON |
98
+ | `data/south_australia.json` | 200,164 | JSON |
99
+ | `data/greenland.json` | 59,715 | JSON |
100
+ | `data/tasmania.json` | 38,124 | JSON |
101
 
102
  ## Usage
103
 
104
  ```python
105
  from datasets import load_dataset
106
 
107
+ # Load all regions
108
  ds = load_dataset("kcribb12/global-drillhole-database")
109
 
110
  # Load specific region
111
+ south_africa = load_dataset("kcribb12/global-drillhole-database", data_files="data/south_africa.parquet")
 
112
  canada = load_dataset("kcribb12/global-drillhole-database", data_files="data/canada.json")
113
+
114
+ # Filter by commodity
115
+ gold_holes = ds.filter(lambda x: x['commodity'] == 'Gold')
116
+ coal_holes = ds.filter(lambda x: x['commodity'] == 'Coal')
117
  ```
118
 
119
+ ## Sources
120
 
121
+ - **Western Australia**: DMIRS SLIP Portal (https://dasc.dmirs.wa.gov.au/)
122
+ - **Canada**: Provincial Geological Surveys (SIGEOM, ODHD, MINFILE, etc.)
123
+ - **South Africa**: Council for Geoscience (https://maps.geoscience.org.za)
124
+ - **South Australia**: SARIG (https://map.sarig.sa.gov.au/)
125
+ - **Greenland**: GEUS (https://data.geus.dk/)
126
+ - **Tasmania**: MRT (https://www.mrt.tas.gov.au/)
127
 
128
  ## License
129
 
130
+ Data aggregated from public geological survey sources. Individual region licenses apply.