View source: R/ll_osm_download.R
ll_osm_download_it | R Documentation |
See ll_osm_it_gpkg
for all available files.
ll_osm_download_it(
level = "comuni",
name = NULL,
code = NULL,
overwrite = FALSE,
wget = FALSE,
quiet = FALSE
)
level |
One of "regioni", "provincie", "comuni". Defaults to "comuni". |
name |
Name of geographic entity. Check |
code |
Used in alternative to name. Check |
wget |
Logical, defaults to FALSE. If TRUE, it downloads files with wget (if available), otherwise uses default method. Setting wget to TRUE may contribute to prevent download timeouts; notice that apparent freeze of the download progress in the console are common, and mostly the download is just continuing in the background (for reference, check file size in folder.) |
quiet |
Logical, defaults to FALSE. If TRUE no messages about download advancement are printed. |
Used only for its side effects (downloads osm data).
## Not run:
ll_osm_download_it(level = "comuni", name = "Trento")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.