Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -12,8 +12,7 @@ tags:
|
|
| 12 |
- earth-science
|
| 13 |
- gold
|
| 14 |
- copper
|
| 15 |
-
-
|
| 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,
|
| 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 |
-
| π¦
|
| 35 |
-
|
|
| 36 |
-
| π¬π± Greenland | 59,715 |
|
| 37 |
-
| π¦πΊ Tasmania | 38,124 | MRT |
|
| 38 |
-
| **TOTAL** | **3,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
-
|
| 50 |
-
|
| 51 |
-
|
| 52 |
-
|
| 53 |
-
|
| 54 |
-
|
| 55 |
-
|
| 56 |
-
|
| 57 |
-
|
| 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
|
| 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,
|
| 89 |
-
| `commodity` | string | Target commodity |
|
| 90 |
| `depth` | float | Total depth (meters) |
|
| 91 |
-
| `year` | int | Year drilled
|
| 92 |
-
| `
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 93 |
|
| 94 |
## Usage
|
| 95 |
|
| 96 |
```python
|
| 97 |
from datasets import load_dataset
|
| 98 |
|
| 99 |
-
# Load all
|
| 100 |
ds = load_dataset("kcribb12/global-drillhole-database")
|
| 101 |
|
| 102 |
# Load specific region
|
| 103 |
-
|
| 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 |
-
##
|
| 109 |
|
| 110 |
-
- **Western Australia**: DMIRS SLIP
|
| 111 |
-
- **Canada**: SIGEOM, ODHD, MINFILE,
|
| 112 |
-
- **South
|
| 113 |
-
- **
|
| 114 |
-
- **
|
| 115 |
-
- **
|
| 116 |
|
| 117 |
## License
|
| 118 |
|
| 119 |
-
|
|
|
|
| 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.
|