Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support tiled image servers #206

Open
JosiahParry opened this issue Jul 13, 2024 · 0 comments
Open

Support tiled image servers #206

JosiahParry opened this issue Jul 13, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@JosiahParry
Copy link
Collaborator

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.

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 servers

Describe alternatives you've considered

Additional context

  • need to add checks for capabilities
@JosiahParry JosiahParry added the enhancement New feature or request label Jul 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant