etlocal

Regional data analysis tool for the Energy Transition Model

https://github.com/quintel/etlocal

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.4%) to scientific vocabulary

Keywords from Contributors

projection interactive serializer measurement cycles packaging charts network-simulation archival shellcodes
Last synced: 11 months ago · JSON representation

Repository

Regional data analysis tool for the Energy Transition Model

Basic Info
Statistics
  • Stars: 5
  • Watchers: 11
  • Forks: 3
  • Open Issues: 22
  • Releases: 0
Created over 9 years ago · Last pushed 11 months ago
Metadata Files
Readme License

README.md

ETLocal

Build Status

Countries, provinces, municipalities, districts and neighborhoods have their own unique questions for their energy systems. The ETM Dataset Manager (etlocal) provides a way to get meaningful insight into their current situation and allows to customize and create stable, transparent present situations for usage inside of ETModel.

To install:

  1. Config files:

cp config/database.sample.yml config/database.yml cp config/email.sample.yml config/email.yml

  1. Run rake db:create

  2. Add a .env file with a mapbox api key to enable the map on your local environment. You can copy the template .env.template and fill in the key there, or create your own file like such:

bash echo "MAPBOX_API_KEY=xx.xxxxxxxxxxxxxxxxxxxxxxxxx" >> .env

The x's should be replaced by the mapbox api key.

Useful reading

Owner

  • Name: Quintel
  • Login: quintel
  • Kind: organization
  • Email: info@quintel.com
  • Location: Amsterdam

GitHub Events

Total
  • Create event: 55
  • Issues event: 16
  • Watch event: 3
  • Delete event: 55
  • Issue comment event: 68
  • Push event: 154
  • Pull request review comment event: 13
  • Gollum event: 4
  • Pull request review event: 33
  • Pull request event: 105
  • Fork event: 1
Last Year
  • Create event: 55
  • Issues event: 16
  • Watch event: 3
  • Delete event: 55
  • Issue comment event: 68
  • Push event: 154
  • Pull request review comment event: 13
  • Gollum event: 4
  • Pull request review event: 33
  • Pull request event: 105
  • Fork event: 1

Committers

Last synced: 11 months ago

All Time
  • Total Commits: 1,518
  • Total Committers: 25
  • Avg Commits per committer: 60.72
  • Development Distribution Score (DDS): 0.766
Past Year
  • Commits: 81
  • Committers: 10
  • Avg Commits per committer: 8.1
  • Development Distribution Score (DDS): 0.667
Top Committers
Name Email Commits
Gerard Westerhof g****d@g****l 355
Michiel den Haan m****n@q****m 209
marliekeverweij m****j@q****m 184
Anthony Williams hi@a****v 156
Roos de Kok r****k@q****m 107
Charlotte von Meijenfeldt c****t@q****m 100
Nora Schinkel n****l@g****m 86
Mathijs Bijkerk m****k@q****m 74
Charlotte vm c****m@C****l 56
dependabot[bot] 4****] 31
Kyra de Haan k****n@q****m 30
Thomas t****g@q****m 27
Lotte van Vlimmeren l****n@q****m 22
Koen van Bemmelen k****n@q****m 20
Kas Kranenburg k****g@q****m 18
louispt1 l****1@g****m 9
Dorine van der Vlies d****s@q****m 7
Max-Kerpel m****l@q****m 7
Mart Lubben m****n@q****m 5
claudiavalkenier c****r@q****m 5
Charlotte vm c****m@C****n 3
Roos de Kok r****k@R****l 2
Charlotte vm c****m@c****n 2
Gerard g****w@p****m 2
Joris Berkhout j****t@q****m 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 69
  • Total pull requests: 196
  • Average time to close issues: over 1 year
  • Average time to close pull requests: 20 days
  • Total issue authors: 13
  • Total pull request authors: 15
  • Average comments per issue: 2.01
  • Average comments per pull request: 0.55
  • Merged pull requests: 126
  • Bot issues: 0
  • Bot pull requests: 57
Past Year
  • Issues: 15
  • Pull requests: 96
  • Average time to close issues: about 1 month
  • Average time to close pull requests: 21 days
  • Issue authors: 5
  • Pull request authors: 8
  • Average comments per issue: 1.27
  • Average comments per pull request: 0.77
  • Merged pull requests: 50
  • Bot issues: 0
  • Bot pull requests: 32
Top Authors
Issue Authors
  • mabijkerk (16)
  • Charlottevm (9)
  • marliekeverweij (7)
  • louispt1 (6)
  • michieldenhaan (6)
  • noracato (5)
  • kaskranenburgQ (4)
  • kndehaan (4)
  • redekok (3)
  • antw (2)
  • MartLubben (2)
  • grdw (2)
  • KoenvanB (1)
Pull Request Authors
  • dependabot[bot] (72)
  • Charlottevm (47)
  • kaskranenburgQ (26)
  • mabijkerk (19)
  • kndehaan (18)
  • Max-Kerpel (15)
  • KoenvanB (11)
  • louispt1 (9)
  • claudiavalkenier (5)
  • marliekeverweij (4)
  • noracato (4)
  • thomas-qah (3)
  • antw (2)
  • DorinevanderVlies (2)
  • redekok (2)
Top Labels
Issue Labels
Stale (17) Pinned (12) enhancement (8) bug (3) effort:1 (2) curves (1) minor (1) effort:3 (1) question (1)
Pull Request Labels
dependencies (72) ruby (16) Stale (8) minor (4) bug (1) Pinned (1)

Dependencies

Dockerfile docker
  • ruby 2.7-slim build
docker-compose.yml docker
  • mariadb latest
Gemfile rubygems
  • byebug >= 0 development
  • database_cleaner >= 0 development
  • dotenv-rails >= 0 development
  • factory_bot_rails >= 0 development
  • listen ~> 3.0.5 development
  • pry-rails >= 0 development
  • rspec >= 0 development
  • rspec-collection_matchers >= 0 development
  • rspec-rails >= 0 development
  • rspec_junit_formatter >= 0 development
  • rubocop >= 0 development
  • rubocop-performance >= 0 development
  • rubocop-rails >= 0 development
  • rubocop-rspec >= 0 development
  • simplecov >= 0 development
  • spring >= 0 development
  • spring-watcher-listen ~> 2.0.0 development
  • timecop >= 0 development
  • web-console >= 3.3.0 development
  • webmock >= 0 development
  • archive-zip ~> 0.9.0
  • atlas >= 0
  • bootsnap >= 0
  • deep_cloneable ~> 2.3.0
  • devise >= 0
  • git >= 0
  • gradients >= 0
  • http_accept_language >= 0
  • jbuilder ~> 2.5
  • jquery-rails >= 1.0.3
  • mini_racer ~> 0.4.0
  • mysql2 >= 0
  • puma >= 0
  • pundit >= 0
  • rails ~> 5.2
  • rails-i18n ~> 5.1
  • refinery >= 0
  • remotipart ~> 1.2
  • rest-client >= 0
  • rubel >= 0
  • sass-rails ~> 5.0
  • sentry-raven >= 0
  • slim >= 0
  • str_enum >= 0
  • transformer >= 0
  • tty-progressbar >= 0
  • turbolinks ~> 5
  • tzinfo-data >= 0
  • uglifier >= 1.3.0
  • validates_email_format_of >= 0
  • virtus >= 0
Gemfile.lock rubygems
  • 155 dependencies