get_osm_node_data: Function to scrape OpenStreetMap's node XML documents for...

View source: R/get_osm_node_data.R

get_osm_node_dataR Documentation

Function to scrape OpenStreetMap's node XML documents for data.

Description

Function to scrape OpenStreetMap's node XML documents for data.

Usage

get_osm_node_data(id)

Arguments

id

OpenStreetMap node ID.

Value

Named list.

Author(s)

Stuart K. Grange

Examples

## Not run: 

# Get data for a peak in the Yorkshire Dales
get_osm_node_data(312154686)

# Get same data but for another peak in the North York Moors
get_osm_node_data(c(312154686, 1018516271))


## End(Not run)


skgrange/gissr documentation built on Feb. 24, 2024, 2:55 p.m.