osmGeocoder: OSM Geocoder

Description Usage Arguments Details Value See Also Examples

Description

This function use Nominatim API to getting coordinates from address. I decided to add it because sometimes coordinates are not avaibable.

Usage

1
osmGeocoder(location)

Arguments

location

a character string or list specifying a location of interest.

Details

geocodes a location using Nominatim API.

Value

data.frame with variables lon and lat

See Also

http://wiki.openstreetmap.org/wiki/Nominatim

Examples

1
osmGeocoder("4800 W. Copans Road, Coconut Creek, FL 33063")

kintero/usbbmap documentation built on May 20, 2019, 10:02 a.m.