Add function method to aggregate areas

This is standalone for now - we'll plumb it in later.
This commit is contained in:
Ben Thorner
2021-08-24 15:01:53 +01:00
parent 12978f0a9a
commit a210d87dee
4 changed files with 101 additions and 0 deletions

View File

@@ -21,3 +21,19 @@ SANTA_A = [
[25.8910, 66.5500],
[25.889, 66.55000],
]
BURFORD = [
[51.8925, -1.7495],
[51.7372, -1.7825],
[51.7159, -1.5257],
[51.8866, -1.5037],
[51.8925, -1.7495],
]
CHELTENHAM = [
[51.9324, -2.1265],
[51.8633, -2.1306],
[51.8637, -2.0242],
[51.9328, -2.0221],
[51.9324, -2.1265],
]