e-kotov/wikimapR: 0.1.2
Description
wikimapR is an R package for accessing the raw vector data from Wikimapia via official Wikimapia API. Map data is returned as Simple Features (sf) objects with some of the object details included as nested lists.
WARNING: the package may NOT work for now because of the breaking change in the Wikimapia API. More details at #2. Using ‘example’ API key does not seem to work, however everything seems to be working with private API keys.
Technical info
wikimapR 0.1.2 (2023-05-14) New features
- Added
set_wikimapia_api_key()to make API keys available for all Wikimapia API calls in a session so you don't have to keep specifying the wm_api_key argument each time
Breaking changes
wm_get_by_id()changed the main argument fromxtoids. This is more intuitive, since the function accepts vectors of length > 1. It is also nwo easier to debug the code. Help section fixed accordingly
Minor improvements and fixes
- Fixed issue/bug #1 (errors due to deprecation of
dplyr::progress_estimated()) - Removed unneeded dependencies (
lwgeom,rlist), addprogressdependency due to deprecation ofdplyr::progress_estimated()
Files
e-kotov/wikimapR-0.1.2.zip
Files
(774.9 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:ec48f32a770705247c0d61ac84bbfb69
|
774.9 kB | Preview Download |
Additional details
Related works
- Is supplement to
- Software: https://github.com/e-kotov/wikimapR/tree/0.1.2 (URL)