snow_datafill: Datafilling function Internal function for taking aswe data...

View source: R/snow_datafill_function.R

snow_datafillR Documentation

Datafilling function Internal function for taking aswe data that has between 10-20 years of a normal period and extending that dataset using data from ASWE sites that are within 100 km. Method uses the normal ratio method to compare site of interest to adjacent sites and calculate estimated dataset. Station of interest (soi) = station you are trying to find data for. Part of calculating normals workflow for ASWE data. January 2021, Ashlee Jollymore

Description

Datafilling function Internal function for taking aswe data that has between 10-20 years of a normal period and extending that dataset using data from ASWE sites that are within 100 km. Method uses the normal ratio method to compare site of interest to adjacent sites and calculate estimated dataset. Station of interest (soi) = station you are trying to find data for. Part of calculating normals workflow for ASWE data. January 2021, Ashlee Jollymore

Usage

snow_datafill(data_soi, data_id, normal_max, normal_min, ...)

Arguments

data_soi

data from the station you are trying to fill in data for

data_id

column name of the data that you wish to fill in data for prior to calculating statistics

normal_max

Max year that the normal period truncates at.

normal_min

Min year that the normal period truncates at.


bcgov/bcsnowstats documentation built on Nov. 20, 2022, 9:12 a.m.