ravenhydroframework
repository for the Raven Hydrological Modelling Framework developed at the University of Waterloo
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
2 of 14 committers (14.3%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.7%) to scientific vocabulary
Keywords from Contributors
Repository
repository for the Raven Hydrological Modelling Framework developed at the University of Waterloo
Basic Info
- Host: GitHub
- Owner: CSHS-CWRA
- License: artistic-2.0
- Language: C++
- Default Branch: main
- Size: 18.9 MB
Statistics
- Stars: 25
- Watchers: 5
- Forks: 16
- Open Issues: 11
- Releases: 6
Metadata Files
README.md
RavenHydroFramework
The code repository for the Raven Hydrological Modelling Framework developed at the University of Waterloo.
Release versions, tutorials, documentation, and more distributed at the Raven website.
Intended for use with Visual Studio Community Edition 2022, but also provided with Windows/linux/unix/MacOS g++ makefile and CMake configuration file.
Note unconventional two-space tabbing conventions. If you would like to work with the active development of Raven's core, please do so on a branch and coordinate commits to the trunk with the Raven development team.
Please contact us while you're at it - we love to have people helping out.
Building Raven
Raven is built using CMake. A suggested sequence of commands to build Raven executable file is:
bash
mkdir build
cd build
cmake [OPTIONS] ../
make
The cmake command can be configured with the following optional arguments ([OPTIONS] above):
-DCOMPILE_LIBto build Raven as a library (default:OFF)-DCOMPILE_EXEto build Raven as an executable (default:ON)
So that the cmake command to build Raven as solely a dynamic library becomes:
bash
cmake -DCOMPILE_LIB=ON -DCOMPILE_EXE=OFF ../
Raven can alternately be bullt in unix/MacOS using the makefile provided with the source code (g++ must be installed on the machine). Lastly, it may be compiled within Visual Studio Community Edition 2022.
Owner
- Name: Canadian Society for Hydrological Sciences
- Login: CSHS-CWRA
- Kind: organization
- Email: cshs@cwra.org
- Website: https://cwra.org/en/branches/affiliates/cshs-a
- Repositories: 3
- Profile: https://github.com/CSHS-CWRA
GitHub Events
Total
- Create event: 5
- Release event: 2
- Issues event: 6
- Watch event: 3
- Delete event: 7
- Member event: 1
- Issue comment event: 17
- Push event: 73
- Pull request review comment event: 2
- Pull request review event: 10
- Pull request event: 14
- Fork event: 2
Last Year
- Create event: 5
- Release event: 2
- Issues event: 6
- Watch event: 3
- Delete event: 7
- Member event: 1
- Issue comment event: 17
- Push event: 73
- Pull request review comment event: 2
- Pull request review event: 10
- Pull request event: 14
- Fork event: 2
Committers
Last synced: over 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| James.Craig | J****g@9****0 | 274 |
| Juliane.Mai | J****i@9****0 | 60 |
| adlzanchetta | a****a@g****m | 44 |
| Zeitsperre | 1****e | 26 |
| James Craig | j****g@C****A | 22 |
| pre-commit-ci[bot] | 6****] | 11 |
| James Craig | 3****e | 8 |
| Georg.Jost | G****t@9****0 | 4 |
| Alan.Barton | A****n@9****0 | 3 |
| David Huard | h****d@o****a | 3 |
| richardarsenault | 3****t | 2 |
| Robert.Chlumsky | R****y@9****0 | 1 |
| Andre Della Libera Zanchetta | a****a | 1 |
| rchlumsk | r****k@u****a | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 16
- Total pull requests: 22
- Average time to close issues: 5 months
- Average time to close pull requests: about 1 month
- Total issue authors: 8
- Total pull request authors: 6
- Average comments per issue: 0.88
- Average comments per pull request: 0.41
- Merged pull requests: 19
- Bot issues: 0
- Bot pull requests: 5
Past Year
- Issues: 4
- Pull requests: 6
- Average time to close issues: 4 months
- Average time to close pull requests: 20 days
- Issue authors: 4
- Pull request authors: 3
- Average comments per issue: 0.0
- Average comments per pull request: 0.33
- Merged pull requests: 6
- Bot issues: 0
- Bot pull requests: 3
Top Authors
Issue Authors
- Zeitsperre (6)
- BernardoTeufel (5)
- huard (3)
- analytophile (3)
- krassovski (1)
- Scriptbash (1)
- adlzanchetta (1)
- Chrbur (1)
- mdunphy (1)
- gmerritt123 (1)
Pull Request Authors
- Zeitsperre (10)
- pre-commit-ci[bot] (8)
- adlzanchetta (5)
- rchlumsk (4)
- MenakaRevel (2)
- mdunphy (1)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- actions/github-script v6 composite
- actions/checkout v3 composite
- actions/setup-python v4 composite
- pre-commit/action v3.0.0 composite