A curated list of open technology projects to sustain a stable climate, energy supply, biodiversity and natural resources.

vegperiod

Provides methods to calculate climatological or thermal growing seasons solely based on daily mean temperatures and the day of the year.
https://github.com/rnuske/vegperiod

Category: Biosphere
Sub Category: Plants and Vegetation

Keywords

dwd growing-season r r-package vegetation-period

Last synced: about 1 hour ago
JSON representation

Repository metadata

R Package to determine Thermal Vegetation Periods

README.md

vegperiod: Determine Thermal Vegetation Periods

R-CMD-check
Package-License
CRAN
Dependencies
DOI

The vegetation period, or growing season, is the period of the year when the weather conditions are sufficient for plants to grow. This package provides methods to calculate climatological or thermal growing seasons solely based on daily mean temperatures and the day of the year (DOY). Because of their simplicity, they are commonly used in plant growth models and climate change impact assessments.

The concept of a temperature driven vegetation period holds mostly for the temperate climate zone. At lower latitudes, other factors such as precipitation and evaporation can be more decisive. Some methods such as GSL of ETCCDI are employed globally (with a half year shift in the southern hemisphere). Others have a smaller area of application as they have been parameterized with local to regional observations. However, the methods Menzel and vonWilpert are used throughout Germany.

The package also includes functions for downloading open meteo data from Germany's National Meteorological Service (Deutscher Wetterdienst, DWD).

Installation

The stable version can be installed from CRAN

install.packages("vegperiod")

and the development version is available from Github using the package remotes

remotes::install_github("rnuske/vegperiod")

Usage

Vegetation periods are calculated using the function vegperiod(). One has to choose at least a start and an end method. Some methods require additional arguments, such as 'Menzel' which needs 'species'.

data(goe)
vegperiod(dates=goe$date, Tavg=goe$t, 
          start.method="Menzel", end.method="vonWilpert", 
          species="Picea abies (frueh)", est.prev=3)

Implemented start and end methods

Common methods for determining the onset and end of thermal vegetation periods are provided, for details see next sections and documentation. Suggestions or contributions of additional methods are always welcome. Popular choices with regard to forest trees in Germany are Menzel and vonWilpert. Climate change impact studies at NW-FVA are frequently conducted using Menzel with "Picea abies (frueh)" and NuskeAlbert for all tree species; with tree species specifics accounted for in subsequent statistical models.

Start methods

  • Menzel implemented as described in Menzel (1997). Parameterized for 10 common tree species. Requires previous years chill days, which can be substituted by the average of first years.
  • StdMeteo / ETCCDI a simple threshold based procedure as defined by the Expert Team on Climate Change Detection and Indices (cf. ETCCDI 2009 and Frich et al. 2002). Leading to quite early vegetation starts.
  • Ribes uva-crispa using leaf out of gooseberry as indicator. Developed by Germany's National Meteorological Service (Deutscher Wetterdienst, DWD). Presented in the section forestry of DWD's 'Climate Atlas'. It is more robust against early starts than common simple meteorological procedures.

End methods

  • vonWilpert based on von Wilpert (1990). Originally developed for "Picea abies" in the Black Forest but currently used for all tree species throughout Germany.
  • LWF-BROOK90 a reimplementation of the LWF-BROOK90 VBA version of vonWilpert (Hammel and Kennel 2001).
  • NuskeAlbert a very simple method inspired by standard climatological practices.
  • StdMeteo / ETCCDI a simple threshold based procedure as defined by the Expert Team on Climate Change Detection and Indices (cf. ETCCDI 2009 and Frich et al., 2002). Leading to quite late vegetation ends.

Download climate data from DWD (German Meteorological Service)

Germany's National Meteorological Service offers open meteo data in its Climate Data Center.
The files are organized in deep folder structures and end with an arcane/legacy EOF character.
The Function read.DWDdata()deals with all of that and returns a data.frame. Beware there might be missing values and inhomogeneities.

Note: Downloading 'historical' data from DWD with read.DWDdata() requires the package 'curl'.

How to cite this package

If you use the package vegperiod for your publication, please cite it as follows:

