Science Score: 54.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
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.0%) to scientific vocabulary
Keywords
glacier
science
visualization
Last synced: 4 months ago
·
JSON representation
·
Repository
Paleoglacier modelling framework
Basic Info
- Host: GitHub
- Owner: juseg
- License: gpl-3.0
- Language: Python
- Default Branch: main
- Homepage: https://hyoga.io
- Size: 540 KB
Statistics
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 24
- Releases: 8
Topics
glacier
science
visualization
Created about 6 years ago
· Last pushed 6 months ago
Metadata Files
Readme
License
Citation
Zenodo
README.rst
.. Copyright (c) 2019-2024, Julien Seguinot (juseg.dev) .. GNU General Public License v3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt) Hyoga ===== .. image:: https://readthedocs.org/projects/hyoga/badge/?version=latest :target: https://hyoga.readthedocs.io .. image:: https://github.com/juseg/hyoga/actions/workflows/tests.yaml/badge.svg :target: https://github.com/juseg/hyoga/actions?query=workflow%3Atests .. image:: https://codecov.io/github/juseg/hyoga/branch/main/graph/badge.svg :target: https://codecov.io/github/juseg/hyoga .. image:: https://img.shields.io/pypi/v/hyoga.svg :target: https://pypi.python.org/pypi/hyoga .. image:: https://zenodo.org/badge/227465038.svg :target: https://zenodo.org/badge/latestdoi/227465038 Hyoga_ is a Python_ library to prepare and visualize ice-sheet model datasets. It acts as a thin wrapper around GeoPandas_ and xarray_ for CF_-compliant datasets on regular grids used for instance in PISM_. Hyoga (氷河) is the Japanese word for glacier (lit. ice river). See the documentation_ for more. .. _CF: https://cfconventions.org .. _documentation: https://hyoga.readthedocs.io .. _GeoPandas: https://geopandas.org .. _Hyoga: https://hyoga.readthedocs.io .. _PISM: https://pism.io .. _Python: https://python.org .. _xarray: https://xarray.pydata.org/en/stable/
Owner
- Name: Julien Seguinot
- Login: juseg
- Kind: user
- Company: Vrije Universiteit Brussel
- Website: juseg.dev
- Repositories: 35
- Profile: https://github.com/juseg
Glaciers & Python.
Citation (CITATION.cff)
# Copyright (c) 2024, Julien Seguinot (juseg.dev)
# GNU General Public License v3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
cff-version: 1.2.0
license: GPL-3.0
message: 'If you use this software, please cite it using these metadata.'
repository-code: 'https://github.com/juseg/hyoga'
title: 'Hyoga: paleoglacier modelling framework'
url: 'https://hyoga.io'
authors:
- given-names: Julien
family-names: Seguinot
orcid: 'https://orcid.org/0000-0002-5315-0761'
identifiers:
- description: all-versions DOI
type: doi
value: 10.5281/zenodo.4570420
preferred-citation:
type: article
authors:
- family-names: Seguinot
given-names: Julien
orcid: 'https://orcid.org/0000-0002-5315-0761'
- family-names: Delaney
given-names: Ian
orcid: 'https://orcid.org/0000-0003-1722-0600'
doi: '10.5194/esurf-9-923-2021'
journal: Earth Surface Dynamics
title: Last-glacial-cycle glacier erosion potential in the Alps
volume: 9
issue: 4
start: 923
end: 935
year: 2021
GitHub Events
Total
- Issues event: 6
- Watch event: 2
- Delete event: 3
- Issue comment event: 1
- Push event: 16
- Pull request event: 10
- Fork event: 1
- Create event: 3
Last Year
- Issues event: 6
- Watch event: 2
- Delete event: 3
- Issue comment event: 1
- Push event: 16
- Pull request event: 10
- Fork event: 1
- Create event: 3
Committers
Last synced: 6 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Julien Seguinot | j****g@p****u | 436 |
Committer Domains (Top 20 + Academic)
posteo.eu: 1
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 72
- Total pull requests: 44
- Average time to close issues: 4 months
- Average time to close pull requests: 10 days
- Total issue authors: 2
- Total pull request authors: 1
- Average comments per issue: 0.24
- Average comments per pull request: 0.18
- Merged pull requests: 42
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 9
- Pull requests: 12
- Average time to close issues: 1 day
- Average time to close pull requests: about 18 hours
- Issue authors: 1
- Pull request authors: 1
- Average comments per issue: 0.0
- Average comments per pull request: 0.17
- Merged pull requests: 10
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- juseg (71)
- dcherian (1)
Pull Request Authors
- juseg (61)
Top Labels
Issue Labels
enhancement (41)
bug (18)
documentation (9)
ci (4)
question (2)
Pull Request Labels
enhancement (23)
bug (21)
documentation (12)
ci (8)
Packages
- Total packages: 1
-
Total downloads:
- pypi 64 last-month
- Total dependent packages: 0
- Total dependent repositories: 1
- Total versions: 9
- Total maintainers: 1
pypi.org: hyoga
Paleoglacier modelling framework
- Homepage: https://github.com/juseg/hyoga
- Documentation: https://hyoga.readthedocs.io/
- License: GNU General Public License v3 or later (GPLv3+)
-
Latest release: 0.3.2
published 6 months ago
Rankings
Dependent packages count: 10.1%
Stargazers count: 19.4%
Dependent repos count: 21.6%
Average: 22.7%
Forks count: 29.8%
Downloads: 32.8%
Maintainers (1)
Last synced:
5 months ago
Dependencies
.github/workflows/pypi.yaml
actions
- actions/checkout v3 composite
- actions/setup-python v4 composite
- pypa/gh-action-pypi-publish release/v1 composite
.github/workflows/tests.yaml
actions
- actions/checkout v3 composite
- actions/setup-python v4 composite
- codecov/codecov-action v3 composite