return footprint/receptor id
Usage
obs_info2id(yr, mo, dy, hr, mn = 0, lat, lon, alt, sep = "x", long = T)
Arguments
- yr
year
- mo
month
- dy
day
- hr
hour
- mn
minute
- lat
latitude
- lon
longitude
- alt
altitude above ground level
- sep
character, default"x"
- long
Logical, to add minute, and rounded with 2 decimals, instead of 4. default TRUE
Value
a string with the receptor id
Examples
{
if (FALSE) { # \dontrun{
# Do not run
obs_info2id(yr = 2002,
mo = 8,
dy = 3,
hr = 10,
mn = 0,
lat = 42,
lon = -90,
alt = 1) [1]
} # }
}