Changelog
Source:NEWS.md
osmapiR 0.2.2
CRAN release: 2024-11-18
- Use the new function
httr2::oauth_cache_clear()
from httr2 1.0.6 (#58 by @hadley). - Update documentation and code for server-side changes documented in OSMWikiVersion 2711808 -> 2775892 (#60).
- Add new parameters to
osm_query_changesets(..., from, to)
.
- Add new parameters to
- Fix
osm_query_changesets(..., time, time_2)
(#61).
osmapiR 0.2.1
CRAN release: 2024-09-05
- Update CITATION with the JOSS article (https://doi.org/10.21105/joss.07151).
- Test and fix
tags_list2wide()
with only 1 tag per object (0368f1b).
osmapiR 0.2.0
(published at https://doi.org/10.5281/zenodo.13627998)
New features
- Add
format = "sf"
for functions returning objects of classosmapi_map_notes
(#36). - Add
format = "sf"
for functions returning objects of classosmapi_changesets
(#37). - Add
format = "sf"
forosm_get_gpx_metadata()
(#38). - Add
format = "sf"
forosm_list_gpxs()
(#42). - Add
format = "sf"
for functions returning objects of classosmapi_gps_track
(#44). - Add
format = "sf"
for functions returning objects of classosmapi_gpx
(#45). - Set encoding to UTF-8 for tags and user names in returned data.frames (#54).
- Parse
<TrackPointExtension>
data from gpx if available (#49).
Minor improvements
- Upgrade logo by @atarom.
- Add inst/CITATION.
- Updated links to the new osmapiR home at rOpenSci (#40).
- Split functions to parse gpx data from different API endpoints and different properties (#43).
- Implement NA bboxes in
st_as_sf.osmapi_chagesets()
(7ea4f5d7). - Remove dontrun in examples that don’t require authentication (#47).
- Improve performance when parsing gpx data to data.frame (#48).
- Tweaks in DESCRIPTION and CITATION files by @Maelle (#50, #51).
- Sort OSM objects in
osm_get_objects(..., full_objects = TRUE)
and optimize (#52).