Question

big ESRI SDE Raster Datset /Catalog 2 GeoTiff Tils

  • 28 January 2022
  • 1 reply
  • 1 view

I need export ESRI SDE Raster-Dataset and Raster-Catalog to tiled GeoTIF.

The ESRI Conection File to the DB run in FME :) .

  1. I need the setup for FME
  2. and how can i save direct (not first in temp. on C:user: ... I have not space on mashine :( ) I nned save in a extern drive.

1 reply

Userlevel 2
Badge +13

Hello @datatim456​ , you should be able to use the Esri Geodatabase (ArcSDE Geodb Raster Dataset) Reader. If you add the Reader and expand the parameters, there will be a parameter for the connection file (see image below):

 

ESRIRasterReader 

You can then click the ellipsis (...) beside the Tables parameter to access your data. Once your data is in FME Workbench, you can use the Tiler transformer to tile your input raster. Once you're satisfied with the results, the GeoTIFF Writer to write your results to your external drive. Hope this helps, Kailin

 

(P.S. If you would like to produce one file, per tile, you can use a Fanout).

Reply