Skip to content

Commit

Permalink
added arxiv link to README
Browse files Browse the repository at this point in the history
  • Loading branch information
mszell authored Jul 7, 2021
1 parent 839f3b1 commit 3ba1e48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Growing Urban Bicycle Networks

This is the source code for the scientific paper *Growing Urban Bicycle Networks* by [M. Szell](http://michael.szell.net/), S. Mimar, T. Perlman, [G. Ghoshal](http://gghoshal.pas.rochester.edu/), and [R. Sinatra](http://www.robertasinatra.com/). The code downloads and pre-processes data from OpenStreetMap, prepares points of interest, runs simulations, measures and saves the results, creates videos and plots.
This is the source code for the scientific paper [*Growing Urban Bicycle Networks*](https://arxiv.org/abs/2107.02185) by [M. Szell](http://michael.szell.net/), S. Mimar, T. Perlman, [G. Ghoshal](http://gghoshal.pas.rochester.edu/), and [R. Sinatra](http://www.robertasinatra.com/). The code downloads and pre-processes data from OpenStreetMap, prepares points of interest, runs simulations, measures and saves the results, creates videos and plots.

**Preprint**: [insert arXiv link]
**Preprint**: [arXiv:2107.02185](https://arxiv.org/abs/2107.02185)
**Data repository**: [insert link]
**Visualization**: [GrowBike.Net](http://growbike.net)
**Videos & Plots**: [http://growbike.net/download](http://growbike.net/download)
Expand Down Expand Up @@ -60,4 +60,4 @@ Single (or few/small) cities could be run locally but require manual, step-by-st
* Go to [Overpass](overpass-turbo.eu), to the city, and run:
`relation["boundary"="administrative"]["name:en"="Copenhagen Municipality"]({{bbox}});(._;>;);out skel;`
* Export: Download as GPX
* Use QGIS to create a polygon, with Vector > Join Multiple Lines, and Processing Toolbox > Polygonize (see [Stackexchange answer 1](https://gis.stackexchange.com/questions/98320/connecting-two-line-ends-in-qgis-without-resorting-to-other-software) and [Stackexchange answer 2](https://gis.stackexchange.com/questions/207463/convert-a-line-to-polygon))
* Use QGIS to create a polygon, with Vector > Join Multiple Lines, and Processing Toolbox > Polygonize (see [Stackexchange answer 1](https://gis.stackexchange.com/questions/98320/connecting-two-line-ends-in-qgis-without-resorting-to-other-software) and [Stackexchange answer 2](https://gis.stackexchange.com/questions/207463/convert-a-line-to-polygon))

0 comments on commit 3ba1e48

Please sign in to comment.