arcgisutils
R package arcgisutils by r-arcgis — release notes from GitHub.
The R-ArcGIS plumbing layer grew a portal administration API and geoprocessing job support.
◆Recent moves
- 10mo ago
Portal administration and geoprocessing jobs join the utility layer
⚡ SPARKThe release where a support library starts doing work of its own. Where earlier versions gave other packages the means to talk to ArcGIS, this one talks to it directly — enumerating portal infrastructure and submitting geoprocessing jobs.
View source ↗ - 1y ago
Integers no longer encoded as floats in feature updates
A type-encoding fix that broke update_features() when specifying the OID field. Small, but it sits in the conversion layer every downstream package depends on.
View source ↗ - 2y ago
First stable release rebuilds token handling around a token store
The release that set the package's foundations, published ahead of arcgislayers so the layer package would have a stable base. Replacing set_auth_token() with a token environment holding multiple named keys, and introducing arc_base_req() as the standard request builder, established the two pieces every later release has extended.
View source ↗