Skip to content

osmdata 0.4.0

Latest

Choose a tag to compare

@jmaspons jmaspons released this 15 Jun 16:27

Breaking changes

  • getbb() throws a warning instead of an error for empty results and return the (empty) result with the expected type according to format_out parameter (#394).
  • Timestamp in metadata has a POSIXct time. Before it was character with a non-standard locale dependent date format (#416).

Major changes

  • getbb() can query wikidata ids for OSM relations properties (P402) (idea from @mhpob in #401, implemented in #403).
  • Add filter_osm_user() to add user filter to overpass_queries objects (#414).

Minor changes

  • Fixed osm_elevation() function after raster -> terra upgrade (#389; thanks to @Aloniss).
  • Implement described viewbox parameter in getbb() (#402).
  • Implement osmdata_sf(..., out = "meta")& metadata columns (also for osmdata_data.frame()) are encoded in utf8 (osm_user) and formatted as POSIXct (osm_timestamp) (#405).
  • Remove codemeta.json (#410).