You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
User at the EPA wants to work with USA Noise pollution data. arc_raster() does not work with this because it is a tiled image service which does not have the exportImage endpoint.
Is your feature request related to a problem? Please describe.
User at the EPA wants to work with USA Noise pollution data.
arc_raster()
does not work with this because it is a tiled image service which does not have theexportImage
endpoint.Instead we need to use the
tile/x/i/j
format.Here is the layer in question:
https://tiledimageservices.arcgis.com/P3ePLMYs2RVChkJx/arcgis/rest/services/USA_Transportation_Noise___Rail_Road_and_Aviation_2020/ImageServer
Describe the solution you'd like
arc_raster()
works with tiled image serversDescribe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: