ll_osm_extract_roads: Extract from zip shape files of roads from previously...

View source: R/ll_osm.R

ll_osm_extract_roadsR Documentation

Extract from zip shape files of roads from previously downloaded

Description

Extract from zip shape files of roads from previously downloaded

Usage

ll_osm_extract_roads(countries, download_if_missing = TRUE, overwrite = FALSE)

Arguments

countries

The name of one or more geographic entities from files typically previously downloaded with ll_osm_download()

download_if_missing

Logical, defaults to TRUE. If TRUE, downloads country files with ll_osm_download() if they are not available locally.

overwrite

Logical, defaults to FALSE. If TRUE, extracts files from zip even if folder already existing.

Value

Nothing, used for its side effects (extracts shapefiles from country-level zip files)

Examples

## Not run: 
ll_extract_roads(countries = "Romania")

## End(Not run)


giocomai/latlon2map documentation built on Aug. 4, 2023, 2:12 p.m.