Bocher Erwan
Bocher Erwan
I'm on it
H2 supports only column. So this kind of command ``` CREATE SPATIAL INDEX ON broadcasting_towers (ST_Expand(geom, sending_range)); ``` perhaps in the future ;-) @katzyn Am I right ?
Done ?
Sorry I don't understand. The prj is right now supported.
Done
So what ? Could you explain a bit more ?
Done @gpetit Time for documentation
The ST_WorldFileImageRead syntax must be improve to support import or read file from the disk. eg : ST_WorldFileImageRead( '/tmp/toto.png', false) ; true = image imported false = image read from...
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...
The flow accumulation and watershed functions are too slow to be used in a real environment. 45 minutes to compute the flow accumulation on a small DEM (ncols 1515, nrows...