Skip to content

Commit

Permalink
NSW LG 2024: Using the new 'overwrite threshold' option on loader con…
Browse files Browse the repository at this point in the history
…fig to handle two polling places that are across the road from each other
  • Loading branch information
keithamoss committed Sep 3, 2024
1 parent f7b311a commit 7db6671
Showing 1 changed file with 10 additions and 14 deletions.
24 changes: 10 additions & 14 deletions scrapers/nsw_lg_2024/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
"geocoding": {
"enabled": false
},
"overwrite_distance_thresholds": [
{
"name": "Thornton Public School",
"threshold": 0.025
},
{
"name": "St Michael's Anglican Church",
"threshold": 0.025
}
],
"fix_data_issues": [
{
"field": "name",
Expand All @@ -16,20 +26,6 @@
"value": 150.8655947
}
]
},
{
"field": "name",
"value": "Thornton Public School",
"overwrite": [
{
"field": "lat",
"value": -32.7796597
},
{
"field": "lon",
"value": 151.6408342
}
]
}
]
}

0 comments on commit 7db6671

Please sign in to comment.