https://github.com/sykefi/air-pollutant-map
Interactive map of air pollution in Finland by different pollutants
https://github.com/sykefi/air-pollutant-map
emissions interactive-map
Last synced: about 2 months ago
JSON representation
Interactive map of air pollution in Finland by different pollutants
- Host: GitHub
- URL: https://github.com/sykefi/air-pollutant-map
- Owner: sykefi
- Created: 2020-07-07T08:33:33.000Z (almost 6 years ago)
- Default Branch: develop
- Last Pushed: 2024-05-02T08:13:04.000Z (almost 2 years ago)
- Last Synced: 2024-05-02T21:42:39.435Z (almost 2 years ago)
- Topics: emissions, interactive-map
- Language: Vue
- Homepage: https://www.ymparisto.fi/fi-FI/Kartat_ja_tilastot/Ilman_epapuhtauksien_paastot
- Size: 30.5 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/sykefi/air-pollutant-map/actions)
# air-pollutant-map
Also known as _Päästöt kartalla_
Online preview: [paastokartta-demo.web.app](https://paastokartta-demo.web.app/)
### Project setup
The project requires installation of [vue-cli](https://cli.vuejs.org/):
```
npm install -g @vue/cli
```
To install project dependencies with npm, run:
```
npm install
```
To use dev GeoServer, add file `.env.local` with the following environment variable:
`VUE_APP_GEOSERVER_URI=http://your-dev-geoserver-address:port/geoserver/paastotkartalla/`
### Compiles and hot-reloads for development
`npm run serve-dev`
### Compiles and minifies for production
`npm run build-prod`
### Tests
Open & run Cypress E2E tests with
`npm run cypress`
### Built with
Vue.js & OpenLayers
See [Configuration Reference](https://cli.vuejs.org/config/).