Browse Source

Bus stop graphing

Will K 6 years ago
parent
commit
bad3b2e029

+ 8 - 0
.gitattributes

@@ -2,3 +2,11 @@
 *.RData filter=lfs diff=lfs merge=lfs -text
 *.pdf filter=lfs diff=lfs merge=lfs -text
 *.gif filter=lfs diff=lfs merge=lfs -text
+think_complexity/gtfs/trips.txt filter=lfs diff=lfs merge=lfs -text
+think_complexity/gtfs/agency.txt filter=lfs diff=lfs merge=lfs -text
+think_complexity/gtfs/calendar.txt filter=lfs diff=lfs merge=lfs -text
+think_complexity/gtfs/calendar_dates.txt filter=lfs diff=lfs merge=lfs -text
+think_complexity/gtfs/routes.txt filter=lfs diff=lfs merge=lfs -text
+think_complexity/gtfs/shapes.txt filter=lfs diff=lfs merge=lfs -text
+think_complexity/gtfs/stop_times.txt filter=lfs diff=lfs merge=lfs -text
+think_complexity/gtfs/stops.txt filter=lfs diff=lfs merge=lfs -text

File diff suppressed because it is too large
+ 2234 - 5
think_complexity/Graphing Bus Stops.ipynb


+ 3 - 0
think_complexity/gtfs/agency.txt

@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:99d2446ddd1345fefc3253c3385e55df8413a3ae5a52ffda1374f0d99bb37c5c
+size 125

+ 3 - 0
think_complexity/gtfs/calendar.txt

@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b4023741e7b210ed70396859e7b7fbbfd30ab318477e6e287f7321c5171d1478
+size 1982

+ 3 - 0
think_complexity/gtfs/calendar_dates.txt

@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3f57fa3f655928f544e78cb9da64689a2733c9aa9c7526901c8de3317ce2f22b
+size 4664

+ 3 - 0
think_complexity/gtfs/routes.txt

@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:af6bff31b1af62cba9e85d7e6cd7a0400520d33de7e57a86fb82098e481158f7
+size 12323

+ 3 - 0
think_complexity/gtfs/shapes.txt

@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:23a2c8be824ec87853d7254476d67123c30e5d24d2ec84460b4a103adf7e8404
+size 5690641

+ 3 - 0
think_complexity/gtfs/stop_times.txt

@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:114bdae2e2d07d912841afe97133071c19bc7ff4b07aedfd888dc2c8e86ef4fb
+size 96515048

+ 3 - 0
think_complexity/gtfs/stops.txt

@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3d692a53cf250cd2811c71443d68d42b25a0980f704b90788aec265649b63e30
+size 278265

+ 3 - 0
think_complexity/gtfs/trips.txt

@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c12ac172a0bd958053f4209e56841d3bb1efc4218a58744ea1c84b595cf60b6a
+size 5385607