kikinna / Urban-Chameleon

Map visualization combining dot density map with unit visualization while using image processing pipeline to detect areas of vis with low readability

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adaptive multi-level map

A Vue.js project for Adaptive multi-level unit visualizations in maps.

The project contains two folders, public and src. Public contains the dataset of traffic accidents in Brno 2018, index.html and an icon for the window in the browser. Src contains the implementation and assets. Once installed, project will gain folder node_modules with the linked dependencies.

Project setup

The application needs two prerequisities for its run, the installation of Node.js and Yarn. With these tools at out disposal, we can open command line and install the rest of the dependencies using command yarn install.

yarn install

Compiles and hot-reloads for development

We can then run the local server with the command yarn serve and by entering the url localhost:8080 into the browser.

yarn serve

About

Map visualization combining dot density map with unit visualization while using image processing pipeline to detect areas of vis with low readability


Languages

Language:JavaScript 98.4%Language:Vue 1.5%Language:HTML 0.0%