Skip to content

cran/arcgis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arcgis

NOTE: under active development! We’d love to hear from you on how you would like to use locations services R packages. Please start a discussion and we’ll get back to you there!

arcgis is a meta-package that loads ArcGIS location services packages. As of this writing, it includes the packages {arcgislayers}, and {arcgisutils}.

  • arcgislayers is the workhorse package that interacts with feature services and image servers
  • arcgisutils is a developer oriented package that is used for crafting requests to be used by other location service packages such as arcgislayers

Please refer to arcgislayers package site for examples.

Installation

You can install the development version of arcgis from GitHub with:

# install.packages("remotes")
remotes::install_github("R-ArcGIS/arcgis")

Example

library(arcgis)
#> Attaching core arcgis packages:
#>   - {arcgisutils} v0.1.0
#>   - {arcgislayers} v0.1.0

health_rankings_url <- "https://services.arcgis.com/P3ePLMYs2RVChkJx/arcgis/rest/services/2022_County_Health_Rankings/FeatureServer"

arc_open(health_rankings_url)
#> <FeatureServer <3 layers, 0 tables>>
#> CRS: 4326
#> Capabilities: Query,Extract
#>   0: Country (esriGeometryPolygon)
#>   1: State (esriGeometryPolygon)
#>   2: County (esriGeometryPolygon)

About

❗ This is a read-only mirror of the CRAN R package repository. arcgis — ArcGIS Location Services Meta-Package. Homepage: https://github.com/R-ArcGIS/arcgis/https://r.esri.com/arcgis/

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages