diff options
author | Bryan Brattlof <hello@bryanbrattlof.com> | 2020-12-10 12:18:34 -0500 |
---|---|---|
committer | Bryan Brattlof <hello@bryanbrattlof.com> | 2020-12-10 12:21:00 -0500 |
commit | 02a82e965d7c1675ed23427b7f584ec243953c95 (patch) | |
tree | 8d0a2067f94480fb5b005084e6c3f506c4bd971e /readme.rst | |
parent | 04f1fef8649b3fbe0f3b240801c128f3f8971e38 (diff) | |
download | norta-canon.tar.gz norta-canon.tar.bz2 |
Diffstat (limited to 'readme.rst')
-rw-r--r-- | readme.rst | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -17,8 +17,8 @@ The current versions that work on *my computer*\ :sup:`tm` are: - pillow=7.0.0 - requests=2.24.0 -The Data-set -############ +The Data +######## A few years ago New Orleans, Louisiana published an API with the real time location of all the buses and streetcars they had in service for a new website @@ -29,8 +29,10 @@ just under 360,000 responses from the API. The API returned a JSON response that I appended to a file called ``bus.log`` that eventually grew to 5.2G (608M after being tar-balled) when I stopped polling the API. This is on the larger end of what I feel comfortable publishing online. -So if you wish for a copy please `send a DM or email me -<https://bryanbrattlof.com/connect/>`__ and I'll gladly send it to you. +So I've published `the torrent file <https://git.bryanbrattlof.com/norta/plain/ +data/bus.log.tar.gz.torrent>`__ you can use to download the data, or if you +need a direct copy please `DM (twitter) or email +<https://bryanbrattlof.com/connect/>`__ me and I'll gladly send you a copy. prepare-data.py ############### |