osm.CreateEmptyRaster: osm.CreateEmptyRaster

View source: R/osm.r

osm.CreateEmptyRasterR Documentation

osm.CreateEmptyRaster

Description

Create an empty raster for an area. It downloads the area from OSM services, and then creates an empty raster of this area.

Usage

osm.CreateEmptyRaster(inPerioxi = "Mytilene Municipal Unit")

Arguments

inPerioxi

The name of an area (string) for searching the OSM services.

Value

An empty raster that covers the full area

Author(s)

Dimitris Kavroudakis dimitris123@gmail.com

See Also

Other osm: osm.ClipSFnetwork_with_poly(), osm.bb_2_pol(), osm.combineAmenities(), osm.combineShops(), osm.getFrequency(), osm.getLength_footway(), osm.getPOI_usingbb(), osm.getPOI(), osm.getRoads(), osm.osmdata_result_2_bbox_pol()

Examples

library(devtools)
#install_github("dimitrisk/goal")
library(raster)
library(goal)
result = goal::osm.CreateEmptyRaster(inPerioxi="Mytilene Municipal Unit")
result

dimitrisk/goal documentation built on April 30, 2024, 7:21 p.m.