Skip to content

Commit

Permalink
update README with links to accessibility analysis notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
OriHoch committed Jun 23, 2022
1 parent 9490ba0 commit 0fa692c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Expand Up @@ -15,6 +15,7 @@ For a very quickstart without any installation, you can open the notebooks onlin
* [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)
* [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)
* [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)
* [siri accessibility analysis using UrbanAccess](https://mybinder.org/v2/gh/hasadna/open-bus-stride-client/HEAD?labpath=notebooks%2Fsiri%20accessibility%20analysis%20using%20UrbanAccess.ipynb)

## Local Usage

Expand Down Expand Up @@ -58,7 +59,9 @@ Install:
pip install --upgrade open-bus-stride-client[cli,urbanaccess]
```

See the CLI help messages for available functionality:
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)

See the CLI help messages for available functionality via the CLI:

```
stride urbanaccess --help
Expand Down

0 comments on commit 0fa692c

Please sign in to comment.