Package: arcpullr 0.3.5

Paul Frater

arcpullr: Pull Data from an 'ArcGIS REST' API

Functions to efficiently query 'ArcGIS REST' APIs <https://developers.arcgis.com/rest/>. Both spatial and SQL queries can be used to retrieve data. Simple Feature (sf) objects are utilized to perform spatial queries. This package was neither produced nor is maintained by Esri.

Authors:Paul Frater [aut, cre], Zac Driscoll [aut]

arcpullr_0.3.5.tar.gz
arcpullr_0.3.5.tar.gz(r-4.7-any)arcpullr_0.3.5.tar.gz(r-4.6-any)
arcpullr_0.3.5.tgz(r-4.6-emscripten)
manual.pdf |manual.html
DESCRIPTION
card.svg |card.png
arcpullr/json (API)

# Install 'arcpullr' in R:
install.packages('arcpullr', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org'))
Datasets:

On CRAN:

Conda:

This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.

4.85 score 1 packages 78 scripts 741 downloads 37 exports 78 dependencies

Last updated from:0b12df47d5. Checks:3 OK, 1 ERROR. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK229
source / vignettesOK239
linux-release-x86_64ERROR239
wasm-releaseOK189

Exports:format_coordsformat_envelope_coordsformat_line_coordsformat_multipoint_coordsformat_point_coordsformat_polygon_coordsget_geometry_typeget_image_layerget_layer_by_envelopeget_layer_by_lineget_layer_by_multipointget_layer_by_pointget_layer_by_polyget_layer_by_spatialget_layer_infoget_layer_legendget_map_layerget_service_typeget_sf_crsget_spatial_layerget_table_layermatch_legend_colorsplot_layerplot_layer.sfraster_colorsreykjanes_lava_flow_urlsf_boxsf_linesf_pointsf_pointssf_polygonsp_rel_xrefsql_wherevalid_sp_relwi_hydro_urlwi_landcover_urlwi_leaf_off_url

Dependencies:askpassbase64encbslibcachemclassclassIntclicpp11crosstalkcurlDBIdigestdplyrDTe1071evaluatefarverfastmapfontawesomefsgenericsggplot2gluegtablehighrhtmltoolshtmlwidgetshttrisobandjquerylibjsonliteKernSmoothknitrlabelinglaterlatticelazyevallifecyclemagrittrMASSmemoisemimeopensslotelpillarpkgconfigpromisesproxypurrrR6rappdirsrasterRColorBrewerRcpprlangrmarkdowns2S7sassscalessfspstringistringrsysterratibbletidyrtidyselecttinytexunitsutf8vctrsviridisLitewithrwkxfunyaml

Spatial Queries
title: "Spatial Queries"output: rmarkdown::html_vignettevignette: >%\VignetteIndexEntry{Introduction to arcpullr}%\VignetteEncoding{UTF-8}%\VignetteEngine{knitr::rmarkdown}editor_options:markdown:wrap: 72 | URL's for examples | get watershed layer for Cook Creek | get_layer_by_point | get_layer_by_polygon | get_layer_by_envelope | Combining Spatial and SQL Queries | Spatial Relationship | Lookup Tables | The valid_sp_rel Function

Last update: 2026-06-03
Started: 2022-02-22

Introduction to arcpullr
URL's for examples | the mke_county polygon is available as an exported object in arcpullr | Querying Spatially via ArcGIS Feature Service | Querying via SQL | Raster Layers | Plotting Layers

Last update: 2025-12-12
Started: 2021-01-15

Raster Layers
URL's for examples | WI Landcover Type URL | WI Leaf-off Aerial Imagery URL | the wis_poly polygon is available as an exported object in arcpullr | Image Layers

Last update: 2025-12-12
Started: 2022-02-22

Readme and manuals

Help Manual

Help pageTopics
Various URLs used in examplesexample_urls reykjanes_lava_flow_url wi_hydro_url wi_landcover_url wi_leaf_off_url
Convert coordinates from an 'sf' object to formatted well-known textformat_coords format_envelope_coords format_line_coords format_multipoint_coords format_point_coords format_polygon_coords
Get Geometry Typeget_geometry_type
Retrieve an image service layer from an ArcGIS REST APIget_image_layer
Pull the HTML body from a web pageget_layer_html
Retrieve metadata for a layerget_layer_info
Returns a legend for a raster layerget_layer_legend
Retrieve ArcGIS REST API spatial layer by spatial queryget_layers_by_spatial get_layer_by_envelope get_layer_by_line get_layer_by_multipoint get_layer_by_point get_layer_by_poly get_layer_by_spatial
Retrieve a map service layer from an ArcGIS REST APIget_map_layer
Pull a raster layer from a map service or image service layer of an ArcGIS REST APIget_raster_layer
Get elements of a Service or Layer from an ArcGIS REST endpointget_service_type
Return CRS value of an sf objectget_sf_crs
Retrieve a feature service layer from an ArcGIS REST APIget_spatial_layer
Retrieve a table from an ArcGIS REST APIget_table_layer
Match colors in SpatRaster coltab to the provided legend valuesmatch_legend_colors
Plot a spatial layerplot_layer plot_layer.sf
Plot a RasterBrick objectplot_layer,RasterBrick-method
Plot a RasterLayer objectplot_layer,RasterLayer-method
Plot a RasterStack objectplot_layer,RasterStack-method
Plot an sf objectplot_layer,sf-method
Plot a SpatRaster objectplot_layer,SpatRaster-method
Convert RasterLayer into data.frame of colors for each pixel that can be used for plottingraster_colors
Convert RasterBrick into data.frame of colors that can be used for plottingraster_colors,RasterBrick-method
Convert RasterLayer into data.frame of colors that can be used for plottingraster_colors,RasterLayer-method
Convert RasterStack into data.frame of colors that can be used for plottingraster_colors,RasterStack-method
Convert SpatRaster into data.frame of colors that can be used for plottingraster_colors,SpatRaster-method
Various example sf polygonscook_creek_env cook_creek_streams cook_creek_ws example_poly iceland_poly mke_county mke_river poly_streams_contains poly_streams_crosses portage_county reykjanes_poly sf_example_polys sugar_creek sugar_creek_env trout_hab_project_pt trout_hab_project_pts wis_counties wis_poly
Create sf objects from coordinatessf_box sf_line sf_objects sf_point sf_points sf_polygon
Spatial relationship descriptor and lookup tablessp_rel_lookup sp_rel_lookups sp_rel_valid
Lookup function for shorthand versions of spatial relation text stringssp_rel_xref
Format a SQL where clause from argumentssql_where
Check to see which spatial relation types are applicable to the feature classes being queried and the sf objects use do to a spatial queryvalid_sp_rel