-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Vectorize (no better API alternative):
-
osm_get_data_gpx(gpx_id, format)
. Multi-file response forformat = "gpx" / "xml"
will consist of a non-standard simple concatenation of the files. -
osm_get_user_block(user_block_id, format)
Vectorizeosm_read_user_block()
->osm_get_user_blocks()
#65 -
osm_get_gpx_metadata(gpx_id, format = c("R", "xml"))
callosm_get_metadata_gpx()
47e5cb7 -
osm_get_changesets(changeset_id, include_discussion = FALSE, format = c("R", "xml", "json"), tags_in_columns = FALSE)
callosm_read_changeset()
21e185f -
osm_get_notes(note_id, format = c("R", "xml", "rss", "json", "gpx"))
callosm_read_note()
3df9362 -
osm_get_objects(osm_type, osm_id, version, full_objects = FALSE, format = c("R", "xml", "json"), tags_in_columns = FALSE)
callosm_full_object()
/osm_version_object()
/osm_read_object()
/osm_fetch_objects()
Simpler yet more powerful package' API #8 -
osm_get_user_details(user_id, format = c("R", "xml", "json"))
callosm_details_user()
/osm_details_users()
Simpler yet more powerful package' API #8 -
osm_delete_gpx(gpx_id)
dbb3a3f -
osm_close_note(note_id)
ed056f2 -
osm_reopen_note(note_id)
ed056f2 -
osm_get_notes(note_id, format = c("R", "xml", "rss", "json", "gpx"))
3df9362 -
osm_delete_note(note_id, text)
8401ef1 - ... review other functions
Warning for length(input) > 1
pointing to osmchange_*
+ osm_diff_upload_changeset()
as a recommended API use:
Metadata
Metadata
Assignees
Labels
No labels