{"id":13423771,"url":"https://github.com/ropensci/osmdata","last_synced_at":"2025-04-08T12:07:39.675Z","repository":{"id":12150407,"uuid":"71071698","full_name":"ropensci/osmdata","owner":"ropensci","description":"R package for downloading OpenStreetMap data","archived":false,"fork":false,"pushed_at":"2025-02-13T11:44:24.000Z","size":8390,"stargazers_count":321,"open_issues_count":25,"forks_count":46,"subscribers_count":14,"default_branch":"main","last_synced_at":"2025-04-01T10:16:44.552Z","etag":null,"topics":["cpp","openstreetmap","osm","osm-data","overpass-api","peer-reviewed","r","r-package","rstats"],"latest_commit_sha":null,"homepage":"https://docs.ropensci.org/osmdata","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ropensci.png","metadata":{"files":{"readme":"README.Rmd","changelog":"NEWS.md","contributing":"CONTRIBUTING.md","funding":null,"license":null,"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":"2016-10-16T19:18:41.000Z","updated_at":"2025-03-23T02:19:29.000Z","dependencies_parsed_at":"2023-09-21T19:57:05.971Z","dependency_job_id":"51540a67-6fcc-4431-94ef-f2f55bfa0cca","html_url":"https://github.com/ropensci/osmdata","commit_stats":{"total_commits":1551,"total_committers":37,"mean_commits":41.91891891891892,"dds":"0.25918762088974856","last_synced_commit":"38431337f71ca9fd01e528df42f33c86aefe9272"},"previous_names":[],"tags_count":28,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ropensci%2Fosmdata","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ropensci%2Fosmdata/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ropensci%2Fosmdata/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ropensci%2Fosmdata/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ropensci","download_url":"https://codeload.github.com/ropensci/osmdata/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247838444,"owners_count":21004580,"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":["cpp","openstreetmap","osm","osm-data","overpass-api","peer-reviewed","r","r-package","rstats"],"created_at":"2024-07-31T00:00:42.089Z","updated_at":"2025-04-08T12:07:39.644Z","avatar_url":"https://github.com/ropensci.png","language":"R","readme":"---\ntitle: \"osmdata, an R package for OpenStreetMap data\"\nkeywords: \"open street map, openstreetmap, overpass API, OSM\"\noutput:\n  rmarkdown::html_vignette:\n    self_contained: no\n\n  md_document:\n    variant: gfm\n---\n\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n```{r opts, echo = FALSE}\nknitr::opts_chunk$set (\n    collapse = TRUE,\n    warning = TRUE,\n    message = TRUE,\n    width = 120,\n    comment = \"#\u003e\",\n    fig.retina = 2,\n    fig.path = \"README-\"\n)\n```\n\n\n# osmdata \u003ca href='https://docs.ropensci.org/osmdata/'\u003e\u003cimg src='man/figures/logo.png' align=\"right\" height=210 width=182/\u003e\u003c/a\u003e\n\n\n\n\u003c!-- badges: start --\u003e\n\n[![R build\nstatus](https://github.com/ropensci/osmdata/workflows/R-CMD-check/badge.svg)](https://github.com/ropensci/osmdata/actions?query=workflow%3AR-CMD-check)\n[![codecov](https://codecov.io/gh/ropensci/osmdata/branch/main/graph/badge.svg)](https://app.codecov.io/gh/ropensci/osmdata)\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/osmdata)](https://cran.r-project.org/package=osmdata/) \n[![CRAN Downloads](https://cranlogs.r-pkg.org/badges/grand-total/osmdata?color=orange)](https://cran.r-project.org/package=osmdata)\n\n\u003c!--![](./man/figures/title.png)--\u003e\n\n[![](https://badges.ropensci.org/103_status.svg)](https://github.com/ropensci/software-review/issues/103)\n[![status](https://joss.theoj.org/papers/10.21105/joss.00305/status.svg)](https://joss.theoj.org/papers/10.21105/joss.00305)\n\n\u003c!-- badges: end --\u003e\n\n\n`osmdata` is an R package for accessing the data underlying OpenStreetMap\n(OSM), delivered via the [Overpass\nAPI](https://wiki.openstreetmap.org/wiki/Overpass_API).  (Other packages such\nas\n[`OpenStreetMap`](https://cran.r-project.org/package=OpenStreetMap)\ncan be used to download raster tiles based on OSM data.)\n[Overpass](https://overpass-turbo.eu) is a read-only API that extracts custom\nselected parts of OSM data. Data can be returned in a variety of formats,\nincluding as [Simple Features (`sf`)](https://cran.r-project.org/package=sf),\n[Spatial (`sp`)](https://cran.r-project.org/package=sp), or [Silicate\n(`sc`)](https://github.com/hypertidy/silicate) objects. The package is designed\nto allow access to small-to-medium-sized OSM datasets (see\n[`osmextract`](https://github.com/ropensci/osmextract) for an approach for\nreading-in bulk OSM data extracts).\n\n\n## Installation\n\nTo install latest CRAN version:\n```{r cran-install, eval=FALSE}\ninstall.packages (\"osmdata\")\n```\nAlternatively, install the development version with any one of the following\noptions:\n```{r remotes, eval = FALSE}\n# install.packages(\"remotes\")\nremotes::install_git (\"https://git.sr.ht/~mpadge/osmdata\")\nremotes::install_bitbucket (\"mpadge/osmdata\")\nremotes::install_gitlab (\"mpadge/osmdata\")\nremotes::install_github (\"ropensci/osmdata\")\n```\n\nTo load the package and check the version:\n```{r, eval=TRUE}\nlibrary (osmdata)\npackageVersion (\"osmdata\")\n```\n\n## Usage\n\n[Overpass API](https://wiki.openstreetmap.org/wiki/Overpass_API) queries can be\nbuilt from a base query constructed with `opq` followed by `add_osm_feature`. The\ncorresponding OSM objects are then downloaded and converted to [Simple\nFeature (`sf`)](https://cran.r-project.org/package=sf) objects with\n`osmdata_sf()`, [Spatial (`sp`)](https://cran.r-project.org/package=sp)\nobjects with `osmdata_sp()` or [Silicate (`sc`)](https://github.com/hypertidy/silicate)\nobjects with `osmdata_sc()`.  For example, \n\n```{r query-thames, eval=FALSE}\nx \u003c- opq (bbox = c (-0.27, 51.47, -0.20, 51.50)) %\u003e% # Chiswick Eyot in London, U.K.\n    add_osm_feature (key = \"name\", value = \"Thames\", value_exact = FALSE) %\u003e%\n    osmdata_sf ()\nx\n```\n```{r, echo=FALSE}\nmsg \u003c- c (\n    \"Object of class 'osmdata' with:\\n\",\n    \"                 $bbox : 51.47,-0.27,51.5,-0.2\\n\",\n    \"        $overpass_call : The call submitted to the overpass API\\n\",\n    \"                 $meta : metadata including timestamp and version numbers\\n\",\n    \"           $osm_points : 'sf' Simple Features Collection with 24548 points\\n\",\n    \"            $osm_lines : 'sf' Simple Features Collection with 2219 linestrings\\n\",\n    \"         $osm_polygons : 'sf' Simple Features Collection with 33 polygons\\n\",\n    \"       $osm_multilines : 'sf' Simple Features Collection with 6 multilinestrings\\n\",\n    \"    $osm_multipolygons : 'sf' Simple Features Collection with 3 multipolygons\"\n)\nmessage (msg)\n```\n\nOSM data can also be downloaded in OSM XML format with `osmdata_xml()` and saved\nfor use with other software.\n\n```r\nosmdata_xml(q1, \"data.osm\")\n```\n\n### Bounding Boxes\n\nAll `osmdata` queries begin with a bounding box defining the area of the query.\nThe [`getbb()`\nfunction](https://docs.ropensci.org/osmdata/reference/getbb.html) can be used\nto extract bounding boxes for specified place names.\n```{r getbb-astana}\ngetbb (\"astana kazakhstan\")\n```\nThe next step is to convert that to an overpass query object with the [`opq()`\nfunction](https://docs.ropensci.org/osmdata/reference/opq.html):\n```{r opq}\nq \u003c- opq (getbb (\"astana kazakhstan\"))\nq \u003c- opq (\"astana kazakhstan\") # identical result\n```\nIt is also possible to use bounding polygons rather than rectangular boxes:\n```{r getbb-haines}\nb \u003c- getbb (\"bangalore\", format_out = \"polygon\")\nclass (b)\nhead (b [[1]])\n```\n\n### Features\n\nThe next step is to define features of interest using the [`add_osm_feature()`\nfunction](https://docs.ropensci.org/osmdata/reference/add_osm_feature.html).\nThis function accepts `key` and `value` parameters specifying desired features\nin the [OSM key-vale schema](https://wiki.openstreetmap.org/wiki/Map_Features).\nMultiple `add_osm_feature()` calls may be combined as illustrated below, with\nthe result being a logical AND operation, thus returning all amenities that\nare labelled both as restaurants and also as pubs:\n```{r key-val1}\nq \u003c- opq (\"portsmouth usa\") %\u003e%\n    add_osm_feature (key = \"amenity\", value = \"restaurant\") %\u003e%\n    add_osm_feature (key = \"amenity\", value = \"pub\") # There are none of these\n```\n\nFeatures can also be requested by key only, in which case features with any\nvalues for the specified key will be returned:\n```{r key-val2}\nq \u003c- opq (\"portsmouth usa\") %\u003e%\n    add_osm_feature (key = \"amenity\")\n```\nSuch key-only queries can, however, translate into requesting very large data\nsets, and should generally be avoided in favour of more precise key-value\nspecifications.\n\nNegation can also be specified by pre-pending an exclamation mark so that the\nfollowing requests all amenities that are NOT labelled as restaurants and that\nare not labelled as pubs:\n```{r key-val3}\nq \u003c- opq (\"portsmouth usa\") %\u003e%\n    add_osm_feature (key = \"amenity\", value = \"!restaurant\") %\u003e%\n    add_osm_feature (key = \"amenity\", value = \"!pub\") # There are a lot of these\n```\n\nAdditional arguments allow for more refined matching, such as the following\nrequest for all pubs with \"irish\" in the name:\n```{r key-val4}\nq \u003c- opq (\"washington dc\") %\u003e%\n    add_osm_feature (key = \"amenity\", value = \"pub\") %\u003e%\n    add_osm_feature (\n        key = \"name\", value = \"irish\",\n        value_exact = FALSE, match_case = FALSE\n    )\n```\n\nLogical OR combinations can be constructed using the separate\n[`add_osm_features()`\nfunction](https://docs.ropensci.org/osmdata/reference/add_osm_features.html).\nThe first of the above examples requests all features that are both restaurants\nAND pubs. The following query will request data on restaurants OR pubs:\n\n```{r features}\nq \u003c- opq (\"portsmouth usa\") %\u003e%\n    add_osm_features (features = c (\n        \"\\\"amenity\\\"=\\\"restaurant\\\"\",\n        \"\\\"amenity\\\"=\\\"pub\\\"\"\n    ))\n```\n\nThe vector of `features` contains key-value pairs separated by an [overpass\n\"filter\"\nsymbol](https://wiki.openstreetmap.org/wiki/Overpass_API/Overpass_QL#By_tag_.28has-kv.29)\nsuch as `=`, `!=`, or `~`. Each key and value must be enclosed in\nescape-delimited quotations as shown above.\n\nFull lists of available features and corresponding tags are available in the functions\n[`?available_features`](https://docs.ropensci.org/osmdata/reference/available_features.html)\nand\n[`?available_tags`](https://docs.ropensci.org/osmdata/reference/available_tags.html).\n\n\n### Data Formats\n\nAn overpass query constructed with the `opq()` and `add_osm_feature()`\nfunctions is then sent to the [overpass server](https://overpass-turbo.eu) to\nrequest data. These data may be returned in a variety of formats, currently\nincluding:\n\n1. XML data (downloaded locally) via\n   [`osmdata_xml()`](https://docs.ropensci.org/osmdata/reference/osmdata_xml.html);\n2. [Simple Features (sf)](https://cran.r-project.org/package=sf) format via\n   [`osmdata_sf()`](https://docs.ropensci.org/osmdata/reference/osmdata_sf.html);\n3. [R Spatial (sp)](https://cran.r-project.org/package=sp) format via\n   [`osmdata_sp()`](https://docs.ropensci.org/osmdata/reference/osmdata_sp.html);\n4. [Silicate (SC)](https://github.com/hypertidy/silicate) format via\n   [`osmdata_sc()`](https://docs.ropensci.org/osmdata/reference/osmdata_sc.html);\n   and\n5. `data.frame` format via\n   [`osmdata_data_frame()`](https://docs.ropensci.org/osmdata/reference/osmdata_data_frame.html).\n\n\n### Additional Functionality {#additional}\n\n\nData may also be trimmed to within a defined polygonal shape with the\n[`trim_osmdata()`](https://docs.ropensci.org/osmdata/reference/trim_osmdata.html)\nfunction.  Full package functionality is described on the\n[website](https://docs.ropensci.org/osmdata/)\n\n\n## Citation\n\n```{r}\ncitation (\"osmdata\")\n```\n\n## Data licensing\n\nAll data that you access using `osmdata` is licensed under\n[OpenStreetMap's license, the Open Database Licence](https://wiki.osmfoundation.org/wiki/Licence).\nAny derived data and products must also carry the same licence. You should make\nsure you understand that licence before publishing any derived datasets.\n\n## Other approaches\n\n\u003c!-- todo: add links to other packages --\u003e\n- [osmextract](https://docs.ropensci.org/osmextract/) is an R package for downloading and importing compressed 'extracts' of OSM data covering large areas (e.g. all roads in a country).\nThe package represents data in [`sf`](https://github.com/r-spatial/sf) format only, and only allows a single \"layer\" (such as points, lines, or polygons) to be read at one time.\nIt is nevertheless recommended over osmdata for large queries of single layers, or where relationships between layers are not important.\n\n- [osmapiR](https://docs.ropensci.org/osmapiR/) is an R interface to the [OpenStreetMap API v0.6](https://wiki.openstreetmap.org/wiki/API_v0.6) for fetching and saving raw geodata from/to the OpenStreetMap database.\nThis package allows access to OSM maps data as well as map notes, GPS traces, changelogs, and users data.\n`osmapiR` enables editing or exploring the history of OSM objects, and is not intended to access OSM map data for other purposes (unlike the osmdata or osmextract packages).\n\n\n## Code of Conduct\n\nPlease note that this package is released with a [Contributor Code of\nConduct](https://ropensci.org/code-of-conduct/). By contributing to this\nproject, you agree to abide by its terms.\n\n## Contributors\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\nAll contributions to this project are gratefully acknowledged using the [`allcontributors` package](https://github.com/ropenscilabs/allcontributors) following the [all-contributors](https://allcontributors.org) specification. Contributions of any kind are welcome!\n\n### Code\n\n\u003ctable\u003e\n\n\u003ctr\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/mpadge\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/6697851?v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/commits?author=mpadge\"\u003empadge\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/Robinlovelace\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/1825120?v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/commits?author=Robinlovelace\"\u003eRobinlovelace\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/jmaspons\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/102644?v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/commits?author=jmaspons\"\u003ejmaspons\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/hrbrmstr\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/509878?v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/commits?author=hrbrmstr\"\u003ehrbrmstr\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/virgesmith\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/19323577?v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/commits?author=virgesmith\"\u003evirgesmith\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/maelle\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/8360597?v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/commits?author=maelle\"\u003emaelle\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/elipousson\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/931136?v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/commits?author=elipousson\"\u003eelipousson\u003c/a\u003e\n\u003c/td\u003e\n\u003c/tr\u003e\n\n\n\u003ctr\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/espinielli\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/891692?v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/commits?author=espinielli\"\u003eespinielli\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/agila5\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/22221146?v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/commits?author=agila5\"\u003eagila5\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/idshklein\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/12258810?v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/commits?author=idshklein\"\u003eidshklein\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/anthonynorth\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/391385?v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/commits?author=anthonynorth\"\u003eanthonynorth\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/jeroen\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/216319?v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/commits?author=jeroen\"\u003ejeroen\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/neogeomat\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/2562658?v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/commits?author=neogeomat\"\u003eneogeomat\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/ec-nebi\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/48711241?v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/commits?author=ec-nebi\"\u003eec-nebi\u003c/a\u003e\n\u003c/td\u003e\n\u003c/tr\u003e\n\n\n\u003ctr\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/Tazinho\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/11295192?v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/commits?author=Tazinho\"\u003eTazinho\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/odeleongt\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/1044835?v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/commits?author=odeleongt\"\u003eodeleongt\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/Mashin6\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/5265707?v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/commits?author=Mashin6\"\u003eMashin6\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/angela-li\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/15808896?v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/commits?author=angela-li\"\u003eangela-li\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/rgzn\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/1675905?v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/commits?author=rgzn\"\u003ergzn\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/fzenoni\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/6040873?v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/commits?author=fzenoni\"\u003efzenoni\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/stragu\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/1747497?v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/commits?author=stragu\"\u003estragu\u003c/a\u003e\n\u003c/td\u003e\n\u003c/tr\u003e\n\n\n\u003ctr\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/patperu\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/82020?v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/commits?author=patperu\"\u003epatperu\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/MHenderson\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/23988?v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/commits?author=MHenderson\"\u003eMHenderson\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/karthik\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/138494?v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/commits?author=karthik\"\u003ekarthik\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/jlacko\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/29260421?v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/commits?author=jlacko\"\u003ejlacko\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/JimShady\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/2901470?v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/commits?author=JimShady\"\u003eJimShady\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/dpprdan\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/1423562?v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/commits?author=dpprdan\"\u003edpprdan\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/danstowell\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/202965?v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/commits?author=danstowell\"\u003edanstowell\u003c/a\u003e\n\u003c/td\u003e\n\u003c/tr\u003e\n\n\n\u003ctr\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/ccamara\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/706549?v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/commits?author=ccamara\"\u003eccamara\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/brry\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/8860095?v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/commits?author=brry\"\u003ebrry\u003c/a\u003e\n\u003c/td\u003e\n\u003c/tr\u003e\n\n\u003c/table\u003e\n\n\n### Issue Authors\n\n\u003ctable\u003e\n\n\u003ctr\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/karpfen\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/11758039?u=bdb91388e22566ab938f4b2891cd71190dc84292\u0026v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/issues?q=is%3Aissue+author%3Akarpfen\"\u003ekarpfen\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/sytpp\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/8035937?u=8efe7a4f4c3088bb35974e7488950c25658693ae\u0026v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/issues?q=is%3Aissue+author%3Asytpp\"\u003esytpp\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/niklaas\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/705637?u=7f54fc15b926d15b2e990c93c2ab3c1bca5f271f\u0026v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/issues?q=is%3Aissue+author%3Aniklaas\"\u003eniklaas\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/RoyalTS\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/702580?u=e7d21835a6f7ba3a2f1ea7a573266708d62b1af7\u0026v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/issues?q=is%3Aissue+author%3ARoyalTS\"\u003eRoyalTS\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/lrob\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/1830221?v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/issues?q=is%3Aissue+author%3Alrob\"\u003elrob\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/mem48\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/15819577?u=0c128db4e7567656c23e83e4314111fcea424526\u0026v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/issues?q=is%3Aissue+author%3Amem48\"\u003emem48\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/beingalink\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/871741?v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/issues?q=is%3Aissue+author%3Abeingalink\"\u003ebeingalink\u003c/a\u003e\n\u003c/td\u003e\n\u003c/tr\u003e\n\n\n\u003ctr\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/yaakovfeldman\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/17687145?v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/issues?q=is%3Aissue+author%3Ayaakovfeldman\"\u003eyaakovfeldman\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/gregor-d\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/33283245?u=3d70f9d18b0be2c20cf08a9c7d51353797d61208\u0026v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/issues?q=is%3Aissue+author%3Agregor-d\"\u003egregor-d\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/gregmacfarlane\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/2234830?u=954f7029df0417634df181e7a27c5e163ebc8c6d\u0026v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/issues?q=is%3Aissue+author%3Agregmacfarlane\"\u003egregmacfarlane\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/legengliu\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/7606454?v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/issues?q=is%3Aissue+author%3Alegengliu\"\u003elegengliu\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/mtennekes\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/2444081?u=e76538b279c5f5f3649aae27fe83ca4d4bc3403b\u0026v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/issues?q=is%3Aissue+author%3Amtennekes\"\u003emtennekes\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/lbuk\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/7860160?u=82d4376c97dbee9ec8bebd1ca0de3da8e5ddb300\u0026v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/issues?q=is%3Aissue+author%3Albuk\"\u003elbuk\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/prokulski\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/19608488?u=6262849a1ad7d194a34483b23e94d8cc5b4d61ca\u0026v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/issues?q=is%3Aissue+author%3Aprokulski\"\u003eprokulski\u003c/a\u003e\n\u003c/td\u003e\n\u003c/tr\u003e\n\n\n\u003ctr\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/waholulu\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/2868000?v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/issues?q=is%3Aissue+author%3Awaholulu\"\u003ewaholulu\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/ibarraespinosa\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/27447280?u=3c1bc50eeabe07604709fa0cefccb080ad8fd057\u0026v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/issues?q=is%3Aissue+author%3Aibarraespinosa\"\u003eibarraespinosa\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/tbuckl\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/98956?u=9580c2ee3c03cbbe44ac8180b0f6a6725b0415f0\u0026v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/issues?q=is%3Aissue+author%3Atbuckl\"\u003etbuckl\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/morellek\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/38642291?v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/issues?q=is%3Aissue+author%3Amorellek\"\u003emorellek\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/mdsumner\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/4107631?u=77e928f4bb904a5c2e8927a02194b86662408329\u0026v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/issues?q=is%3Aissue+author%3Amdsumner\"\u003emdsumner\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/michielvandijk\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/5227806?u=956e61310e9c7ee08749ddb95458c571eafa76e3\u0026v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/issues?q=is%3Aissue+author%3Amichielvandijk\"\u003emichielvandijk\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/loreabad6\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/10034237?v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/issues?q=is%3Aissue+author%3Aloreabad6\"\u003eloreabad6\u003c/a\u003e\n\u003c/td\u003e\n\u003c/tr\u003e\n\n\n\u003ctr\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/slow-data\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/20839947?u=cd0522e56560daff7a7ed3bfedaa0ca6c85699f2\u0026v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/issues?q=is%3Aissue+author%3Aslow-data\"\u003eslow-data\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/mroorda\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/41475296?v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/issues?q=is%3Aissue+author%3Amroorda\"\u003emroorda\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/MiKatt\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/19970683?u=1d21f231f6c2b14ce65c740014612d5e1e2ff080\u0026v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/issues?q=is%3Aissue+author%3AMiKatt\"\u003eMiKatt\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/alanlzl\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/15748113?v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/issues?q=is%3Aissue+author%3Aalanlzl\"\u003ealanlzl\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/PublicHealthDataGeek\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/43342160?v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/issues?q=is%3Aissue+author%3APublicHealthDataGeek\"\u003ePublicHealthDataGeek\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/mgageo\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/2681495?u=a98e4f2bcb64aa79f87f9e16029c8a0d3cd69768\u0026v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/issues?q=is%3Aissue+author%3Amgageo\"\u003emgageo\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/polettif\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/17431069?u=757eac2821736acbb02e7c90b456411d256d5780\u0026v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/issues?q=is%3Aissue+author%3Apolettif\"\u003epolettif\u003c/a\u003e\n\u003c/td\u003e\n\u003c/tr\u003e\n\n\n\u003ctr\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/marcusyoung\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/10391966?u=04624fc5b0af1d9ffb174e0b9b9b7936049bf362\u0026v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/issues?q=is%3Aissue+author%3Amarcusyoung\"\u003emarcusyoung\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/barryrowlingson\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/888980?v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/issues?q=is%3Aissue+author%3Abarryrowlingson\"\u003ebarryrowlingson\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/ChrisWoodsSays\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/42043980?u=023bdaa73d20b313355286fec61a9f7401be0e5e\u0026v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/issues?q=is%3Aissue+author%3AChrisWoodsSays\"\u003eChrisWoodsSays\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/daluna1\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/60740817?v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/issues?q=is%3Aissue+author%3Adaluna1\"\u003edaluna1\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/khzannat26\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/63047666?v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/issues?q=is%3Aissue+author%3Akhzannat26\"\u003ekhzannat26\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/gdkrmr\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/12512930?u=707403b80950281e091cfb9b278034842257e5df\u0026v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/issues?q=is%3Aissue+author%3Agdkrmr\"\u003egdkrmr\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/dipenpatel235\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/8135097?u=57ce3616c4b1eb8928d0eb049d58866f7990e43c\u0026v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/issues?q=is%3Aissue+author%3Adipenpatel235\"\u003edipenpatel235\u003c/a\u003e\n\u003c/td\u003e\n\u003c/tr\u003e\n\n\n\u003ctr\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/robitalec\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/16324625?u=a7a98d4e17a14bf97383a5059ef4a079e15438d7\u0026v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/issues?q=is%3Aissue+author%3Arobitalec\"\u003erobitalec\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/nfruehADA\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/69671715?v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/issues?q=is%3Aissue+author%3AnfruehADA\"\u003enfruehADA\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/orlandombaa\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/48104481?u=66d48bb0e7efb664a94eace3472aa6a06960a7f4\u0026v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/issues?q=is%3Aissue+author%3Aorlandombaa\"\u003eorlandombaa\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/changwoo-lee\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/45101999?v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/issues?q=is%3Aissue+author%3Achangwoo-lee\"\u003echangwoo-lee\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/maellecoursonnais\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/64737131?v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/issues?q=is%3Aissue+author%3Amaellecoursonnais\"\u003emaellecoursonnais\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/Suspicis\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/78321010?u=0b4fbe51ef6fed8d90b4d4d1dabd5608f64bfc66\u0026v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/issues?q=is%3Aissue+author%3ASuspicis\"\u003eSuspicis\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/AlbertRapp\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/65388595?u=997160e784fbf960fb1609ce5e3b367670aeeeac\u0026v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/issues?q=is%3Aissue+author%3AAlbertRapp\"\u003eAlbertRapp\u003c/a\u003e\n\u003c/td\u003e\n\u003c/tr\u003e\n\n\n\u003ctr\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/dmag-ir\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/89243490?u=8f64a3cd937d87a5de9d1484f25b789c960c6947\u0026v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/issues?q=is%3Aissue+author%3Admag-ir\"\u003edmag-ir\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/FlxPo\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/5145583?u=cbd02ee0a0fa0447429f38bd7e3a1da57c841239\u0026v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/issues?q=is%3Aissue+author%3AFlxPo\"\u003eFlxPo\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/vanhry\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/26137289?u=6ec570d3bd3436824eb78494ca79fae859d836d4\u0026v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/issues?q=is%3Aissue+author%3Avanhry\"\u003evanhry\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/boiled-data\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/73987518?v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/issues?q=is%3Aissue+author%3Aboiled-data\"\u003eboiled-data\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/mlucassc\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/104909905?v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/issues?q=is%3Aissue+author%3Amlucassc\"\u003emlucassc\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/jedalong\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/7062177?u=3dfa8ef1f2045ea6c368fb5e9f706e62e748c5df\u0026v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/issues?q=is%3Aissue+author%3Ajedalong\"\u003ejedalong\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/mooibroekd\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/115638962?v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/issues?q=is%3Aissue+author%3Amooibroekd\"\u003emooibroekd\u003c/a\u003e\n\u003c/td\u003e\n\u003c/tr\u003e\n\n\n\u003ctr\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/xiaofanliang\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/22874361?u=7d6ade584aeaf34e1fde47c400ffae1a82b79a25\u0026v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/issues?q=is%3Aissue+author%3Axiaofanliang\"\u003exiaofanliang\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/xtimbeau\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/54633745?u=578caa070217a333e22be67990e42e8bdf434512\u0026v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/issues?q=is%3Aissue+author%3Axtimbeau\"\u003extimbeau\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/joostschouppe\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/10122639?v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/issues?q=is%3Aissue+author%3Ajoostschouppe\"\u003ejoostschouppe\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/stalkerGH\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/25331715?v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/issues?q=is%3Aissue+author%3AstalkerGH\"\u003estalkerGH\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/RegularnaMatrica\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/65914613?v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/issues?q=is%3Aissue+author%3ARegularnaMatrica\"\u003eRegularnaMatrica\u003c/a\u003e\n\u003c/td\u003e\n\u003c/tr\u003e\n\n\u003c/table\u003e\n\n\n### Issue Contributors\n\n\u003ctable\u003e\n\n\u003ctr\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/sckott\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/577668?u=c54eb1ce08ff22365e094559a109a12437bdca40\u0026v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/issues?q=is%3Aissue+commenter%3Asckott\"\u003esckott\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/nsfinkelstein\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/2919482?u=eb162d42c4563f2cef29a6eef1d8e9e28862242d\u0026v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/issues?q=is%3Aissue+commenter%3Ansfinkelstein\"\u003ensfinkelstein\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/gawbul\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/321291?u=c716d6b135409b2a096435129453863e5c550baf\u0026v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/issues?q=is%3Aissue+commenter%3Agawbul\"\u003egawbul\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/edzer\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/520851?u=9bc892c3523be428dc211f2ccbcf04e8e0e564ff\u0026v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/issues?q=is%3Aissue+commenter%3Aedzer\"\u003eedzer\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/MAnalytics\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/27354347?u=47f4c742c95c72b88a07ac1cb6406c9e1d186a54\u0026v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/issues?q=is%3Aissue+commenter%3AMAnalytics\"\u003eMAnalytics\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/richardellison\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/10625733?u=8d7cd55a61f1a1b3f9973ddff5adbb45e0b193c6\u0026v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/issues?q=is%3Aissue+commenter%3Arichardellison\"\u003erichardellison\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/cboettig\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/222586?u=dfbe54d3b4d538dc2a8c276bb5545fdf4684752f\u0026v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/issues?q=is%3Aissue+commenter%3Acboettig\"\u003ecboettig\u003c/a\u003e\n\u003c/td\u003e\n\u003c/tr\u003e\n\n\n\u003ctr\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/prise6\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/6558161?v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/issues?q=is%3Aissue+commenter%3Aprise6\"\u003eprise6\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/PaoloFrac\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/38490683?v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/issues?q=is%3Aissue+commenter%3APaoloFrac\"\u003ePaoloFrac\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/Dris101\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/11404162?v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/issues?q=is%3Aissue+commenter%3ADris101\"\u003eDris101\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/TomBor\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/8322713?u=bf72198850753d4eb709b2b17d89b4afa68936a1\u0026v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/issues?q=is%3Aissue+commenter%3ATomBor\"\u003eTomBor\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/matkoniecz\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/899988?u=1a682cd39f51bb0224a52c7640a040c849b73ae8\u0026v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/issues?q=is%3Aissue+commenter%3Amatkoniecz\"\u003ematkoniecz\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/urswilke\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/13970666?u=0c6b83fb03792d052736768a8832300661c84370\u0026v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/issues?q=is%3Aissue+commenter%3Aurswilke\"\u003eurswilke\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/Robsteranium\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/49654?v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/issues?q=is%3Aissue+commenter%3ARobsteranium\"\u003eRobsteranium\u003c/a\u003e\n\u003c/td\u003e\n\u003c/tr\u003e\n\n\n\u003ctr\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/assignUser\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/16141871?u=b8095df6a10813031922a72335bd6579d5494c16\u0026v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/issues?q=is%3Aissue+commenter%3AassignUser\"\u003eassignUser\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/rsbivand\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/10198404?u=130e1eda9687fabcf3606cbcbcfea79708207f7e\u0026v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/ropensci/osmdata/issues?q=is%3Aissue+commenter%3Arsbivand\"\u003ersbivand\u003c/a\u003e\n\u003c/td\u003e\n\u003c/tr\u003e\n\n\u003c/table\u003e\n\n\u003c!-- markdownlint-enable --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n[![ropensci\\_footer](https://ropensci.org/public_images/github_footer.png)](https://ropensci.org)\n","funding_links":[],"categories":["C++","R"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fropensci%2Fosmdata","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fropensci%2Fosmdata","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fropensci%2Fosmdata/lists"}