Skip to content

Check input for scalar values or vectorize functions #18

@jmaspons

Description

@jmaspons

Vectorize (no better API alternative):

  • osm_get_data_gpx(gpx_id, format). Multi-file response for format = "gpx" / "xml" will consist of a non-standard simple concatenation of the files.
  • osm_get_user_block(user_block_id, format) Vectorize osm_read_user_block() -> osm_get_user_blocks() #65
  • osm_get_gpx_metadata(gpx_id, format = c("R", "xml")) call osm_get_metadata_gpx() 47e5cb7
  • osm_get_changesets(changeset_id, include_discussion = FALSE, format = c("R", "xml", "json"), tags_in_columns = FALSE) call osm_read_changeset() 21e185f
  • osm_get_notes(note_id, format = c("R", "xml", "rss", "json", "gpx")) call osm_read_note() 3df9362
  • osm_get_objects(osm_type, osm_id, version, full_objects = FALSE, format = c("R", "xml", "json"), tags_in_columns = FALSE) call osm_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")) call osm_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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions