The visualization is developed by the CityLAB Berlin and shows the use of bikesharing providers (LIDL-Bike, NextBike) in Berlin . All wheel movements larger than 300 meters are shown. Thus it becomes visible at which times and in which regions bikesharing is used particularly intensively.
A version of the working prototype can be found here
This project uses Webpack to bundle files and serves it with webpack-dev-server.
To run this project, you need a Mapbox access token. You can either set an environment variable:
export MapboxAccessToken=<mapbox_access_token>
Or set MAPBOX_TOKEN
directly in app.js
.
Other options can be found at using with Mapbox GL.
To install dependencies:
npm install
npm start
is the development target, to serves the app and hot reload.npm run build
is the production target, to create the final bundle and write to disk.
a more extensive documentation is following soon ...