Skip to content

Commit 0fa692c

Browse files
authored
update README with links to accessibility analysis notebook
1 parent 9490ba0 commit 0fa692c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ For a very quickstart without any installation, you can open the notebooks onlin
1515
* [getting all arrivals to all stops of a given line on a given day](https://mybinder.org/v2/gh/hasadna/open-bus-stride-client/HEAD?labpath=notebooks%2Fgetting%20all%20arrivals%20to%20all%20stops%20of%20a%20given%20line%20in%20a%20given%20day.ipynb)
1616
* [load siri vehicle locations to pandas dataframe](https://mybinder.org/v2/gh/hasadna/open-bus-stride-client/main?labpath=notebooks%2Fload%20siri%20vehicle%20locations%20to%20pandas%20dataframe.ipynb)
1717
* [load gtfs timetable to pandas dataframe](https://mybinder.org/v2/gh/hasadna/open-bus-stride-client/HEAD?labpath=notebooks%2Fload%20gtfs%20timetable%20to%20pandas%20dataframe.ipynb)
18+
* [siri accessibility analysis using UrbanAccess](https://mybinder.org/v2/gh/hasadna/open-bus-stride-client/HEAD?labpath=notebooks%2Fsiri%20accessibility%20analysis%20using%20UrbanAccess.ipynb)
1819

1920
## Local Usage
2021

@@ -58,7 +59,9 @@ Install:
5859
pip install --upgrade open-bus-stride-client[cli,urbanaccess]
5960
```
6061

61-
See the CLI help messages for available functionality:
62+
See the notebook for example usage: [siri accessibility analysis using UrbanAccess](https://mybinder.org/v2/gh/hasadna/open-bus-stride-client/HEAD?labpath=notebooks%2Fsiri%20accessibility%20analysis%20using%20UrbanAccess.ipynb)
63+
64+
See the CLI help messages for available functionality via the CLI:
6265

6366
```
6467
stride urbanaccess --help

0 commit comments

Comments
 (0)