Hello,
I have a question about "Missing Data Interpolation" module from "Earth Trends Modeler"
Can I use this tool even for predict a full raster missing into a series? For example, I have a monthly series (and one month as missing-data).
Thanks
Hello,
I have a question about "Missing Data Interpolation" module from "Earth Trends Modeler"
Can I use this tool even for predict a full raster missing into a series? For example, I have a monthly series (and one month as missing-data).
Thanks
Yes, very much so.
James Toledano
What procedure fills a complete raster layer * ?
* Each raster layer means a month.
(2000) 1,2,3,4,5,6,7,8,9,10,11,11,12
(2001) 1,2,3,4,5,6,7,8,9, (x) ,11,11,12 October is missing.
(2002) 1,2,3,4,5,6,7,8,9,10,11,11,12
(2003) 1,2,3, (x) ,5,6,7,8,9,10,11,11,12 April is missing.
One possible solution could be in create a new raster where we have the missing value by using "Initial" module. We should assign a null data for all cells (e.g. -9999). Then, we can use "Linear Temporal Interpolation" from Missing Data Interpolation. is it correct?
Which interpolation method (spatial, linear etc) should I choose for generating a missing month raster. please help