This repo contains the scripts (with extras) and slides used for the Jan 23rd, 2025 presentation to the MN Metropolitan council on the R-ArcGIS Bridge.
The presentation focuses on the {arcgis}
meta-package notably {arcgislayers}
and {arcgisgeocode}
.
Please install the {arcgis}
meta-package using the following:
install.packages("arcgis", repos = c("https://r-arcgis.r-universe.dev", "https://cloud.r-project.org"))
bus-stops-example.R
: a full worked example that uses{arcgislayers}
and{arcgisgeocode}
to answer "how many active bus stops are within 2 miles of an address"01-read-data.R
: demonstrates basic reading functionality02-publish-data.R
: publishingsf
objects from R03-add-features.R
: updating feature services from R04-survey123-attachments.R
: downloading attachments from Survey 12305-forward-geocoding.R
: performing simple geocoding from R06-reverse-geocoding.R
: performing fast reverse geocoding from R07-batch-geocoding.R
: perfomring batch geocoding from R for large scale geocoding jobsapps/
contains additional scripts that illustrate creating interactive dashboards using the R-ArcGIS Bridge