Question

How to generate raster tiles (GeoTIFF) in FME?

  • 22 February 2023
  • 1 reply
  • 46 views

Badge

I have two shapefile data, and one label which I created through MapTextLabeller. I have then in DataInspector the view with these 2 shapefiles and text above them. The question is can i generate raster tiles from it, and store it as GeoTIFF?


1 reply

Userlevel 2
Badge +17

Hi @vdrnb​,

The ImageRasterizer or MapnikRasterizer transformers will render your Shape and label data into a raster suitable for writing to GeoTIFF. The ImageRasterizer is simpler to use, so might be the best to start with.

Reply