meteoland
Functions to estimate weather variables at any position of a landscape
Science Score: 39.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
Found 1 DOI reference(s) in README -
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (16.7%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Functions to estimate weather variables at any position of a landscape
Basic Info
- Host: GitHub
- Owner: emf-creaf
- Language: R
- Default Branch: main
- Homepage: https://emf-creaf.github.io/meteoland/
- Size: 55.4 MB
Statistics
- Stars: 9
- Watchers: 3
- Forks: 3
- Open Issues: 5
- Releases: 7
Created about 7 years ago
· Last pushed about 1 year ago
Metadata Files
Readme
Changelog
README.Rmd
---
output: github_document
editor_options:
markdown:
wrap: 72
---
```{r setup, echo = FALSE}
knitr::opts_chunk$set(collapse = TRUE, comment = "#>",
fig.path = "man/figures/")
```
# Landscape meteorology tools
[](https://cran.r-project.org/package=meteoland)
[](https://cran.rstudio.com/web/packages/meteoland/index.html)
[](https://github.com/emf-creaf/meteoland/actions)
## Important notice
Starting on June 2023, `rgdal`, `rgeos` and `maptools` R packages entered a *maintenance* mode (meaning no new updates). Coincidentally, `sp` and `raster` packages are now superseded by the more modern alternatives `sf`, `stars` and `terra`. This means that the `meteoland` classes, which are based on `sp`, need to be updated to deal with these changes in the R-spatial ecosystem.
Starting with version 2.0.0 of `meteoland` (February 2023) all functions, methods and classes based on or using the `sp`, `raster` and `rgdal` package were soft-deprecated.
> **Since ver. 2.1.0, these functions, methods and classes have
> been removed from the package**
See the [*Tidy meteoland*](https://emf-creaf.github.io/meteoland/articles/tidy-meteoland.html) vignette for more info about this changes.
## Introduction
With the aim to assist research of climatic impacts on forests, the R
package `meteoland` provides utilities to estimate daily weather
variables at any position over complex terrains (De Cáceres et al 2018):
- Spatial interpolation of daily weather records from meteorological stations.
- Statistical correction of meteorological data series (e.g from climate models). Note that this functionality is deprecated starting in version 2.0.0.
- Multisite and multivariate stochastic weather generation. Note that this functionality is deprecated starting in version 2.0.0.
## Package installation and documentation
Package **meteoland** can be found at [CRAN](https://cran.r-project.org/),
but the version in this repository may not be the most recent one.
Latest stable versions can be downloaded and installed from GitHub as
follows (package `remotes` should be installed first):
```{r installation, eval = FALSE}
remotes::install_github("emf-creaf/meteoland")
```
Detailed documentation regarding **meteoland** calculation routines can be found at ().
## Companion packages
### Package meteospain
During the development of **meteoland** some functions to download weather
station data from several Spanish networks were originally developed.
After **meteoland** version 1.0.1, the user is recommended to use package
[**meteospain**](https://emf-creaf.github.io/meteospain/), which can
also be found at
[CRAN](https://cran.rstudio.com/web/packages/meteospain/index.html).
Functions to download weather station data are still available in
**meteoland** but they have been deprecated and make internal calls to
functions in package
[**meteospain**](https://emf-creaf.github.io/meteospain/).
### Packages medfate and medfateland
Package **meteoland** has been designed to provide input weather data for simulations of forest function and dynamics via the following packages
+ Package [**medfate**](https://emf-creaf.github.io/medfate) provides functions for simulating forest function and dynamics.
+ Package [**medfateland**](https://emf-creaf.github.io/medfateland) extends **medfate** by allowing simulations to be performed in a spatially explicit context.
## Authorship
R package **meteoland** is developed and maintained by the [*Ecosystem
Modelling Facility*](https://emf.creaf.cat) at CREAF (Catalonia, Spain).
## References
- De Caceres M, Martin-StPaul N, Turco M, Cabon A, Granda V (2018)
Estimating daily meteorological data and downscaling climate models
over landscapes. Environmental Modelling and Software 108: 186-196.
().
Owner
- Name: Ecosystem Modelling Facility (CREAF)
- Login: emf-creaf
- Kind: organization
- Email: ecosystemmodellingfacility@creaf.uab.cat
- Website: https://emf.creaf.cat/
- Repositories: 10
- Profile: https://github.com/emf-creaf
GitHub Events
Total
- Create event: 4
- Issues event: 7
- Release event: 2
- Delete event: 1
- Issue comment event: 5
- Push event: 23
- Pull request event: 3
Last Year
- Create event: 4
- Issues event: 7
- Release event: 2
- Delete event: 1
- Issue comment event: 5
- Push event: 23
- Pull request event: 3
Committers
Last synced: 11 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Miquel De Cáceres | m****s@g****m | 437 |
| MalditoBarbudo | v****a@g****m | 209 |
| AntoineCabon | a****n@g****m | 8 |
| Steffi LaZerte | s****i@s****a | 2 |
| Miquel Decaceres | m****s@C****C | 2 |
| olivroy | 5****y | 1 |
Committer Domains (Top 20 + Academic)
steffi.ca: 1
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 31
- Total pull requests: 4
- Average time to close issues: 5 months
- Average time to close pull requests: 26 days
- Total issue authors: 9
- Total pull request authors: 2
- Average comments per issue: 1.29
- Average comments per pull request: 0.0
- Merged pull requests: 4
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 2
- Pull requests: 2
- Average time to close issues: about 2 months
- Average time to close pull requests: 15 days
- Issue authors: 1
- Pull request authors: 1
- Average comments per issue: 3.0
- Average comments per pull request: 0.0
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- MalditoBarbudo (13)
- miquelcaceres (6)
- rsbivand (2)
- xbailleau (1)
- Freestyleyang (1)
- steffilazerte (1)
- AntoineCabon (1)
- fipoucat (1)
- JoelMet (1)
Pull Request Authors
- MalditoBarbudo (3)
- olivroy (2)
Top Labels
Issue Labels
enhancement (8)
2.0.0 (6)
bug (5)
wontfix (1)
Pull Request Labels
Packages
- Total packages: 2
-
Total downloads:
- cran 390 last-month
-
Total dependent packages: 1
(may contain duplicates) -
Total dependent repositories: 3
(may contain duplicates) - Total versions: 32
- Total maintainers: 1
proxy.golang.org: github.com/emf-creaf/meteoland
- Documentation: https://pkg.go.dev/github.com/emf-creaf/meteoland#section-documentation
-
Latest release: v2.2.3+incompatible
published over 1 year ago
Rankings
Dependent packages count: 5.4%
Average: 5.6%
Dependent repos count: 5.8%
Last synced:
10 months ago
cran.r-project.org: meteoland
Landscape Meteorology Tools
- Homepage: https://emf-creaf.github.io/meteoland/
- Documentation: http://cran.r-project.org/web/packages/meteoland/meteoland.pdf
- License: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
-
Latest release: 2.2.3
published over 1 year ago
Rankings
Forks count: 14.2%
Dependent repos count: 16.4%
Stargazers count: 17.4%
Average: 17.6%
Dependent packages count: 18.1%
Downloads: 22.0%
Maintainers (1)
Last synced:
10 months ago
Dependencies
.github/workflows/R-CMD-check.yaml
actions
- actions/checkout v3 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/collect_metadata.yml
actions
- actions/cache v3 composite
- actions/checkout v3 composite
- r-lib/actions/setup-r v2 composite
.github/workflows/pkgdown.yaml
actions
- actions/cache v2 composite
- actions/checkout v2 composite
- r-lib/actions/setup-pandoc v1 composite
- r-lib/actions/setup-r v1 composite
DESCRIPTION
cran
- R >= 3.4.0 depends
- sp * depends
- Rcpp >= 0.12.12 imports
- meteospain * imports
- methods * imports
- ncdf4 * imports
- rgdal * imports
- sf * imports
- spdep * imports
- units * imports
- forecast * suggests
- knitr * suggests
- rmarkdown * suggests
- spacetime * suggests
- stars * suggests