Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.42 KB

README.md

File metadata and controls

32 lines (19 loc) · 1.42 KB

R + ArcGIS - MN Met Council

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}.


Pre-requisites:

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"))

Contents:

  • 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 functionality
  • 02-publish-data.R: publishing sf objects from R
  • 03-add-features.R: updating feature services from R
  • 04-survey123-attachments.R: downloading attachments from Survey 123
  • 05-forward-geocoding.R: performing simple geocoding from R
  • 06-reverse-geocoding.R: performing fast reverse geocoding from R
  • 07-batch-geocoding.R: perfomring batch geocoding from R for large scale geocoding jobs
  • apps/ contains additional scripts that illustrate creating interactive dashboards using the R-ArcGIS Bridge