stemmus_scope_processing

Python modules and notebooks to process data and run STEMMUS-SCOPE model

https://github.com/ecoextreml/stemmus_scope_processing

Science Score: 54.0%

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

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: zenodo.org
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.7%) to scientific vocabulary
Last synced: 7 months ago · JSON representation ·

Repository

Python modules and notebooks to process data and run STEMMUS-SCOPE model

Basic Info
Statistics
  • Stars: 5
  • Watchers: 6
  • Forks: 2
  • Open Issues: 22
  • Releases: 7
Created almost 4 years ago · Last pushed about 1 year ago
Metadata Files
Readme Contributing License Code of conduct Citation

README.md

github repo badge PyPI version build Documentation Status fair-software badge sonarcloud github license badge

This repository includes the python package PyStemmusScope for preparing data nd running the STEMMUS-SCOPE model.

The model source code, executable file and utility files are available in the STEMMUS_SCOPE repository.

More information on the setup and installation, including for own machine, is available in the documentation.

Owner

  • Name: Ecosystem Functioning under Extreme Climates with Physics-Aware Machine Learning
  • Login: EcoExtreML
  • Kind: organization

Project with Netherlands eScience Center and University of Twente

Citation (CITATION.cff)

# YAML 1.2
---
cff-version: "1.1.0"
title: "PyStemmusScope"
authors:
  -
    affiliation: "Netherlands eScience Center"
    family-names: Alidoost
    given-names: Sarah
    orcid: "https://orcid.org/0000-0000-0000-0000"
  -
    affiliation: "Netherlands eScience Center"
    family-names: Schilperoort
    given-names: Bart
    orcid: "https://orcid.org/0000-0003-4487-9822"
  -
    affiliation: "Netherlands eScience Center"
    family-names: Liu
    given-names: Yang
    orcid: "https://orcid.org/0000-0002-1966-8460"
  -
    affiliation: "Univesrity of Twente"
    family-names: Daoud
    given-names: Mostafa Gomaa
    orcid: "https://orcid.org/0000-0001-5112-1708"
  -
    affiliation: "Univesrity of Twente"
    family-names: Zeng
    given-names: Yijian
    orcid: "https://orcid.org/0000-0002-2166-5314"
date-released: 2025-01-14
doi: <insert your DOI here>
version: "0.5.0"
repository-code: "https://github.com/EcoExtreML/stemmus_scope_processing"
keywords:
  - STEMMUS SCOPE Processing
  - python
message: "If you use this software, please cite it using these metadata."
license: Apache-2.0

GitHub Events

Total
  • Create event: 8
  • Release event: 1
  • Issues event: 22
  • Delete event: 3
  • Issue comment event: 45
  • Push event: 32
  • Pull request review event: 11
  • Pull request review comment event: 6
  • Pull request event: 9
  • Fork event: 1
Last Year
  • Create event: 8
  • Release event: 1
  • Issues event: 22
  • Delete event: 3
  • Issue comment event: 45
  • Push event: 32
  • Pull request review event: 11
  • Pull request review comment event: 6
  • Pull request event: 9
  • Fork event: 1

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 455
  • Total Committers: 8
  • Avg Commits per committer: 56.875
  • Development Distribution Score (DDS): 0.477
Past Year
  • Commits: 148
  • Committers: 4
  • Avg Commits per committer: 37.0
  • Development Distribution Score (DDS): 0.642
Top Committers
Name Email Commits
SarahAlidoost f****t@e****l 238
Bart Schilperoort b****t@e****l 113
Yang y****u@e****l 55
Mostafa Daoud d****m@l****l 23
Mostafa Gomaa Daoud 5****3 20
Yang Liu y****l@i****l 3
Yijian Zeng y****g 2
Yang l****h@g****m 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 7 months ago

All Time
  • Total issues: 68
  • Total pull requests: 53
  • Average time to close issues: 4 months
  • Average time to close pull requests: 14 days
  • Total issue authors: 9
  • Total pull request authors: 5
  • Average comments per issue: 1.4
  • Average comments per pull request: 2.47
  • Merged pull requests: 46
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 8
  • Pull requests: 6
  • Average time to close issues: about 2 months
  • Average time to close pull requests: 18 days
  • Issue authors: 3
  • Pull request authors: 3
  • Average comments per issue: 3.0
  • Average comments per pull request: 1.0
  • Merged pull requests: 3
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • SarahAlidoost (38)
  • BSchilperoort (13)
  • MostafaGomaa93 (5)
  • geek-yang (5)
  • prajzwal08 (3)
  • yijianzeng (2)
  • lmn369 (1)
  • QianqianHan96 (1)
  • Yunfei-Wang1993 (1)
Pull Request Authors
  • BSchilperoort (28)
  • SarahAlidoost (18)
  • MostafaGomaa93 (6)
  • geek-yang (5)
  • yijianzeng (2)
Top Labels
Issue Labels
documentation (11) enhancement (4) nice to have (2) bug (2)
Pull Request Labels

Dependencies

.github/workflows/build.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v3 composite
.github/workflows/cffconvert.yml actions
  • actions/checkout v3 composite
  • citation-file-format/cffconvert-github-action main composite
.github/workflows/documentation.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
.github/workflows/markdown-link-check.yml actions
  • actions/checkout v3 composite
  • gaurav-nelson/github-action-markdown-link-check v1 composite
.github/workflows/python-publish.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v3 composite
  • pypa/gh-action-pypi-publish 27b31702a0e7fc50959f5ad993c78deac1bdfc29 composite
.github/workflows/sonarcloud.yml actions
  • SonarSource/sonarcloud-github-action master composite
  • actions/checkout v3 composite
  • actions/setup-python v3 composite
environment.yml pypi
  • pystemmusscope *
pyproject.toml pypi
  • dask *
  • hdf5storage *
  • netcdf4 <=1.5.8
  • numpy *
  • pandas <2
  • rioxarray *
  • scipy *
  • xarray *