Filling
This pipeline fills holes or masked regions in the DSM, using configurable interpolation or reconstruction methods.
Allowed inputs
This pipeline takes a single DSM as input, as explained in the DSM input section.
Warning
In order for filling to work, the DSM needs to have been generated with the dense match filling zero_padding method used during the surface_modeling pipeline.
Applications
This pipeline uses the following applications :
The DSM filling application can be called multiple times, as shown in the application’s documentation page.
Advanced Parameters
Name |
Description |
Type |
Default value |
|---|---|---|---|
save_intermediate_data |
Save intermediate data for all applications inside this pipeline. |
bool |
False |
geometry_plugin |
Name of the geometry plugin to use and optional parameters (see geometry plugin) |
str or dict |
“SharelocGeometry” |
filling_tile_size |
Tile size used for all applications in Tilling pipeline |
int |
10000 |