Nuske, R. (2022): vegperiod: Determine Thermal Vegetation Periods [Software].
Zenodo. Version 0.4.0. https://doi.org/10.5281/zenodo.1466541

Contributions

Implementations of further start and end methods or download functions are more than welcome! Please suggest suitable candidates via issue or pull request.

Citation (CITATION.cff)

cff-version: 1.2.0
title: 'vegperiod: Determine Thermal Vegetation Periods'
message: 'To cite package "vegperiod" in publications please use:'
type: software
authors:
  - family-names: Nuske
    given-names: Robert
    email: [email protected]
    orcid: 'https://orcid.org/0000-0001-9773-2061'
identifiers:
  - type: doi
    value: 10.5281/zenodo.1466541
repository-code: 'https://github.com/rnuske/vegperiod'
url: 'https://rnuske.github.io/vegperiod/'
repository: 'https://cran.r-project.org/package=vegperiod'
abstract: >-
  Collection of common methods to determine growing season
  length in a simple manner. Start and end dates of the
  vegetation periods are calculated solely based on daily
  mean temperatures and the day of the year.
keywords:
  - vegetation-period
  - growing-season
  - dwd
  - r
  - r-package
license: GPL-3.0-or-later
version: 0.4.0
date-released: '2022-11-01'

Owner metadata


GitHub Events

Total
Last Year

Committers metadata

Last synced: 7 days ago

Total Commits: 114
Total Committers: 4
Avg Commits per committer: 28.5
Development Distribution Score (DDS): 0.07

Commits in past year: 1
Committers in past year: 1
Avg Commits per committer in past year: 1.0
Development Distribution Score (DDS) in past year: 0.0

Name Email Commits
Robert Nuske r****e@n****e 106
Robert Nuske r****e 4
Robert Nuske r****e@m****g 3
Axel a****t@g****m 1

Committer domains:


Issue and Pull Request metadata

Last synced: about 1 hour ago

Total issues: 7
Total pull requests: 1
Average time to close issues: 5 months
Average time to close pull requests: 17 days
Total issue authors: 6
Total pull request authors: 1
Average comments per issue: 1.71
Average comments per pull request: 2.0
Merged pull request: 1
Bot issues: 0
Bot pull requests: 0

Past year issues: 0
Past year pull requests: 0
Past year average time to close issues: N/A
Past year average time to close pull requests: N/A
Past year issue authors: 0
Past year pull request authors: 0
Past year average comments per issue: 0
Past year average comments per pull request: 0
Past year merged pull request: 0
Past year bot issues: 0
Past year bot pull requests: 0

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/rnuske/vegperiod

Top Issue Authors

  • rnuske (2)
  • MichaKoe (1)
  • rhabel (1)
  • pschmidtwalter (1)
  • ckluss (1)
  • rwoerde (1)

Top Pull Request Authors

  • awellpott (1)

Top Issue Labels

Top Pull Request Labels


Package metadata

cran.r-project.org: vegperiod

Determine Thermal Vegetation Periods

  • Homepage: https://rnuske.github.io/vegperiod/
  • Documentation: http://cran.r-project.org/web/packages/vegperiod/vegperiod.pdf
  • Licenses: GPL (≥ 3)
  • Latest release: 0.4.0 (published over 2 years ago)
  • Last Synced: 2025-04-26T13:31:58.359Z (1 day ago)
  • Versions: 6
  • Dependent Packages: 1
  • Dependent Repositories: 2
  • Downloads: 289 Last month
  • Docker Downloads: 41,971
  • Rankings:
    • Docker downloads count: 0.58%
    • Forks count: 16.983%
    • Dependent packages count: 18.108%
    • Average: 18.271%
    • Dependent repos count: 19.154%
    • Stargazers count: 20.58%
    • Downloads: 34.222%
  • Maintainers (1)

Dependencies

DESCRIPTION cran
  • R >= 3.2.0 depends
  • utils * imports
  • curl * suggests
  • tinytest * suggests
.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/pkgdown.yaml actions
  • JamesIves/github-pages-deploy-action v4.4.1 composite
  • actions/checkout v3 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite

Score: 14.117497821521113