A curated list of open technology projects to sustain a stable climate, energy supply, biodiversity and natural resources.

openSenseMap

Wikipedia for environmental data in order to awaken and promote education, environmental and climate protection.
https://github.com/sensebox/openSenseMap

Category: Natural Resources
Sub Category: Air Quality

Keywords

citizenscience iot opensensemap platform sensor

Keywords from Contributors

sensebox opensensemap-api opensensemap-api-models gh-pages homepage jekyll measur observation archiving transforms

Last synced: 38 minutes ago
JSON representation

Repository metadata

Platform for storing and exploring sensor data

README.md

openSenseMap

Commitizen friendly

This repository contains the code of the openSenseMap frontend running at https://opensensemap.org. To get more information about openSenseMap and senseBox visit the before mentioned links or have a look at this video or read the openSenseMap chapter in our documentation. openSenseMap is part of the senseBox project.

Originally, this frontend has been built as part of the bachelor thesis of @mpfeil at the ifgi (Institute for Geoinformatics, WWU Münster) and is currently maintained by @mpfeil.

The easiest way to get up and running with your own copy is clicking the Deploy to Netlify button below. It will clone the repository into your own account, and deploy the site to Netlify. It is going to ask for Maptiles url and API endpoint. Please use the default values listed under configuration or use your own.

Deploy to Netlify

Configuration

You can configure the API endpoint and/or map tiles using the following environmental variables:

ENV Default value
OPENSENSEMAP_API_URL https://api.testing.opensensemap.org
OPENSENSEMAP_CMS_URL <YOUR_DIRECTUS_CMS_URL>
OPENSENSEMAP_STYLE_URL <YOUR_MAPBOX_STYLE_URL>
OPENSENSEMAP_ACCESS_TOKEN <YOUR_MAPBOX_ACCESS_TOKEN>

You can set them in your terminal or create a file called .env and set the values.

Development

  • Have Node.js v10, grunt and bower installed
  • Check out a branch for your feature (git checkout my-aweseome-feature)
  • Run npm install and npx bower install
  • Run frontend in development mode (npx grunt serve)
  • Commit your changes to your branch and push it to your fork
  • Create a pull request against the master branch

See also: CONTRIBUTING

Release

To release a new version of the openSenseMap frontend do the following:

  • Run npm run release on master branch
  • Run git push --follow-tags origin master
  • Create new release on Github Release

Related projects

Services

Deployment

Technologies

Organization

Branches

  • master (runs on testing server)
    • Is used for production container build tags

Docker

openSenseMap including openSenseMap-API

For installing openSenseMap and openSenseMap-API with Docker check out our oSeM-compose repository.

openSenseMap

To build just openSenseMap you can run:
docker build -t osem .

Following build-args are availble:

Build Arg Default value
OPENSENSEMAP_API_URL https://api.opensensemap.org
OPENSENSEMAP_CMS_URL <YOUR_DIRECTUS_CMS_URL>
OPENSENSEMAP_STYLE_URL <YOUR_MAPBOX_STYLE_URL>
OPENSENSEMAP_ACCESS_TOKE <YOUR_MAPBOX_ACCESS_TOKEN>

License

MIT - Matthias Pfeil 2015 - now


Owner metadata


GitHub Events

Total
Last Year

Committers metadata

Last synced: 4 days ago

Total Commits: 1,062
Total Committers: 27
Avg Commits per committer: 39.333
Development Distribution Score (DDS): 0.355

Commits in past year: 1
Committers in past year: 1
Avg Commits per committer in past year: 1.0
Development Distribution Score (DDS) in past year: 0.0

Name Email Commits
Matthias Pfeil m****l@w****e 685
ubergesundheit u****t@g****m 102
Christoph Kisfeld s****m@b****g 75
felixerdy f****n@u****e 71
noerw n****w@g****e 52
Umut Tas u****s@r****e 15
Norwin Roosen g****b@n****e 12
umut0 u****5@y****m 9
dependabot[bot] 4****] 6
Marc Dragunski m****i@u****e 5
Eric Thieme-Garmann e****6@g****m 5
umut0 u****2@g****m 4
Adorfer a****n@g****m 4
A.Ulianov a****v@g****m 2
AlexIsHappy a****y@y****u 2
Diego Cortez d****z@p****m 2
BKaric b****2@u****e 1
Capecchi Riccardo r****i@d****m 1
Edwin e****n@y****m 1
Maxim Geerinck c****r@h****m 1
Mokhtar m****l@g****m 1
Nicolas Pieper n****r@g****m 1
Marcelo rizzardo Lima m****o@q****o 1
Alessandro Pischedda a****a@n****t 1
The Gitter Badger b****r@g****m 1
Tomasz Masternak t****k@p****t 1
akim95 m****5@g****m 1

Committer domains:


Issue and Pull Request metadata

Last synced: 1 day ago

Total issues: 251
Total pull requests: 225
Average time to close issues: 5 months
Average time to close pull requests: about 2 months
Total issue authors: 57
Total pull request authors: 33
Average comments per issue: 1.43
Average comments per pull request: 0.42
Merged pull request: 162
Bot issues: 0
Bot pull requests: 34

Past year issues: 0
Past year pull requests: 3
Past year average time to close issues: N/A
Past year average time to close pull requests: less than a minute
Past year issue authors: 0
Past year pull request authors: 1
Past year average comments per issue: 0
Past year average comments per pull request: 0.0
Past year merged pull request: 2
Past year bot issues: 0
Past year bot pull requests: 0

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/sensebox/openSenseMap

