This project has been designed in the context of the SmartGovLez project, in order to easily handle model inputs and outputs.
It is available directly online at https://smartgov-liris.github.io/lez-viewer/
It allows the user to perform two main actions :
- Design LEZ perimeter
- Customize CritAir permissions
- Export designed LEZ to a .json file
- Import a previously designed LEZ
- Import SmartGovLez outputs (establishments and tiles)
- Dynamic establishments and tiles interactions
- Generate pollution maps by pollutants
- Customize visualization parameters
For more details about usage and examples information, see the documentation of this repository.
This project is a Vue CLI project. The following commands are available from the root of the project to compile sources. (make sure npm
is installed)
npm install
npm run serve
npm run build