osmdata

R package for downloading OpenStreetMap data

Stars
315
Committers
33

Bot releases are hidden (Show)

osmdata - v0.0.5

Published by mpadge about 7 years ago

Bounding polygons can now be extracted with getbb(.., format_out = "polygon"), and maps trimmed to polygons with trim_osmdata(). Function unique_osmdata() also added, and add_feature() renamed add_osm_feature()

osmdata - v0.0.4

Published by mpadge over 7 years ago

Implement alternative overpass API services with get_overpass_url() and set_overpass_url() functions. Thanks to @fzenoni for the impetus!

osmdata - v0.0.3

Published by mpadge over 7 years ago

Update tests for CRAN. No changes to functionality.

osmdata - v0.0.2

Published by mpadge over 7 years ago

This release finally solves a few remaining problems on some of the CRAN windows machines that don't have any impact on functionality.

Only change to functionality:
Function opq_to_string() renamed to opq_string()

osmdata - v0.0.1

Published by mpadge over 7 years ago

Initial CRAN release failed because I forgot to include configure and Makevars.in in Rbuildignore. This release remedies that problem, and also improves tests so they all work offline.

osmdata - v0.0.0

Published by mpadge over 7 years ago

Initial CRAN release