h2gis icon indicating copy to clipboard operation
h2gis copied to clipboard

ST_FillSinks

Open ebocher opened this issue 9 years ago • 2 comments

Must be re-implemented using the same approach than ST_D8FlowAccumulation.

ebocher avatar Nov 30 '15 14:11 ebocher

Can you explain why we should reimplement ? What has to be changed ?

gpetit avatar Oct 25 '17 09:10 gpetit

The current ST_FillSinks (https://github.com/orbisgis/h2gis/blob/raster/1.3.X/h2spatial-ext/src/main/java/org/h2gis/h2spatialext/function/spatial/raster/utility/OpFillSinks.java) function put all the raster in memory so with large DEM with have an out of memory. It'd be nice to use the tile mechanism from JAI operator API.

ebocher avatar Oct 25 '17 13:10 ebocher