https://github.com/sharedstreets/trip-flows
experimental trip flow aggregator
https://github.com/sharedstreets/trip-flows
Last synced: over 1 year ago
JSON representation
experimental trip flow aggregator
- Host: GitHub
- URL: https://github.com/sharedstreets/trip-flows
- Owner: sharedstreets
- License: mit
- Created: 2019-08-08T16:26:51.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-06-02T21:12:14.000Z (about 4 years ago)
- Last Synced: 2025-01-25T10:28:07.735Z (over 1 year ago)
- Language: HTML
- Size: 2.09 MB
- Stars: 2
- Watchers: 4
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# trip-flows
experimental trip flow aggregator
---

## install
_dependencies do not compile on Windows!_
```sh
npm i -g trip-flows
```
## use
### build
```sh
trip-flows build \
--bbox "-74.20303344726562,40.531545551348394,-73.55484008789062,41.017210578228436" \
--traces ./traces.json
```
### serve
```sh
trip-flows serve
open localhost:5000
```