Skip to main content
Question

interpolate no data cells with surrounding values

  • February 12, 2020
  • 2 replies
  • 129 views

Hi,

 

 

I want to do a geographic analysis on height. Some cell values however are filtered out because of trees, etc and set to No Data. For this reason I want to change the no data values(brown) to the average of surrounding band values (green). I tried using the rasterConvolver, without success. Also I tried all these steps (https://knowledge.safe.com/questions/3796/fill-raster-nodata-values-with-minmaxaverage-value.html ) , also without luck, since I guess it requires a more profound understanding of FME.

 

 

Any help much appreciated!

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

itay
Supporter
Forum|alt.badge.img+18
  • Supporter
  • 1442 replies
  • February 12, 2020

Hi @ymor_v,

 

From your post it looks like you are using point data and not rasters, that could be the reason why the RasterConvolver doesn't work.


  • Author
  • 5 replies
  • February 12, 2020

thanks @itay, if I use the raster itself, how do I merge the two sets (the original and the rasterconvolver output). What expression can I use so that the rasterconvolver output only replaces the no data of the original ?

 

 

thanks !!