{"id":21042573,"url":"https://github.com/ropensci/osmapir","last_synced_at":"2025-05-15T17:30:47.925Z","repository":{"id":177442539,"uuid":"658287276","full_name":"ropensci/osmapiR","owner":"ropensci","description":"An R interface to OpenStreetMap API for fetching and saving data from/to the OpenStreetMap database","archived":false,"fork":false,"pushed_at":"2024-07-06T10:46:17.000Z","size":9983,"stargazers_count":5,"open_issues_count":4,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-07-06T10:50:54.646Z","etag":null,"topics":["openstreetmap","openstreetmap-api","osm","osmapi","r","r-package"],"latest_commit_sha":null,"homepage":"https://docs.ropensci.org/osmapiR/","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ropensci.png","metadata":{"files":{"readme":"README.Rmd","changelog":"NEWS.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":"codemeta.json"}},"created_at":"2023-06-25T10:12:07.000Z","updated_at":"2024-07-06T10:51:01.401Z","dependencies_parsed_at":"2023-12-22T12:07:56.376Z","dependency_job_id":"3528bdf0-c6d1-4dd8-b64c-fa565860bec1","html_url":"https://github.com/ropensci/osmapiR","commit_stats":null,"previous_names":["jmaspons/osmapir","ropensci/osmapir"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ropensci%2FosmapiR","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ropensci%2FosmapiR/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ropensci%2FosmapiR/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ropensci%2FosmapiR/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ropensci","download_url":"https://codeload.github.com/ropensci/osmapiR/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225365988,"owners_count":17462973,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["openstreetmap","openstreetmap-api","osm","osmapi","r","r-package"],"created_at":"2024-11-19T14:06:08.589Z","updated_at":"2024-11-19T14:06:09.299Z","avatar_url":"https://github.com/ropensci.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\noutput: github_document\n---\n\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n```{r, include = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = \"man/figures/README-\",\n  out.width = \"100%\"\n)\n```\n\n# osmapiR \u003ca href=\"https://docs.ropensci.org/osmapiR/\"\u003e\u003cimg src=\"man/figures/logo.svg\" align=\"right\" height=\"200\" alt=\"osmapiR website\" /\u003e\u003c/a\u003e\n\n\u003c!-- badges: start --\u003e\n[![R-CMD-check](https://github.com/ropensci/osmapiR/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/ropensci/osmapiR/actions/workflows/R-CMD-check.yaml)\n[![Codecov test coverage](https://codecov.io/gh/ropensci/osmapiR/graph/badge.svg)](https://app.codecov.io/gh/ropensci/osmapiR)\n[![CRAN checks](https://badges.cranchecks.info/worst/osmapiR.svg)](https://cran.r-project.org/web/checks/check_results_osmapiR.html)\n[![Project Status: Active](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)\n[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/osmapiR)](https://cran.r-project.org/package=osmapiR)\n[![CRAN Downloads](https://cranlogs.r-pkg.org/badges/grand-total/osmapiR)](https://cran.r-project.org/package=osmapiR)\n[![](https://badges.ropensci.org/633_status.svg)](https://github.com/ropensci/software-review/issues/633)\n[![DOI](https://joss.theoj.org/papers/10.21105/joss.07151/status.svg)](https://doi.org/10.21105/joss.07151)\n\u003c!-- badges: end --\u003e\n\nAn R interface to the [OpenStreetMap API v0.6](https://wiki.openstreetmap.org/wiki/API_v0.6) for fetching and saving raw\ngeodata from/to the OpenStreetMap database. This package allows access to OSM maps data as well as map notes, GPS\ntraces, changelogs, and users data. `osmapiR` enables editing or exploring the history of OSM objects, and is not\nintended to access OSM map data for other purposes. See [Related packages](#related-packages) for other packages to\naccess OSM map data.\n\n\u003c!-- escaped \\[ \\] fix resulting README.md by removing \\ --\u003e  \n\u003e [!IMPORTANT]  \n\u003e You are responsible for following the [API Usage Policy](https://operations.osmfoundation.org/policies/api/).\n\u003e You can modify the user agent of the requests by setting the option `osmapir.user_agent`:\n\u003e \n\u003e ```r\n\u003e options(osmapir.user_agent = \"my new user agent\")\n\u003e ```\n\u003e \n\u003e Respect and follow the\n\u003e [standards and conventions](https://wiki.openstreetmap.org/wiki/Editing_Standards_and_Conventions) of the\n\u003e OpenStreetMap community. If you plan to do automated edits, check the\n\u003e [Automated Edits code of conduct](https://wiki.openstreetmap.org/wiki/Automated_Edits_code_of_conduct).\n\n\n## Installation\n\nTo install latest CRAN version:\n\n``` r\ninstall.packages(\"osmapiR\")\n```\n\nYou can install the development version of osmapiR from [GitHub](https://github.com) with:\n\n``` r\n# install.packages(\"remotes\")\nremotes::install_github(\"ropensci/osmapiR\") # Without vignettes\n\n## With vignettes (also accessible at https://docs.ropensci.org/osmapiR/ \u003e Articles)\n# install.packages(\"rmarkdown\") # Needed to build vignettes.\nremotes::install_github(\"ropensci/osmapiR\", build_vignettes = TRUE)\n```\n\n\n## Get started\n\nFor an overview of the functions, check `?osmapiR-package` or the\n[web](https://docs.ropensci.org/osmapiR/reference/index.html).\n\nFor basic examples, check\n[`vignette(\"osmapiR\", package=\"osmapiR\")`](https://docs.ropensci.org/osmapiR/articles/osmapiR.html).\n\n\n## Related packages\n\n* [osmdata](https://cran.r-project.org/package=osmdata) implements the Overpass API to query data from OSM.\n* [osmextract](https://cran.r-project.org/package=osmextract) matches, downloads, converts, and imports bulk OSM data\n  (`.pbf` files).\n* [OpenStreetMap](https://cran.r-project.org/package=OpenStreetMap) accesses high resolution raster maps using the\n  OpenStreetMap protocol.\n  \n`osmapiR` is the only package to access other OSM data than the maps data (map notes, GPS traces, changelogs and\nusers). It is also useful to get the history of the OSM objects and is the only package that allows editing and\nupload any kind of data.\n\nTo access OSM map data for purposes other than editing or exploring the history of objects, it may be better to use\nother packages that implement the Overpass API ([osmdata](https://cran.r-project.org/package=osmdata)) or\nthat works with `.pbf` files ([osmextract](https://cran.r-project.org/package=osmextract)).\n\n\n## Code of Conduct\n\n\n\nPlease note that this package is released with a [Contributor Code of Conduct](https://ropensci.org/code-of-conduct/). \nBy contributing to this project, you agree to abide by its terms.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fropensci%2Fosmapir","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fropensci%2Fosmapir","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fropensci%2Fosmapir/lists"}