Skip to main content

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 @j.botterill 

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 @davidalvarez looks like the MapnikRasterizer needs the points to be in 2D (flat) so you may need to rotate your points first by using the 3DRotator or Rotator transformers. If you still require assistance, feel free to submit a case and we can investigate further!


Reply