Skip to content

Commit

Permalink
Import Hillsborough
Browse files Browse the repository at this point in the history
  • Loading branch information
dabreegster committed May 12, 2024
1 parent 7babd5a commit 35d669c
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 0 deletions.
20 changes: 20 additions & 0 deletions data/MANIFEST.json
Original file line number Diff line number Diff line change
Expand Up @@ -1600,6 +1600,11 @@
"uncompressed_size_bytes": 1011128,
"compressed_size_bytes": 1011287
},
"data/input/gb/sheffield/osm/hillsborough.osm.pbf": {
"checksum": "e0e15072f04e85fc13eee7c6714d1643",
"uncompressed_size_bytes": 949546,
"compressed_size_bytes": 949714
},
"data/input/gb/sheffield/osm/woodseats.osm.pbf": {
"checksum": "082ef0560dc04f804a97008a01e7e7e7",
"uncompressed_size_bytes": 1194002,
Expand All @@ -1615,6 +1620,11 @@
"uncompressed_size_bytes": 6155087,
"compressed_size_bytes": 1872228
},
"data/input/gb/sheffield/raw_maps/hillsborough.bin": {
"checksum": "0ec15b6793f107f143759e9ec55bbf12",
"uncompressed_size_bytes": 5005094,
"compressed_size_bytes": 1554452
},
"data/input/gb/sheffield/raw_maps/woodseats.bin": {
"checksum": "e1fee5f8dd46ab78d8239092b037bf7e",
"uncompressed_size_bytes": 7074506,
Expand Down Expand Up @@ -4705,6 +4715,11 @@
"uncompressed_size_bytes": 20605436,
"compressed_size_bytes": 8077905
},
"data/system/gb/sheffield/maps/hillsborough.bin": {
"checksum": "7f9e057d65c49949a4db15ba5c6aa4f5",
"uncompressed_size_bytes": 15731855,
"compressed_size_bytes": 6215408
},
"data/system/gb/sheffield/maps/woodseats.bin": {
"checksum": "03e617f900fea11c25f67bfff9bef2c9",
"uncompressed_size_bytes": 15184802,
Expand All @@ -4720,6 +4735,11 @@
"uncompressed_size_bytes": 8279793,
"compressed_size_bytes": 2144138
},
"data/system/gb/sheffield/scenarios/hillsborough/background.bin": {
"checksum": "099ccdc848c2f22ce7af85b418a6f6db",
"uncompressed_size_bytes": 8011112,
"compressed_size_bytes": 2058472
},
"data/system/gb/sheffield/scenarios/woodseats/background.bin": {
"checksum": "7d6409c0d751356b0de2a7002ae7e69c",
"uncompressed_size_bytes": 5324801,
Expand Down
36 changes: 36 additions & 0 deletions importer/config/gb/sheffield/hillsborough.geojson
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"coordinates": [
[
[
-1.5221043392339766,
53.42477447106094
],
[
-1.5221043392339766,
53.38771771397259
],
[
-1.470767661259032,
53.38771771397259
],
[
-1.470767661259032,
53.42477447106094
],
[
-1.5221043392339766,
53.42477447106094
]
]
],
"type": "Polygon"
}
}
]
}

0 comments on commit 35d669c

Please sign in to comment.