Configuroute (osoc19)
ConfiguRoute is a web application designed for people interested in setting up their very individual route planning system. It consists in an interface designed for easily creating configuration files for any kind of specific vehicle profiles.
- Checkout the tool.
- Get to understand the specifications of the ontologies:
- Have a look at the Planner.js project
- You should have npm installed on your machine.
- Clone the repository:
git clone https://github.com/oSoc19/configuroute master
- Install dependancies:
npm install
- Run the app in:
npm start
- Open http://localhost:3000 to view the page in your browser.
This project was started by students during Open Summer of Code 2019, members of the open planner team: a consortium of Open Knowledge Belgium, Anyways, De Lijn, NextMoov and imec working on better route planning solutions with open data https://openplanner.team.
Go take a look at the list of contributors who participated in this project!
- Create React App - The web framework used
- Semantic-ui - Styling framework
- Planner.js - Route planning system used for visualisation
- Linked Open Data
- [OpenStreetMap] (https://www.openstreetmap.org) - Database
This project is licensed under the MIT License - see the LICENSE.md file for details
Thanks to
The amazing people of Osoc