https://github.com/dvrpc/sidewalk-data-viz
Interactive webmaps that visualize the outputs of the sidewalk gap analysis
https://github.com/dvrpc/sidewalk-data-viz
Last synced: 5 months ago
JSON representation
Interactive webmaps that visualize the outputs of the sidewalk gap analysis
- Host: GitHub
- URL: https://github.com/dvrpc/sidewalk-data-viz
- Owner: dvrpc
- Created: 2020-07-31T20:01:46.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-12-19T19:02:02.000Z (6 months ago)
- Last Synced: 2025-12-22T08:17:15.853Z (6 months ago)
- Language: JavaScript
- Size: 6.15 MB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sidewalk-data-viz
Interactive webmaps that visualize the outputs of the sidewalk gap analysis,
leveraging data hosted on DVRPC's [vector tile server](https://tiles.dvrpc.org).
A live demo of the map can be seen here: [https://dvrpc.github.io/sidewalk-data-viz/](https://dvrpc.github.io/sidewalk-data-viz/)
## Development
Use `lite-server` to run a local develpoment server:
```bash
npm run dev
```
The webapp will run at [http://0.0.0.0:3000](http://0.0.0.0:3000)
Alternatively, install the VSCode plugin `Live Server` and the webapp will run at [http://127.0.0.1:5501/](http://127.0.0.1:5501/)
## Build
Use `webpack` to transform source files into the build directory:
```bash
npm run build
```
## Data Analysis / Tileset Creation
The data analysis code (along with the creation of the vector tilesets) can be found in [`DVRPC/network-routing`](https://github.com/dvrpc/network-routing)