Learn R Programming

rdwd (version 0.7.0)

geoIndex: coordinatewise station info (meta data) available on the DWD CDC FTP server

Description

metaIndex distilled to geographic locations. geoIndexAll contains all coordinates. geoIndex is an aggregated version where stations (of a single ID) with all unique coordinates less than 900 m apart are aggregated into one location. Distance is computed with https://github.com/brry/OSMscale/blob/master/R/maxEarthDist.R To reduce package dependency, aggregation is done locally in the last section of https://github.com/brry/rdwd/blob/master/R/meta.R

Arguments

Format

data.frame with ca 7k rows for 9 columns: id, name, state lat, long, ele all_elev, nfiles_coord, nfiles_id

See Also

metaIndex, createIndex, vignette("mapDWD"), ../doc/mapDWD.html

Examples

Run this code

data(geoIndex)
head(geoIndex)
# in functions, you can use head(rdwd:::geoIndex)

# example usages are in ?rdwd

Run the code above in your browser using DataLab