/lez-viewer

A static Vue.js based Web application to build and view results of the SmartGovLez model.

Primary LanguageVueGNU General Public License v3.0GPL-3.0

lez-viewer 🌈 🐑

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 :

Lez tab (input process) :

LEZ Design

  • Design LEZ perimeter
  • Customize CritAir permissions
  • Export designed LEZ to a .json file
  • Import a previously designed LEZ

Viewer tab (output process) :

Emissions

  • Import SmartGovLez outputs (establishments and tiles)
  • Dynamic establishments and tiles interactions
  • Generate pollution maps by pollutants
  • Customize visualization parameters

Manual

For more details about usage and examples information, see the documentation of this repository.

Vue project setup

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)

Install

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Customize configuration

See Configuration Reference.