Top Issue Authors

  • janwirwahn (37)
  • ubergesundheit (31)
  • mpfeil (27)
  • chk1 (21)
  • robarto (20)
  • noerw (14)
  • christophfriedrich (9)
  • mariopesch (9)
  • felixerdy (7)
  • hdznrrd (7)
  • LuchtwachtersDelft (5)
  • morray (4)
  • stevenengland (3)
  • m-mohr (3)
  • umut0 (3)

Top Pull Request Authors

  • mpfeil (72)
  • dependabot[bot] (34)
  • felixerdy (33)
  • ubergesundheit (23)
  • noerw (12)
  • Thiemann96 (11)
  • umut0 (10)
  • chk1 (3)
  • dfcortes (2)
  • Jefferson227 (2)
  • DonRai (1)
  • jlgallego99 (1)
  • marcelorl (1)
  • MuzTank (1)
  • janwirwahn (1)

Top Issue Labels

  • bug (47)
  • enhancement (46)
  • in testing stage (23)
  • feature request (10)
  • hacktoberfest (7)
  • help wanted (6)
  • chart (4)
  • question (4)
  • triage (1)

Top Pull Request Labels

  • dependencies (34)
  • hacktoberfest (14)
  • enhancement (10)
  • bug (5)
  • feature request (3)

Dependencies

bower.json bower
  • angular-mocks 1.5 development
  • angular-scenario 1.5 development
  • Leaflet.FeatureGroup.SubGroup ^1.0.3
  • Leaflet.awesome-markers leaflet-awesome-markers#^2.0.2
  • angular 1.5
  • angular-bootstrap ^2.5.0
  • angular-cookies 1.5.11
  • angular-dynamic-locale ^0.1.32
  • angular-ismobile ^1.1.0
  • angular-moment ^1.0.1
  • angular-resource 1.5
  • angular-sanitize 1.5
  • angular-translate ~2.11
  • angular-translate-loader-static-files ~2.11
  • angular-ui-router ~0.4.2
  • angular-wizard ^0.10.0
  • angularjs-slider ^6.0.0
  • bootstrap-css-only ^3.3.7
  • bootstrap-languages https://github.com/usrz/bootstrap-languages.git#3ac2a3d
  • bootstrap-ui-datetime-picker ^2.5.4
  • d3 ^4.10.0
  • font-awesome ~4.7.0
  • leaflet 1.7.1
  • leaflet.markercluster 1.4.1
  • mapbox-gl-css https://api.mapbox.com/mapbox-gl-js/v1.13.1/mapbox-gl.css
  • mapbox-gl-js https://api.mapbox.com/mapbox-gl-js/v1.13.1/mapbox-gl.js
  • mapbox-gl-leaflet https://github.com/mapbox/mapbox-gl-leaflet.git#f3901fc
  • ng-flow ~2
  • ng-showdown ^1.1.0
  • ngDialog ~0.6
  • ngprogress ^1.1.3
package-lock.json npm
  • 1150 dependencies
package.json npm
  • @sensebox/eslint-config-sensebox ^1.1.0 development
  • bardjs ^0.1.8 development
  • chai ^4.3.6 development
  • commitizen ^4.2.4 development
  • connect-modrewrite ^0.10.2 development
  • cz-conventional-changelog ^3.3.0 development
  • eslint ^4.19.0 development
  • eslint-plugin-angular ^4.1.0 development
  • grunt ~1.4.1 development
  • grunt-autoprefixer ~3.0.4 development
  • grunt-bower-install ~1.6.0 development
  • grunt-concurrent ~3.0.0 development
  • grunt-contrib-clean ~2.0.0 development
  • grunt-contrib-compress 2.0.0 development
  • grunt-contrib-concat ~2.0.0 development
  • grunt-contrib-connect ^3.0.0 development
  • grunt-contrib-copy ~1.0.0 development
  • grunt-contrib-cssmin ~4.0.0 development
  • grunt-contrib-htmlmin ~3.1.0 development
  • grunt-contrib-imagemin ~4.0.0 development
  • grunt-contrib-uglify ~5.0.1 development
  • grunt-contrib-watch ^1.1.0 development
  • grunt-env ^1.0.1 development
  • grunt-gitinfo ^0.1.9 development
  • grunt-json-minify ^1.1.0 development
  • grunt-karma ^4.0.2 development
  • grunt-newer ~1.3.0 development
  • grunt-ng-annotate ^3.0.0 development
  • grunt-replace ^2.0.2 development
  • grunt-rev ~0.1.0 development
  • grunt-svgmin ~6.0.1 development
  • grunt-usemin ~3.1.1 development
  • karma ^6.3.17 development
  • karma-chai ^0.1.0 development
  • karma-chai-sinon ^0.1.5 development
  • karma-chrome-launcher ^3.1.1 development
  • karma-firefox-launcher ^2.1.2 development
  • karma-html-reporter ^0.2.7 development
  • karma-mocha ^2.0.1 development
  • karma-phantomjs-launcher ^1.0.4 development
  • karma-safari-launcher ^1.0.0 development
  • karma-sinon ^1.0.5 development
  • load-grunt-tasks ~5.1.0 development
  • mocha ^9.2.2 development
  • serve-static ^1.14.2 development
  • sinon ^13.0.1 development
  • sinon-chai ^3.7.0 development
  • standard-version ^9.3.2 development
  • time-grunt ~1.4.0 development
  • unique-names-generator ^4.7.1 development
  • angular-i18n ^1.6.7
  • node ^10.19.0
.github/workflows/build.yaml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
  • actions/setup-node v2.1.4 composite
  • docker/build-push-action v2 composite
  • docker/login-action v1 composite
  • docker/setup-buildx-action v1 composite
.github/workflows/registry-purge.yaml actions
  • vlaurin/action-ghcr-prune v0.3.0 composite
Dockerfile docker
  • busybox 1 build

Score: 8.358431899031295