meteoland
Functions to estimate weather variables at any position of a landscape.
https://github.com/emf-creaf/meteoland
Category: Natural Resources
Sub Category: Soil and Land
Keywords from Contributors
shiny
Last synced: about 2 hours ago
JSON representation
Repository metadata
Functions to estimate weather variables at any position of a landscape
- Host: GitHub
- URL: https://github.com/emf-creaf/meteoland
- Owner: emf-creaf
- Created: 2019-06-06T10:43:19.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-12-15T10:20:49.000Z (27 days ago)
- Last Synced: 2025-12-20T04:11:31.055Z (22 days ago)
- Language: R
- Homepage: https://emf-creaf.github.io/meteoland/
- Size: 55.6 MB
- Stars: 9
- Watchers: 3
- Forks: 3
- Open Issues: 5
- Releases: 7
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
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 metadata
- Name: Ecosystem Modelling Facility (CREAF)
- Login: emf-creaf
- Email: ecosystemmodellingfacility@creaf.uab.cat
- Kind: organization
- Description:
- Website: https://emf.creaf.cat/
- Location:
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/80052794?v=4
- Repositories: 10
- Last ynced at: 2023-03-08T06:13:46.862Z
- Profile URL: 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: 2
- Release event: 1
- Issues event: 6
- Delete event: 1
- Issue comment event: 5
- Push event: 15
- Pull request event: 2
Committers metadata
Last synced: 2 days ago
Total Commits: 660
Total Committers: 6
Avg Commits per committer: 110.0
Development Distribution Score (DDS): 0.336
Commits in past year: 13
Committers in past year: 2
Avg Commits per committer in past year: 6.5
Development Distribution Score (DDS) in past year: 0.462
| Name | Commits | |
|---|---|---|
| Miquel De Cáceres | m****s@g****m | 438 |
| 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:
- steffi.ca: 1
Issue and Pull Request metadata
Last synced: 26 days ago
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 request: 4
Bot issues: 0
Bot pull requests: 0
Past year issues: 2
Past year pull requests: 2
Past year average time to close issues: about 2 months
Past year average time to close pull requests: 15 days
Past year issue authors: 1
Past year pull request authors: 1
Past year average comments per issue: 3.0
Past year average comments per pull request: 0.0
Past year merged pull request: 2
Past year bot issues: 0
Past year bot pull requests: 0
Top Issue Authors
- MalditoBarbudo (13)
- miquelcaceres (6)
- rsbivand (2)
- xbailleau (1)
- Freestyleyang (1)
- steffilazerte (1)
- AntoineCabon (1)
- fipoucat (1)
- JoelMet (1)
Top Pull Request Authors
- MalditoBarbudo (3)
- olivroy (2)
Top Issue Labels
- enhancement (8)
- 2.0.0 (6)
- bug (5)
- wontfix (1)
Top Pull Request Labels
Package metadata
- Total packages: 2
-
Total downloads:
- cran: 497 last-month
- Total dependent packages: 1 (may contain duplicates)
- Total dependent repositories: 3 (may contain duplicates)
- Total versions: 34
- Total maintainers: 1
proxy.golang.org: github.com/emf-creaf/meteoland
- Homepage:
- Documentation: https://pkg.go.dev/github.com/emf-creaf/meteoland#section-documentation
- Licenses:
- Latest release: v2.2.5+incompatible (published about 1 month ago)
- Last Synced: 2026-01-08T12:20:47.365Z (3 days ago)
- Versions: 8
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent packages count: 5.401%
- Average: 5.583%
- Dependent repos count: 5.764%
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
- Licenses: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
- Latest release: 2.2.5 (published about 1 month ago)
- Last Synced: 2026-01-08T12:20:53.798Z (3 days ago)
- Versions: 26
- Dependent Packages: 1
- Dependent Repositories: 3
- Downloads: 497 Last month
-
Rankings:
- Forks count: 14.152%
- Dependent repos count: 16.449%
- Stargazers count: 17.386%
- Average: 17.62%
- Dependent packages count: 18.131%
- Downloads: 21.984%
- Maintainers (1)
Dependencies
- 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
- actions/cache v3 composite
- actions/checkout v3 composite
- r-lib/actions/setup-r v2 composite
- actions/cache v2 composite
- actions/checkout v2 composite
- r-lib/actions/setup-pandoc v1 composite
- r-lib/actions/setup-r v1 composite
- 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
Score: 10.649416918535042