Skip to content

Instantly share code, notes, and snippets.

@biamuniz
Last active June 27, 2024 01:29
Show Gist options
  • Save biamuniz/91c64d1c8e283237225795c69f909bd5 to your computer and use it in GitHub Desktop.
Save biamuniz/91c64d1c8e283237225795c69f909bd5 to your computer and use it in GitHub Desktop.
Cria um mapa com rcityviews dos arredores do SESC Pompeia e salva em SVG
# install.packages("remotes") # Uncomment if you do not have the 'remotes' package installed
# remotes::install_github("koenderks/rcityviews", dependencies = TRUE) # Uncomment if you do not have the 'rcityviews' package installed
library(rcityviews)
sesc <- new_city(name = "sesc", country = "Brazil", lat = -23.5261111, long = -46.6833333)
cityview(sesc, theme="modern", zoom = 3, border = "circle", filename = "sescpompeia.svg")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment