Package: arcgeocoder 0.4.1

arcgeocoder: Address and Coordinate Search with the 'ArcGIS' REST API

Provides a lightweight interface to the 'ArcGIS' REST API for converting addresses and structured address components into geographic coordinates, finding places by category and converting coordinates into addresses. It uses the ArcGIS service documented at <https://developers.arcgis.com/rest/geocode/api-reference/overview-world-geocoding-service.htm>. No API key is required.

Authors:Diego Hernangómez [aut, cre, cph]

arcgeocoder_0.4.1.tar.gz
arcgeocoder_0.4.1.zip(r-4.7)arcgeocoder_0.4.1.zip(r-4.6)arcgeocoder_0.4.1.zip(r-4.5)
arcgeocoder_0.4.1.tgz(r-4.6-any)arcgeocoder_0.4.1.tgz(r-4.5-any)
arcgeocoder_0.4.1.tar.gz(r-4.7-any)arcgeocoder_0.4.1.tar.gz(r-4.6-any)
arcgeocoder_0.4.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html
DESCRIPTION |NEWS
card.svg |card.png
arcgeocoder/json (API)

# Install 'arcgeocoder' in R:
install.packages('arcgeocoder', repos = c('https://dieghernan.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/dieghernan/arcgeocoder/issues

Pkgdown/docs site:https://dieghernan.github.io

Datasets:

On CRAN:

Conda:

arcgisaddresscoordinateslocation-searchapi-wrapperapi-restarcgis-apigisspatial-searchgeocodergeocodingreverse-geocoderreverse-geocodingquarto

5.91 score 2 stars 14 scripts 566 downloads 5 exports 16 dependencies

Last updated from:0b2198a951. Checks:9 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK117
source / vignettesOK206
linux-release-x86_64OK133
macos-release-arm64OK173
macos-oldrel-arm64OK103
windows-develOK125
windows-releaseOK97
windows-oldrelOK136
wasm-releaseOK116

Exports:arc_geoarc_geo_categoriesarc_geo_multiarc_reverse_geoarcgeocoder_check_access

Dependencies:clidplyrgenericsgluejsonlitelifecyclemagrittrpillarpkgconfigR6rlangtibbletidyselectutf8vctrswithr

Get started with arcgeocoder
Why arcgeocoder? | Recommended packages | Usage | Geocoding and reverse geocoding | References

Last update: 2026-07-15
Started: 2026-02-11

Reverse geocoding and feature types
How reverse geocoding selects a feature | Single featuretypes value | Multiple featuretypes values | Examples | Example 1: Use the default feature hierarchy | Example 2: Return a StreetAddress match | Example 3: Return a Locality match | Example 4: Request multiple feature types | Example 5: Handle no results for a feature type | Conclusion

Last update: 2026-07-03
Started: 2026-02-11