Question

Raster Map Service Spatial Analysis

  • 13 July 2020
  • 1 reply
  • 0 views

I am working on a FME script that is pulling from a raster in a map service: https://maps.nccs.nasa.gov/server/rest/services/global_landslide_catalog/landslide_susceptibility/MapServer

 

When I do so using a Esri ArcGIS Server Feature Service I get a unsupported error.

 

How can I get the raster into a workbench to do spatial queries against?

 

Thank you in Advance!


1 reply

Badge +20

It looks line the server doesn't have a Feature Service, just a GetMap function.

I sugest a workaround by using a HTTPCaller to download the images and generate their worldfiles out of the attributes used for the HTTPCaller.

You can use this wikipedia page to figure out creating worldfile.

I created a workspace that does this and you can work from there.

web server image download.fmwt

Reply