pysnobal

Python wrapped implementation of the Snobal model.

https://github.com/usda-ars-nwrc/pysnobal

Science Score: 36.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
    1 of 5 committers (20.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.3%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Python wrapped implementation of the Snobal model.

Basic Info
  • Host: GitHub
  • Owner: USDA-ARS-NWRC
  • License: other
  • Language: C
  • Default Branch: master
  • Homepage:
  • Size: 52.3 MB
Statistics
  • Stars: 6
  • Watchers: 2
  • Forks: 4
  • Open Issues: 14
  • Releases: 1
Created almost 9 years ago · Last pushed over 2 years ago
Metadata Files
Readme Changelog Contributing License Authors Zenodo

README.md

Python Snobal

Python implementation of the Snobal model applied at either a point or over and image (iSnobal). This package conatains the C libraries of Snobal in a python wrapper for more flexibility and ease of interaction.

ipysnobal.py has functions for general interaction. More detailed and flexible functions can be found in the Automated Water Supply Model (AWSM).

Usage

For Linux systems when installing: export LDLIBRARYPATH=/usr/local/lib:$LDLIBRARYPATH

Development Installation

To install the development environment:

pipenv install --dev

Owner

  • Name: USDA ARS Northwest Watershed Research Center
  • Login: USDA-ARS-NWRC
  • Kind: organization
  • Location: Boise, ID

GitHub Events

Total
  • Delete event: 4
  • Issue comment event: 3
  • Pull request event: 4
  • Fork event: 5
Last Year
  • Delete event: 4
  • Issue comment event: 3
  • Pull request event: 4
  • Fork event: 5

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 112
  • Total Committers: 5
  • Avg Commits per committer: 22.4
  • Development Distribution Score (DDS): 0.286
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Scott Havens s****s@a****v 80
Micah Sandusky m****y@a****v 21
Scott Havens s****2@g****m 5
Scott Havens r****y@g****m 3
Joachim Meyer j****r@u****u 3
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: over 2 years ago

All Time
  • Total issues: 12
  • Total pull requests: 14
  • Average time to close issues: 5 months
  • Average time to close pull requests: about 1 month
  • Total issue authors: 2
  • Total pull request authors: 4
  • Average comments per issue: 0.17
  • Average comments per pull request: 0.43
  • Merged pull requests: 5
  • Bot issues: 0
  • Bot pull requests: 9
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • scotthavens (8)
  • micah-prime (4)
Pull Request Authors
  • dependabot[bot] (13)
  • scotthavens (2)
  • micah-prime (2)
  • jomey (1)
Top Labels
Issue Labels
enhancement (2)
Pull Request Labels
dependencies (13)

Dependencies

Pipfile pypi
  • autopep8 * develop
  • bumpversion * develop
  • coverage * develop
  • cython * develop
  • flake8 * develop
  • isort * develop
  • pysnobal * develop
  • setuptools * develop
  • twine * develop
  • wheel * develop
  • netcdf4 *
  • numpy *
  • pandas *
  • pytz *
  • utm *
Pipfile.lock pypi
  • autopep8 ==1.5.4 develop
  • bleach ==3.2.1 develop
  • bump2version ==1.0.0 develop
  • bumpversion ==0.6.0 develop
  • certifi ==2020.6.20 develop
  • cffi ==1.14.3 develop
  • chardet ==3.0.4 develop
  • colorama ==0.4.3 develop
  • coverage ==5.3 develop
  • cryptography ==3.1.1 develop
  • cython ==0.29.21 develop
  • docutils ==0.16 develop
  • flake8 ==3.8.3 develop
  • idna ==2.10 develop
  • importlib-metadata ==2.0.0 develop
  • isort ==5.5.4 develop
  • jeepney ==0.4.3 develop
  • keyring ==21.4.0 develop
  • mccabe ==0.6.1 develop
  • packaging ==20.4 develop
  • pkginfo ==1.5.0.1 develop
  • pycodestyle ==2.6.0 develop
  • pycparser ==2.20 develop
  • pyflakes ==2.2.0 develop
  • pygments ==2.7.1 develop
  • pyparsing ==2.4.7 develop
  • pysnobal * develop
  • readme-renderer ==26.0 develop
  • requests ==2.24.0 develop
  • requests-toolbelt ==0.9.1 develop
  • rfc3986 ==1.4.0 develop
  • secretstorage ==3.1.2 develop
  • six ==1.15.0 develop
  • toml ==0.10.1 develop
  • tqdm ==4.50.0 develop
  • twine ==3.2.0 develop
  • urllib3 ==1.25.10 develop
  • webencodings ==0.5.1 develop
  • wheel ==0.35.1 develop
  • zipp ==3.2.0 develop
  • cftime ==1.2.1
  • netcdf4 ==1.5.4
  • numpy ==1.19.2
  • pandas ==1.1.2
  • python-dateutil ==2.8.1
  • pytz ==2020.1
  • six ==1.15.0
  • utm ==0.6.0
setup.py pypi