Questions tagged [arcpullr]

4 questions
2
votes
1 answer

How to choose service layer in ArcGIS REST API

I am using the ArcGIS REST API to get lidar data in R, and while I know the image server I'm pulling from has two layers, I can't figure out how to choose the one I want. I know there are two layers because I can load them both in QGIS as WCS…
nealmaker
  • 157
  • 8
2
votes
1 answer

st_buffer "missing" part of multipolygon using sf in R

I am using the sf package in R along with the arcpullr package to pull in data from an ArcGIS REST service and work with it as an sf object. I have run into an issue with a MULTIPOLYGON where sf is only buffering a part of the MULTIPOLYGON (i.e., it…
code_cowboy
  • 596
  • 5
  • 18
1
vote
1 answer

Why is arcpullr pulling an empty RasterBrick from ArcGIS REST API?

I am having trouble getting raster data in R from the ArcGIS REST API. It is located at the endpoint https://maps.vcgi.vermont.gov/arcgis/rest/services/EGC_service/IMG_VCGI_LIDARNDSM_WM_CACHE_v1/ImageServer and I want to fetch just the data for my…
nealmaker
  • 157
  • 8
0
votes
2 answers

ArcGIS REST API query by distance from point

I am using the arcpullr package to query GIS data hosted on an ArcGIS server. I am able to download a subset of the data using attributes in my query, but I am not able to get the spatial query get_layer_by_point() working. Ultimately what I am…
nniloc
  • 4,128
  • 2
  • 11
  • 22