lonlat_to_synopregion: Non-overlapping regions, specifically defined for the DWD...

Description Usage Arguments Value Author(s) Examples

View source: R/fdbk_asdataframe.R

Description

Non-overlapping regions, specifically defined for the DWD SYNOP verification

Usage

1

Arguments

lon

longitude vector

lat

latitude vector

Value

a vector of same lenght as lon or lat with character strings of the region for each point, NA for no match

Author(s)

Felix <felix.fundel@dwd.de>

Examples

1
2
3
DT = data.table(lon=c(15,85),lat=c(-30,40))
DT[,region:=lonlat_to_synopregion(lon,lat)]
DT

rfxf/Rfdbk documentation built on May 27, 2019, 7:22 a.m.