I am trying to convert a geodatabase full of polygon layers to rasters using NumericRasterizer but it is giving me the following error:
NumericRasterizer(VectorToRasterFactory): 2 input feature(s) were discarded because they were not compatible with any band in the raster. Bands with a color interpretation require vector input features with an 'fme_color' attribute. Bands with a numeric interpretation require vector input features that have Z coordinates
NumericRasterizer(VectorToRasterFactory): No valid input features. 2 input feature(s) processed. 0 input feature(s) with invalid geometry discarded. 2 input feature(s) not compatible with the raster interpretation discarded
Not sure what to do at this point, hoping someone can help.
Thanks!
Johnson