ropensci / osmdata

R package for downloading OpenStreetMap data
https://docs.ropensci.org/osmdata
316 stars 46 forks source link

Implement adiff queries in opq #291

Closed jmaspons closed 1 year ago

jmaspons commented 1 year ago

Improves #179

jmaspons commented 1 year ago

Test coverage will improve with #285

jmaspons commented 1 year ago

Rebased and ready for review @mpadge

I changed the order of adiff columns in osmdata_data_frame in order to match the first columns of normal queries, which starts with osm_type and osm_id. With this one, we can close #292

mpadge commented 1 year ago

Thanks so much @jmaspons for another great contribution!