Hello,
I have a point dataset which represent the noise level at 1x1 intervals on a wall.
I need to convert those point into a raster which i need to convert into a graphic (jpg or tiff)
Any ideas how can i do that ?
Thank you,
David
Hello,
I have a point dataset which represent the noise level at 1x1 intervals on a wall.
I need to convert those point into a raster which i need to convert into a graphic (jpg or tiff)
Any ideas how can i do that ?
Thank you,
David
Hi David, have you tried MapnikRasterizer (safe.com) or ImageRasterizer (safe.com). They receive vector and/or raster input features and renders them as a raster image using cartographic styles based on the parameters selections.
So you probably want to prepare fme_color (featurecolorsetter) attributes etc or others to pass into the parameters to produce a desirable output.
Perhaps also 3DRotator may assist in shifting between X Y plane and the wall Z enabled data you appear to have
Hello
I have not tried the MapnikRasterizer (safe.com) so I am going to give it a try. The ImagerRasterizer is not producing what i need as my data is vertical (X,Y,Z, db)
db → decibels
When the NumericRasterizer is applied the raster that is created is only a single raster line on the horizontal plane.
NumericRasterizer result
Best regards,
David
Hi