Skip to content

Commit

Permalink
Add geojson with real world coordinates
Browse files Browse the repository at this point in the history
By comparing maps, have moved each tntp node to its most likely junction
a couple of link seem slightly off but this is possibly due to the model
being much older than the maps. Coordinates are in WSG84
  • Loading branch information
alexdawn committed Mar 12, 2019
1 parent 3732bcd commit 8e52561
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions SiouxFalls/SiouxFallsCoordinates.geojson
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"type": "FeatureCollection",
"name": "siouxfallstranformed",
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
"features": [
{ "type": "Feature", "properties": { "id": 1 }, "geometry": { "type": "Point", "coordinates": [ -96.770419736575306, 43.612827917361315 ] } },
{ "type": "Feature", "properties": { "id": 2 }, "geometry": { "type": "Point", "coordinates": [ -96.711250627317369, 43.605812976323108 ] } },
{ "type": "Feature", "properties": { "id": 3 }, "geometry": { "type": "Point", "coordinates": [ -96.77430341162146, 43.572961604398998 ] } },
{ "type": "Feature", "properties": { "id": 4 }, "geometry": { "type": "Point", "coordinates": [ -96.747168429602851, 43.563653622104695 ] } },
{ "type": "Feature", "properties": { "id": 5 }, "geometry": { "type": "Point", "coordinates": [ -96.731569092113915, 43.564033567905938 ] } },
{ "type": "Feature", "properties": { "id": 6 }, "geometry": { "type": "Point", "coordinates": [ -96.711643887926343, 43.587585527559966 ] } },
{ "type": "Feature", "properties": { "id": 7 }, "geometry": { "type": "Point", "coordinates": [ -96.693422813044265, 43.563843595304853 ] } },
{ "type": "Feature", "properties": { "id": 8 }, "geometry": { "type": "Point", "coordinates": [ -96.711381714187013, 43.562323792929533 ] } },
{ "type": "Feature", "properties": { "id": 18 }, "geometry": { "type": "Point", "coordinates": [ -96.69407824739254, 43.546743608027008 ] } },
{ "type": "Feature", "properties": { "id": 16 }, "geometry": { "type": "Point", "coordinates": [ -96.711381714187013, 43.546743608027008 ] } },
{ "type": "Feature", "properties": { "id": 9 }, "geometry": { "type": "Point", "coordinates": [ -96.731241374939771, 43.548596341012939 ] } },
{ "type": "Feature", "properties": { "id": 10 }, "geometry": { "type": "Point", "coordinates": [ -96.731438005244257, 43.545270882209621 ] } },
{ "type": "Feature", "properties": { "id": 11 }, "geometry": { "type": "Point", "coordinates": [ -96.746840712428721, 43.544130682672304 ] } },
{ "type": "Feature", "properties": { "id": 12 }, "geometry": { "type": "Point", "coordinates": [ -96.780136777321104, 43.543940647319403 ] } },
{ "type": "Feature", "properties": { "id": 13 }, "geometry": { "type": "Point", "coordinates": [ -96.793376551156271, 43.490707182545499 ] } },
{ "type": "Feature", "properties": { "id": 24 }, "geometry": { "type": "Point", "coordinates": [ -96.749200276082519, 43.503164218940974 ] } },
{ "type": "Feature", "properties": { "id": 21 }, "geometry": { "type": "Point", "coordinates": [ -96.730979201200455, 43.510485094558483 ] } },
{ "type": "Feature", "properties": { "id": 23 }, "geometry": { "type": "Point", "coordinates": [ -96.750904405388042, 43.514858181014297 ] } },
{ "type": "Feature", "properties": { "id": 22 }, "geometry": { "type": "Point", "coordinates": [ -96.731241374939771, 43.514858181014297 ] } },
{ "type": "Feature", "properties": { "id": 20 }, "geometry": { "type": "Point", "coordinates": [ -96.711185083882555, 43.515333497404875 ] } },
{ "type": "Feature", "properties": { "id": 19 }, "geometry": { "type": "Point", "coordinates": [ -96.711316170752198, 43.52959124820228 ] } },
{ "type": "Feature", "properties": { "id": 15 }, "geometry": { "type": "Point", "coordinates": [ -96.731503548679086, 43.529401167022485 ] } },
{ "type": "Feature", "properties": { "id": 14 }, "geometry": { "type": "Point", "coordinates": [ -96.751035492257671, 43.529306126207956 ] } },
{ "type": "Feature", "properties": { "id": 17 }, "geometry": { "type": "Point", "coordinates": [ -96.711381714187013, 43.54128008947837 ] } }
]
}

0 comments on commit 8e52561

Please sign in to comment.