Science Score: 72.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
    1 of 4 committers (25.0%) from academic institutions
  • Institutional organization owner
    Organization epfl-enac has institutional domain (enac.epfl.ch)
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (15.5%) to scientific vocabulary

Keywords

eco-hydrology julia open-source urban-eco-hydrology

Keywords from Contributors

batteries matrix-exponential particles state-management numeric normalizing-flows finite-volume interpretability mesh networks
Last synced: 6 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: EPFL-ENAC
  • License: gpl-3.0
  • Language: Julia
  • Default Branch: main
  • Homepage:
  • Size: 1.48 MB
Statistics
  • Stars: 1
  • Watchers: 4
  • Forks: 0
  • Open Issues: 16
  • Releases: 3
Topics
eco-hydrology julia open-source urban-eco-hydrology
Created 12 months ago · Last pushed 6 months ago
Metadata Files
Readme License Code of conduct Citation

README.md

UrbanTethysChloris

In development documentation Build Status Test workflow status Lint workflow Status Docs workflow Status Coverage DOI Contributor Covenant All Contributors BestieTemplate

How to Cite

If you use UrbanTethysChloris.jl in your work, please cite using the reference given in CITATION.cff.

Contributing

If you want to make contributions of any kind, please first that a look into our contributing guide directly on GitHub or the contributing page on the website

Creating example input data

To create example input data based on the Zurich example in the original MATLAB code, run the data-raw/create_input_data script. The script will automatically create a data subfolder and download a MAT file, ForcingData_ZH2010.mat, as well as create an example NetCDF and YAML input for the model. Lastly, smaller files will also be created based on the Zurich example for testing purposes.

First, instantiate the environment and manually add the MAT package:

bash julia --project=. -e 'using Pkg; Pkg.instantiate(); Pkg.add("MAT")'

Then, run the script:

bash julia --project=. data-raw/create_input_data.jl


Contributors

Son Pham-Ba
Son Pham-Ba

📆 👀
H Solleder
H Solleder

💻 📖 👀

Owner

  • Name: EPFL ENAC
  • Login: EPFL-ENAC
  • Kind: organization
  • Location: Lausanne, Switzerland

EPFL, School of Architecture, Civil and Environmental Engineering

Citation (CITATION.cff)

# Go to https://citation-file-format.github.io/cff-initializer-javascript/#/ to finish this
cff-version: 1.2.0
title: UrbanTethysChloris.jl
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
authors:
  - given-names: Hugo Solleder
    email: hugo.solleder@epfl.ch

GitHub Events

Total
  • Create event: 29
  • Release event: 3
  • Issues event: 83
  • Watch event: 1
  • Delete event: 21
  • Issue comment event: 46
  • Member event: 1
  • Push event: 107
  • Pull request review event: 28
  • Pull request review comment event: 23
  • Pull request event: 58
Last Year
  • Create event: 29
  • Release event: 3
  • Issues event: 83
  • Watch event: 1
  • Delete event: 21
  • Issue comment event: 46
  • Member event: 1
  • Push event: 107
  • Pull request review event: 28
  • Pull request review comment event: 23
  • Pull request event: 58

Committers

Last synced: 7 months ago

All Time
  • Total Commits: 256
  • Total Committers: 4
  • Avg Commits per committer: 64.0
  • Development Distribution Score (DDS): 0.039
Past Year
  • Commits: 256
  • Committers: 4
  • Avg Commits per committer: 64.0
  • Development Distribution Score (DDS): 0.039
Top Committers
Name Email Commits
Hugo Solleder h****r@e****h 246
allcontributors[bot] 4****] 6
CompatHelper Julia c****y@j****g 3
dependabot[bot] 4****] 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 7 months ago

All Time
  • Total issues: 53
  • Total pull requests: 34
  • Average time to close issues: 8 days
  • Average time to close pull requests: 1 day
  • Total issue authors: 2
  • Total pull request authors: 4
  • Average comments per issue: 0.74
  • Average comments per pull request: 0.41
  • Merged pull requests: 31
  • Bot issues: 0
  • Bot pull requests: 19
Past Year
  • Issues: 53
  • Pull requests: 34
  • Average time to close issues: 8 days
  • Average time to close pull requests: 1 day
  • Issue authors: 2
  • Pull request authors: 4
  • Average comments per issue: 0.74
  • Average comments per pull request: 0.41
  • Merged pull requests: 31
  • Bot issues: 0
  • Bot pull requests: 19
Top Authors
Issue Authors
  • hsolleder (53)
  • sphamba (2)
Pull Request Authors
  • github-actions[bot] (30)
  • hsolleder (30)
  • allcontributors[bot] (4)
  • dependabot[bot] (3)
Top Labels
Issue Labels
chore (25) feat (16) bug (2) refactor (2) test (1) perf (1)
Pull Request Labels
feat (24) chore (22) dependencies (3) test (2) github_actions (1) refactor (1)

Dependencies

.github/workflows/CompatHelper.yml actions
  • julia-actions/cache v2 composite
  • julia-actions/setup-julia v2 composite
.github/workflows/Docs.yml actions
  • actions/checkout v4 composite
  • julia-actions/cache v2 composite
  • julia-actions/setup-julia v2 composite
.github/workflows/Lint.yml actions
  • actions/cache v4 composite
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
  • julia-actions/cache v2 composite
  • julia-actions/setup-julia v2 composite
  • lycheeverse/lychee-action v2 composite
.github/workflows/PreCommitUpdate.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
  • peter-evans/create-pull-request v7 composite
.github/workflows/ReusableTest.yml actions
  • actions/checkout v4 composite
  • codecov/codecov-action v5 composite
  • julia-actions/cache v2 composite
  • julia-actions/julia-buildpkg v1 composite
  • julia-actions/julia-processcoverage v1 composite
  • julia-actions/julia-runtest v1 composite
  • julia-actions/setup-julia v2 composite
.github/workflows/TagBot.yml actions
  • JuliaRegistries/TagBot v1 composite
.github/workflows/Test.yml actions
.github/workflows/TestOnPRs.yml actions