xiaojunlin/amap: An R package using AMap Web Service API to convert between addresses and coordinates

This R package provides useful tools for research using AMap Web Service API. For example, 'amapR' package can be use to convert between Chinese addresses and coordinates. Benefiting from the R parallel computing, this package has speed advantage in handling large data of addresses or coordinates. Theoratically, the more CPU cores you have, the faster the functions in this package will be. Please note that the Amap Web Service API have set the query limit for developers (e.g., the upper query limits for personal certified developer are 200 times per second and 3 million times per day).

Getting started

Package details

AuthorXiaojun Lin <linxiaojun@scu.edu.cn>
MaintainerXiaojun Lin <linxiaojun@scu.edu.cn>
LicenseMIT + file LICENSE
Version0.2.9
URL https://github.com/xiaojunlin/amapR
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("xiaojunlin/amap")
xiaojunlin/amap documentation built on Sept. 29, 2022, 6:35 a.m.