pjgueno / SCPublicData

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sensor.Community public data aggregator

Visualize recent sensor data on a world map for Sensor.Community and for differents official measurements:

  • EEA
  • Luchtmeetnet
  • Atmo AURA
  • Atmo Sud
  • Atmo Occitanie
  • UmweltBundesamt

Map application

The implementation makes use of various frameworks and is on ECMA 6 language level.

Used frameworks are:

  • leaflet (mapping framework)
  • d3 (visualisation framework)
  • webpack is used for deployment

How to run

Installation

Requirements:

  • Node JS 10.15.x or higher
  • NPM should be version 6.9.x or higher

install all dependencies

npm install

Develop

start development server (http://127.0.0.1:8080/)

npm start

Publish

build all files needed to run on a webserver, files will be compiled into dist/):

npm run build
npm run ghpages

About


Languages

Language:JavaScript 87.7%Language:CSS 6.6%Language:HTML 5.7%