MultiscaleDTM
Calculates multi-scale geomorphometric terrain attributes from regularly gridded DEM/bathymetry rasters.
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 4 committers (25.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (4.5%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Calculates multi-scale geomorphometric terrain attributes from regularly gridded DEM/bathymetry rasters.
Basic Info
- Host: GitHub
- Owner: ailich
- License: gpl-3.0
- Language: R
- Default Branch: main
- Homepage: https://ailich.github.io/MultiscaleDTM/
- Size: 19.6 MB
Statistics
- Stars: 28
- Watchers: 3
- Forks: 3
- Open Issues: 9
- Releases: 17
Created over 5 years ago
· Last pushed about 1 year ago
Metadata Files
Readme
License
Citation
README.Rmd
---
title: "README"
author: "Alexander Ilich"
date: "`r format(Sys.time(), '%B %d, %Y')`"
output:
github_document:
pandoc_args: --mathml
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE, warning = FALSE, message = FALSE, fig.path = "man/figures/README-") #Default chunk options
md_fig_dir<- "man/figures/" #Path relative to this Rmd
R_fig_dir<- "../figures/" #Path relative to child Rmd
```
```{r child='man/fragments/README_Frag.Rmd'}
```
Owner
- Name: Alex
- Login: ailich
- Kind: user
- Repositories: 5
- Profile: https://github.com/ailich
GitHub Events
Total
- Create event: 5
- Release event: 2
- Issues event: 14
- Watch event: 5
- Delete event: 3
- Issue comment event: 7
- Push event: 41
- Pull request event: 8
Last Year
- Create event: 5
- Release event: 2
- Issues event: 14
- Watch event: 5
- Delete event: 3
- Issue comment event: 7
- Push event: 41
- Pull request event: 8
Committers
Last synced: over 3 years ago
All Time
- Total Commits: 191
- Total Committers: 4
- Avg Commits per committer: 47.75
- Development Distribution Score (DDS): 0.209
Top Committers
| Name | Commits | |
|---|---|---|
| Alex Ilich | a****h@u****u | 151 |
| benjaminmisiuk | 5****k@u****m | 31 |
| ailich | a****h@u****m | 8 |
| benjaminmisiuk | b****k@g****m | 1 |
Committer Domains (Top 20 + Academic)
usf.edu: 1
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 72
- Total pull requests: 23
- Average time to close issues: about 2 months
- Average time to close pull requests: about 10 hours
- Total issue authors: 2
- Total pull request authors: 2
- Average comments per issue: 1.19
- Average comments per pull request: 0.3
- Merged pull requests: 22
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 9
- Pull requests: 8
- Average time to close issues: 27 days
- Average time to close pull requests: 3 minutes
- Issue authors: 1
- Pull request authors: 1
- Average comments per issue: 0.78
- Average comments per pull request: 0.0
- Merged pull requests: 8
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- ailich (65)
- benjaminmisiuk (6)
Pull Request Authors
- ailich (12)
- benjaminmisiuk (11)
Top Labels
Issue Labels
enhancement (26)
bug (13)
documentation (10)
question (5)
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 684 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 12
- Total maintainers: 1
cran.r-project.org: MultiscaleDTM
Multi-Scale Geomorphometric Terrain Attributes
- Homepage: https://ailich.github.io/MultiscaleDTM/
- Documentation: http://cran.r-project.org/web/packages/MultiscaleDTM/MultiscaleDTM.pdf
- License: GPL (≥ 3)
-
Latest release: 0.9.1
published over 1 year ago
Rankings
Stargazers count: 16.3%
Forks count: 17.8%
Average: 27.6%
Dependent packages count: 29.8%
Dependent repos count: 35.5%
Downloads: 38.5%
Maintainers (1)
Last synced:
10 months ago
Dependencies
DESCRIPTION
cran
- terra * depends
- Rcpp * imports
- dplyr * imports
- raster * imports
- rgl * imports
- shiny * imports
.github/workflows/R-CMD-check.yaml
actions
- actions/checkout v2 composite
- r-lib/actions/check-r-package v2 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/pkgdown.yaml
actions
- JamesIves/github-pages-deploy-action 4.1.4 composite
- actions/checkout v2 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/update-citation-cff.yaml
actions
- actions/checkout v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite