https://github.com/csdms/bmi-python
Basic Model Interface for 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
Keywords from Contributors
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
Metadata Files
README.md
BMI for Python
Python bindings for the CSDMS Basic Model Interface.
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
- Website: http://csdms.colorado.edu
- Twitter: csdms
- Repositories: 65
- Profile: https://github.com/csdms
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
Top Committers
| Name | 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
Pull Request Labels
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
- Documentation: https://bmi.readthedocs.io
- License: MIT
-
Latest release: 2.0.1
published over 2 years ago
Rankings
Maintainers (1)
conda-forge.org: bmipy
An abstract base class for implementing a Basic Model Interface in Python. Also included are some useful utilities for implementers.
- Homepage: http://github.com/csdms/bmipy
- License: MIT
-
Latest release: 0.3.2
published almost 7 years ago