eumap.gapfillerΒΆ
Gapfilling approaches using temporal and spatial neighbor pixels
Functions
Helper function to gapfill all the missing pixels using first a temporal strategy ( |
Classes
Abstract class responsible for read/write the raster files in all implemented gapfilling methods. |
|
Approach that uses a inpating technique [1] to gapfill raster data using neighborhood values. |
|
Strategy to remove outliers considering the temporal domain. |
|
Approach that uses a Singular Spectral Analysis (SSA [1]) to gapfill the missing values and smooth all the raster data. |
|
Temporal Linear Interpolation able to gapfill the missing pixels using a linear regression [1] over the time using all valid pixels. |
|
Temporal Moving Window Median able to gapfill the missing pixels using the temporal neighborhood by a moving window to calculate several median possibilities. |
|