Station2GridIDW: Station-Data interpolation to Grid-Data with IDW

Description Usage Arguments Value Examples

View source: R/Station2GridIDW.R

Description

Station-Data interpolation to Grid-Data with IDW

Usage

1
2
3
4
5
6
7
Station2GridIDW(
  StationLocation,
  GridLocation,
  StationData,
  cacuStationN = 5,
  wightCoefficient = 2
)

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

Value

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

Examples

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

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