Spaces:
Sleeping
Sleeping
File size: 1,833 Bytes
f5648f5 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 | {
"examples": [
{
"name": "Boddington Gold Mine",
"tenement_id": "M 70/1198",
"center": [-32.7500, 116.3700],
"zoom": 13,
"description": "Large gold/copper mine with active rehabilitation",
"geometry": {
"type": "rectangle",
"coordinates": [116.30, -32.80, 116.45, -32.70]
}
},
{
"name": "Kalgoorlie Super Pit",
"tenement_id": "M 26/767",
"center": [-30.7749, 121.5040],
"zoom": 13,
"description": "Iconic open-pit gold mine",
"geometry": {
"type": "rectangle",
"coordinates": [121.45, -30.82, 121.55, -30.74]
}
},
{
"name": "Greenbushes Lithium",
"tenement_id": "M 70/1412",
"center": [-33.8500, 116.0600],
"zoom": 14,
"description": "Major lithium mining operation",
"geometry": {
"type": "rectangle",
"coordinates": [116.02, -33.88, 116.10, -33.82]
}
},
{
"name": "Worsley Alumina",
"tenement_id": "M 70/199",
"center": [-33.2600, 116.0800],
"zoom": 13,
"description": "Bauxite mining with progressive rehabilitation",
"geometry": {
"type": "rectangle",
"coordinates": [115.98, -33.32, 116.18, -33.20]
}
},
{
"name": "Wiluna Gold",
"tenement_id": "M 53/1085",
"center": [-26.5900, 120.2300],
"zoom": 14,
"description": "Historical gold mining area",
"geometry": {
"type": "rectangle",
"coordinates": [120.18, -26.65, 120.28, -26.53]
}
}
],
"default_location": {
"center": [-28.0, 121.0],
"zoom": 6,
"description": "Western Australia mining region"
},
"analysis_parameters": {
"cloud_threshold": 20,
"window_days": 15,
"change_threshold": 0.05,
"scale": 10
}
}
|