powered by
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
metaIndex
geoIndexAll
geoIndex
data.frame with ca 7k rows for 9 columns: id, name, state lat, long, ele all_elev, nfiles_coord, nfiles_id
id
name
state
lat
long
ele
all_elev
nfiles_coord
nfiles_id
metaIndex, createIndex, vignette("mapDWD"), ../doc/mapDWD.html
createIndex
vignette("mapDWD")
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