osmdata

R package for downloading OpenStreetMap data

Stars
315
Committers
33

Bot releases are hidden (Show)

osmdata - CRAN version 0.2.5 Latest Release

Published by mpadge about 1 year ago

0.2.5

Major changes

  • v0.2.4 was removed without notice from CRAN because of #329; this is a rapid re-submission

0.2.4

Minor changes

  • Bug fix to stop getbb call to Nominatim returning 405 error (#328)
osmdata - CRAN version 0.2.3

Published by mpadge over 1 year ago

Minor changes

  • Fix failing test due to changes to 'sp' moving towards deprecation.
osmdata - CRAN v0.2.2

Published by jmaspons over 1 year ago

What's Changed

Full Changelog: https://github.com/ropensci/osmdata/compare/v0.2.1...v0.2.2

osmdata - CRAN v0.2.1

Published by mpadge over 1 year ago

Major changes:

  • Very soft deprecation of nodes_only parameter in opq (#308, #312).

Minor changes

  • Couple of minor memory leak bug fixes in osmdata_data_frame C++ code.
osmdata - CRAN version 0.2.0

Published by mpadge over 1 year ago

This release welcomes a new package author @jmaspons. The lists of changes here gives an overview of the amazing work he has contributed to this new major version.


Major changes:

  • New osmdata_data_frame() function to return non-spatial data.frame structures directly from overpass; thanks to @jmaspons (#285).
  • Improved add_osm_features so that key-values pairs can be submitted as a list, rather than escape-delimited character strings; thanks to @elipousson (#277, #278).
  • opq() can now utilise overpass ability to filter results by area; thanks to @jmaspons (#286).
  • opq() now has additional "out" parameter to control the kinds of data returned by overpass; thanks to @jmaspons (#288).
  • opq() now has additional "osm_types" parameter to provide finer control of which kinds of data are returned by overpass; thanks to @jmaspons (#295).
  • sp dependency moved to suggested and added missing osmdata_* functions to docs; by @jmaspons & @mpadge (#302)
  • Fix key modifications for non-valid column names and handle duplicated column names in osmdata_* functions; by @jmaspons (#303)
  • @elipousson is new package contributor, thanks to the above work.
  • @jmaspons is new package author, thanks to #285 (plus most of the above, and a whole lot more!)

Minor changes:

  • Downgraded sp from "Imports" to "Suggests"; thanks to @jmaspons (#302)
  • Improved osm_osm_id() to accept vectors of ids and types; thanks to @jmaspons (#268, #282, #283)
  • "get-osmdata.R" file now split into several smaller and more manageable files (#306, thanks to @jmaspons)
osmdata - CRAN version 0.1.10

Published by mpadge over 2 years ago

Major changes:

  • Changed httr dependency for httr2 (#272)
  • Removed two authors of code formerly including for stubbing results; which is now done via httptest2 package.

Minor changes:

  • Moved jsonlite from Imports to Suggests (now only used in tests).
osmdata - CRAN version 0.1.9

Published by mpadge over 2 years ago

Major changes:

  • New function opq_around to query features within a specified radius around a defined location; thanks to @barryrowlingson via #199 and
    @maellecoursonnais via #238
  • New vignette on splitting large queries thanks to @Machin6 (via #262)

Minor changes:

  • New dependency on reproj package, so that trim_osmdata() can be applied to re-projected coordinates.
osmdata - features no feature

Published by mpadge about 3 years ago

Minor changes:

  • add_osm_feature bug fix to revert AND behaviour (#240 thanks to @anthonynorth)
osmdata - CRAN version 0.1.6

Published by mpadge about 3 years ago

0.1.6

Major changes:

  • New function add_osm_features to enable OR-combinations of features in
    single queries.
osmdata - CRAN release v0.1.5

Published by mpadge over 3 years ago

Minor changes:

  • Bug fix in getbb() via #232, thanks to @changwoo-lee
  • hard-code WKT string for EPSG:4326, to avoid obsolete proj4strings (#218)
osmdata - CRAN release 0.1.4

Published by mpadge almost 4 years ago

Version 0.1.4

Major changes:

  • New osm_enclosing() function; thanks to @barryrowlingson via #199
  • opq() now has additional datetime and datetime2 parameters which can be used to extract historical data prior to datetime, or differences between two datetimes by specifying datetime2; thanks to @neogeomat for the idea in issue#179.
  • opq() also has additional nodes_only parameter to return nodes as points only, for efficient extraction of strictly point-based OSM data; thanks to @gdkrmr for the idea in issue#221.

Minor changes:

  • New contributor Enrico Spinielli (@espinielli), via #207, #210, #211, #212 - Thanks!
osmdata - CRAN Version 0.1.3

Published by mpadge over 4 years ago

Major changes:

  • osmdata_pbf function removed as the overpass server no longer provides the experimental API for pbf-format data.
  • Remove deprecated add_feature() function; entirely replaced by add_osm_feature().
  • get_bb() with polygon output formats now returns ALL polygon and multipolygon objects by default (issue#195)

Minor changes:

  • New Contributors: Andrea Gilardi (@agila5)
  • Bug fix for issue#205
osmdata - CRAN version 0.1.2

Published by mpadge almost 5 years ago

Major changes:

  • New function unname_osmdata_sf, to remove row names from sf-format
    geometry objects that may cause issues with some plotting routines such as
    leaflet.

Minor changes:

  • getbb now allows arbitrary featuretype specification, no longer just
    those pertaining to settlement forms.
  • available_tags returns tags with underscore precisely as required for
    add_osm_feature - previous version returned text values with spaces instead
    of underscore.
  • Fix bug in osmdata_sf for data with no names and/or no key-val pairs
  • Fix bug in trim_osmdata for multi* objects; thanks to @stragu
  • Impelement trim_osmdata.sc method
  • retry httr calls to nominatim, which has lately been timing out quite often
osmdata - CRAN version 0.1.1

Published by mpadge over 5 years ago

Minor changes:

  • bug fix in trim_osmdata function
osmdata - CRAN Version 0.1.0

Published by mpadge over 5 years ago

Major changes:

  • New function, osm_elevation to insert elevation data into SC-format data
    returned by osmdata_sc function.
  • New vignette on osmdata_sc function and elevation data.
  • opq() function now accepts polygonal bounding boxes generated with
    getbb(..., format_out = "polygon").
osmdata - CRAN version 0.0.10

Published by mpadge over 5 years ago

Minor changes:

  • Bux fix for vectorized lists of values in add_osm_feature, so only listed items are returns (see #139; thanks @loreabad6)
  • But fix to ensure all sf data.frame objects have stringsAsFactors = FALSE
osmdata - CRAN v0.0.9

Published by mpadge almost 6 years ago

Major changes:

  • New function osmdata_sc to return data in silicate::SC format (see github.com/hypertidy/silicate; this also requires additional dependency on tibble)
  • Structure of osmdata object modified to replace former $timestamp field with $meta field containing a list of $timestamp, $OSM_version (currently 0.6), and $overpass_version.
  • add_osm_feature() now accepts vectors of multiple values (see #139).
  • osmdata_sf() objects default to character vectors, not factors (see #44).

Minor changes:

osmdata - v0.0.8

Published by mpadge almost 6 years ago

  • Fix bug in trim_osmdata so that all sf attributes are reinstated, and also issue message that sf-preload is necessary for this function
  • Fix bug with opq (key_exact = FALSE) so value_exact is always also set to FALSE
osmdata - v0.0.0.7

Published by mpadge over 6 years ago

Minor update to incorporate changes to overpass query language encoding standards

osmdata - v0.0.6

Published by mpadge over 6 years ago

  • Add new function 'osm_poly2line()' to coerce the 'osmdata$odm_polygons' object for 'osmdata_sf' objects to lines, and append to 'osmdata$osm_lnes'. This is important for street networks ('add_osm_objects (key = "highway")'), which are otherwise separated between these two components.
  • Add new function opq_osm_id to query by OSM identifier alone

See NEWS for other minor changes