We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We now support the use of raster functions that are in an image service.
We should talk about this.
furl <- paste0( "https://di-usfsdata.img.arcgis.com/arcgis/rest/services", "/FIA_BIGMAP_2018_Species_Aboveground_Biomass/ImageServer" ) service <- arc_open(furl) raster_fns <- list_service_raster_fns(service) head(raster_fns) arc_raster( service, xmin = -71, xmax = -67, ymin = 43, ymax = 47.5, bbox_crs = 4326, width = 100, height = 100, raster_fn = "SPCD_0000_TOTAL" )
The text was updated successfully, but these errors were encountered:
JosiahParry
mmachir
No branches or pull requests
We now support the use of raster functions that are in an image service.
We should talk about this.
The text was updated successfully, but these errors were encountered: