MineWatchAI / data /examples.json
Ashkan Taghipour (The University of Western Australia)
Initial commit
f5648f5
{
"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
}
}