Releases: ropensci/osmdata
Releases · ropensci/osmdata
CRAN version 0.2.5
CRAN version 0.2.3
Minor changes
- Fix failing test due to changes to 'sp' moving towards deprecation.
CRAN v0.2.2
What's Changed
- Fix queries with !match_case and only one value by @jmaspons in #317
- Fix queries with multiple features and more than one osm_types by @jmaspons in #318
- Add lat and lon columns for
out * center;
queries inosmdata_data_frame
by @jmaspons in #316 - Add lat and lon columns for
[adiff ... out * center;
queries inosmdata_data_frame
by @jmaspons in #319 - Add parameters from
oqp
toopq_osm_id
by @jmaspons in #320 - Implement
out:csv
queries compatible with alloverpass_queries
by @jmaspons in #321 - Remove rows without hacks in mock files for test available_tags by @jmaspons in #324
- update 'post_process_tags' in 'test-features' to reduce mock file sizes by @mpadge in #323
Full Changelog: v0.2.1...v0.2.2
CRAN v0.2.1
CRAN version 0.2.0
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-spatialdata.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:
CRAN version 0.1.10
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).
CRAN version 0.1.9
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 thattrim_osmdata()
can be applied to re-projected coordinates.
features no feature
Minor changes:
add_osm_feature
bug fix to revert AND behaviour (#240 thanks to @anthonynorth)
CRAN version 0.1.6
0.1.6
Major changes:
- New function
add_osm_features
to enable OR-combinations of features in
single queries.
CRAN release v0.1.5
Minor changes:
- Bug fix in
getbb()
via #232, thanks to @changwoo-lee - hard-code WKT string for EPSG:4326, to avoid obsolete proj4strings (#218)