I have a shape file with a price for each polygon and I want to convert that to a raster in order to be able to mosaic these values to another raster. How is that possible? Many thanks!
I have a shape file with a price for each polygon and I want to convert that to a raster in order to be able to mosaic these values to another raster. How is that possible? Many thanks!
You can vectorize your text > TextStroker (if I understand correctly) and resterize it with the ImageRasterizer.
See http://fmepedia.safe.com/articles/Samples_and_Demos/Converting-Vector-data-to-Raster for some examples.
Itay