add_adiff: Add adiff attribute to overpass query

Description Usage Arguments Value Examples

Description

Add adiff attribute to overpass query

Usage

1
add_adiff(opq, olddatetime, newdatetime)

Arguments

opq

An overpass_query object

olddatetime

datetimestring in the form 2019-01-01T12:00:00Z

newdatetime

optional datetimestring in the form 2019-01-01T12:00:00Z, if empty current time is used

Value

osmdiff object

Examples

1
2
oq <- osmdata::opq('bhaktapur')
add_adiff(oq,"2019-01-01T12:00:00Z","2019-08-01T12:00:00Z")

neogeomat/OSMTT documentation built on Aug. 10, 2019, 11:22 a.m.