Station2GridKrige: Station-Data interpolation to Grid-Data with point-Krige

Description Usage Arguments Value Examples

View source: R/Station2GridKrige.R

Description

Station-Data interpolation to Grid-Data with point-Krige

Usage

1
2
3
4
5
6
7
8
Station2GridKrige(
  StationLocation,
  GridLocation,
  StationData,
  cacuStationN = 5,
  wightCoefficient = 2,
  sAnstgVario = 4.25
)

Arguments

StationLocation

n* 3(ID, Latitude, Longitude) 2-array of station

GridLocation

n * 3(ID, Latitude, Longitude) 2-array of Grid

StationData

3-array(periodN, stationN, fieldN) of data from station

cacuStationN

= 5 how many Station are relevant for a grid

wightCoefficient

= 2 wight Coefficient k, 1-5

sAnstgVario

= 4.25 linearen Variogrammes s

Value

Ntime * Nstation * Nfild 3-array of data for Grids

Examples

1
GridMetroData <- Station2GridKrige(SLC, GLC, SD)

MomentVon/HMtools documentation built on April 4, 2021, 8:57 p.m.