yonghah/esri2sf

Feature suggestion: esri2raster function for accessing ImageServer services

elipousson opened this issue · 1 comments

I just started prototyping this on this pull request #50 but I'm happy to pull the new esri2rast() function into a feature branch and remove it from the pull request whenever. Basically, I'd like to add support for ImageServer urls using the terra package.

I got a rough prototype working with the ExportImage API end point but the WMTS, the Export Tiles, or Raster Image APIs could all be alternate ways of accomplishing the same thing. Happy to work more on this or take suggestions on the best way to approach it!

Here is a direct link to the rough esri2rast() function if anyone had suggestions for improvements in features or approach.