https://github.com/csdms/bmi-python

Basic Model Interface for Python

https://github.com/csdms/bmi-python

Science Score: 54.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
    Links to: zenodo.org
  • Committers with academic emails
    1 of 6 committers (16.7%) from academic institutions
  • Institutional organization owner
    Organization csdms has institutional domain (csdms.colorado.edu)
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.1%) to scientific vocabulary

Keywords

bmi csdms python

Keywords from Contributors

geosciences hydrology interface projection archival earth-system-model ode generic modflow groundwater
Last synced: 5 months ago · JSON representation

Repository

Basic Model Interface for Python

Basic Info
  • Host: GitHub
  • Owner: csdms
  • License: mit
  • Language: Python
  • Default Branch: master
  • Homepage: https://bmi.csdms.io
  • Size: 159 KB
Statistics
  • Stars: 11
  • Watchers: 8
  • Forks: 12
  • Open Issues: 10
  • Releases: 1
Topics
bmi csdms python
Created almost 7 years ago · Last pushed 6 months ago
Metadata Files
Readme License

README.md

BMI for Python

Python bindings for the CSDMS Basic Model Interface.

[Python][pypi-link] [DOI][doi-link] [Build Status][build-link] [PyPI][pypi-link] [Build Status][anaconda-link]

Install

Install bmipy with pip,

bash pip install bmipy

If you're using Anaconda, you can also install bmipy with conda from the conda-forge channel,

bash conda install bmipy -c conda-forge

To build and install bmipy from source,

bash pip install git+https://github.com/csdms/bmi-python.git

Usage

```python from bmipy import Bmi

class MyBmi(Bmi):

def initialize(self, config_file):
    # Your implementation goes here

```

A complete sample implementation is given in the https://github.com/csdms/bmi-example-python repository.

Owner

  • Name: Community Surface Dynamics Modeling System
  • Login: csdms
  • Kind: organization
  • Email: csdms@colorado.edu

Cyberinfrastructure for the quantitative modeling of earth and planetary surface processes

GitHub Events

Total
  • Issues event: 5
  • Watch event: 1
  • Delete event: 2
  • Issue comment event: 18
  • Push event: 17
  • Pull request event: 5
  • Create event: 2
Last Year
  • Issues event: 5
  • Watch event: 1
  • Delete event: 2
  • Issue comment event: 18
  • Push event: 17
  • Pull request event: 5
  • Create event: 2

Committers

Last synced: 8 months ago

All Time
  • Total Commits: 138
  • Total Committers: 6
  • Avg Commits per committer: 23.0
  • Development Distribution Score (DDS): 0.217
Past Year
  • Commits: 9
  • Committers: 1
  • Avg Commits per committer: 9.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
mcflugen m****n@g****m 108
Mark Piper m****r@c****u 14
dependabot[bot] 4****] 8
Mike Taves m****s@g****m 4
Martijn Visser m****r@g****m 2
Bart Schilperoort b****t@e****l 2
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 12
  • Total pull requests: 52
  • Average time to close issues: 3 months
  • Average time to close pull requests: 14 days
  • Total issue authors: 7
  • Total pull request authors: 8
  • Average comments per issue: 2.17
  • Average comments per pull request: 1.4
  • Merged pull requests: 33
  • Bot issues: 0
  • Bot pull requests: 24
Past Year
  • Issues: 4
  • Pull requests: 5
  • Average time to close issues: about 2 months
  • Average time to close pull requests: about 3 hours
  • Issue authors: 3
  • Pull request authors: 2
  • Average comments per issue: 2.5
  • Average comments per pull request: 0.6
  • Merged pull requests: 4
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • BSchilperoort (4)
  • aaraney (1)
  • visr (1)
  • JoshCu (1)
  • mcflugen (1)
  • mdpiper (1)
  • mwtoews (1)
Pull Request Authors
  • dependabot[bot] (31)
  • mcflugen (16)
  • mdpiper (6)
  • mwtoews (5)
  • pre-commit-ci[bot] (3)
  • visr (2)
  • RolfHut (1)
  • BSchilperoort (1)
Top Labels
Issue Labels
enhancement (1)
Pull Request Labels
dependencies (31) python (28) github_actions (3)

Packages

  • Total packages: 2
  • Total downloads:
    • pypi 44,363 last-month
  • Total docker downloads: 568
  • Total dependent packages: 22
    (may contain duplicates)
  • Total dependent repositories: 68
    (may contain duplicates)
  • Total versions: 12
  • Total maintainers: 1
pypi.org: bmipy

Basic Model Interface for Python

  • Versions: 10
  • Dependent Packages: 15
  • Dependent Repositories: 46
  • Downloads: 44,363 Last month
  • Docker Downloads: 568
Rankings
Dependent packages count: 1.0%
Docker downloads count: 1.6%
Dependent repos count: 2.2%
Downloads: 2.6%
Average: 5.9%
Forks count: 10.5%
Stargazers count: 17.7%
Maintainers (1)
Last synced: 6 months ago
conda-forge.org: bmipy

An abstract base class for implementing a Basic Model Interface in Python. Also included are some useful utilities for implementers.

  • Versions: 2
  • Dependent Packages: 7
  • Dependent Repositories: 22
Rankings
Dependent repos count: 7.7%
Dependent packages count: 8.0%
Average: 29.7%
Forks count: 47.5%
Stargazers count: 55.7%
Last synced: 6 months ago