Skip to content

Commit

Permalink
Import Darlington
Browse files Browse the repository at this point in the history
  • Loading branch information
dabreegster committed Oct 9, 2023
1 parent 13c754e commit 5b1a131
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ data/system/gb/chorlton
data/system/gb/clackers_brook
data/system/gb/cricklewood
data/system/gb/culm
data/system/gb/darlington
data/system/gb/derby
data/system/gb/dickens_heath
data/system/gb/didcot
Expand Down
15 changes: 15 additions & 0 deletions data/MANIFEST.json
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,11 @@
"uncompressed_size_bytes": 24880501,
"compressed_size_bytes": 7500972
},
"data/input/gb/darlington/raw_maps/center.bin": {
"checksum": "93c6ea07cc4cba58611f42b0ac9c3a1d",
"uncompressed_size_bytes": 5227653,
"compressed_size_bytes": 1503698
},
"data/input/gb/derby/raw_maps/center.bin": {
"checksum": "bff3c200d27b4930915280cee74e8d0f",
"uncompressed_size_bytes": 16070966,
Expand Down Expand Up @@ -2560,6 +2565,16 @@
"uncompressed_size_bytes": 7912165,
"compressed_size_bytes": 2144732
},
"data/system/gb/darlington/maps/center.bin": {
"checksum": "0f9f47678ba902f3b5f67e5084b84850",
"uncompressed_size_bytes": 22043626,
"compressed_size_bytes": 8695226
},
"data/system/gb/darlington/scenarios/center/background.bin": {
"checksum": "99921a58d68b8ff3ea8bacd93e2176f2",
"uncompressed_size_bytes": 4362456,
"compressed_size_bytes": 1087517
},
"data/system/gb/derby/maps/center.bin": {
"checksum": "1ff4b4ed3868d76000fef0dbeba267eb",
"uncompressed_size_bytes": 41917474,
Expand Down
36 changes: 36 additions & 0 deletions importer/config/gb/darlington/center.geojson
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"coordinates": [
[
[
-1.601149809542136,
54.54478887354304
],
[
-1.601149809542136,
54.50218353438706
],
[
-1.4987249147464183,
54.50218353438706
],
[
-1.4987249147464183,
54.54478887354304
],
[
-1.601149809542136,
54.54478887354304
]
]
],
"type": "Polygon"
}
}
]
}

0 comments on commit 5b1a131

Please sign in to comment.