I want to do something that seems a simple operation but doesn't really work.
I got a file geodatabase that holds polygons with several attributes. One of them is date, another is a value. Each date has several polygons based on value. For each date, these polygons don't overlap.
I want to transform these polygons to a GeoTiff. The name of the geotiff should be the date and the value of a pixel should correspond with the value found in the polygon that can be found on that location for that date.
I've looked at: http://fmepedia.safe.com/articles/Samples_and_Demos/Converting-Vector-data-to-Raster
Example 1 doesn't seem to be working for me. Example two and three might but I'm not sure which one to use. Any suggestions?
I got FME2012