{"id":15555390,"url":"https://github.com/sckott/rwikispeedia","last_synced_at":"2025-03-29T02:45:00.465Z","repository":{"id":2380263,"uuid":"3345521","full_name":"sckott/rwikispeedia","owner":"sckott","description":"R interface to Wikispeedia","archived":false,"fork":false,"pushed_at":"2013-12-13T20:11:29.000Z","size":132,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-23T23:36:12.114Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/sckott.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-02-03T15:35:22.000Z","updated_at":"2022-03-23T20:49:58.000Z","dependencies_parsed_at":"2022-07-22T22:32:14.288Z","dependency_job_id":null,"html_url":"https://github.com/sckott/rwikispeedia","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sckott%2Frwikispeedia","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sckott%2Frwikispeedia/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sckott%2Frwikispeedia/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sckott%2Frwikispeedia/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sckott","download_url":"https://codeload.github.com/sckott/rwikispeedia/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246131244,"owners_count":20728299,"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":[],"created_at":"2024-10-02T15:09:05.868Z","updated_at":"2025-03-29T02:45:00.444Z","avatar_url":"https://github.com/sckott.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"rwikispeedia\n============\n\n`rwikispeedia` is a wrapper to the Wikispeddia API. Wikispeedia is \"the Open Speed Limit Database\".  They are \"gathering GPS-coordinates of every speed-limit sign on earth\".\n\n* Their homepage is [here](http://www.wikispeedia.org/).\n* Find them on Wikipeedia [here](http://en.wikipedia.org/wiki/Wikispeedia).\n* The short description of their API is [here](http://www.wikispeedia.org/faq.txt).\n\nThis is an example API call:\n[http://www.wikispeedia.org/a/marks_bb2.php?name=all\u0026nelat=35.198676\u0026swlat=35.194676\u0026nelng=-89.56558\u0026swlng=-89.56958](http://www.wikispeedia.org/a/marks_bb2.php?name=all\u0026nelat=35.198676\u0026swlat=35.194676\u0026nelng=-89.56558\u0026swlng=-89.56958)\n\nInstall dependencies\n\n```coffee\ninstall.packages(c(\"RCurl\", \"XML\", \"plyr\"))\n```\n\nInstall rwikispeedia\n\n```coffee\ninstall.packages(\"devtools\")\nlibrary(devtools)\ndevtools::install_github(\"sckott/rwikispeedia\")\nlibrary(rwikispeedia)\n```\n\nGet some data\n\n```coffee\ngetsigns(nelat=35.198676, swlat=35.194676, nelng=-89.56558, swlng=-89.56958)\n```\n\n```coffee\n         label         lat          lng mph kph cog alt_meters\n1              35.19800509 -89.56761047  45   0 180       0.00\n2       prasad 35.19800509 -89.56761047  45   0  45       0.00\n3       prasad 35.19800509 -89.56761047  45   0  45       0.00\n4       prasad 35.19800509 -89.56761047   0   0  45       0.00\n5 durga prasad 35.19800509 -89.56761047  90   0  45       0.00\n6              35.19786153 -89.56760511  45   0 180       0.00\n7              35.19636122 -89.56752062  60   0 180       0.00\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsckott%2Frwikispeedia","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsckott%2Frwikispeedia","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsckott%2Frwikispeedia/lists"}