Skip to content

Instantly share code, notes, and snippets.

@cpsievert
Created January 15, 2014 19:03
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save cpsievert/8442235 to your computer and use it in GitHub Desktop.
Save cpsievert/8442235 to your computer and use it in GitHub Desktop.
Manipulating XML from Open Street Map with XML2R
setwd("~/Downloads")
obs <- XML2Obs("out.xml", url.map=TRUE)
unique(names(obs)) #you might want to re_name or add_key before collapsing
tables <- collapse(obs)
head(tables[["osm//node//tag"]])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment