R-ArcGIS / arcpbf

Rust crate and R package for processing Esri Protocol Buffers
https://r.esri.com/arcpbf/
Apache License 2.0
8 stars 0 forks source link

Integers are being processed as dates #3

Closed JosiahParry closed 3 months ago

JosiahParry commented 4 months ago
library(arcgis)

# Search the Living Atlas
# https://livingatlas.arcgis.com/en/browse/#q=usa%20cities

furl <- "https://services.arcgis.com/P3ePLMYs2RVChkJx/arcgis/rest/services/USA_Major_Cities_/FeatureServer/0"

# create a reference to Layer
cities_fl <- arc_open(furl)
cities_fl

# Read in as an {sf} object
cities_sf <- arc_select(cities_fl)
image

I messed this one up big time. TODO: