Bocher Erwan

Results 160 comments of Bocher Erwan

So ST_MenSize will return the size of any value. Right ?

We must check H2GIS version before merging because some fixes have been done on master and others on dev branch

This doc can be updated with the issues : https://github.com/orbisgis/h2gis/issues/1163 https://github.com/orbisgis/h2gis/issues/1139 https://github.com/orbisgis/h2gis/issues/989 https://github.com/orbisgis/h2gis/issues/1222

We use it. But not sure if we can apply the same sql syntaxe as ```sql SELECT sometable.field1, sometable.field1, (ST_Dump(sometable.the_geom)).geom AS the_geom FROM sometable; ``` or ```sql SELECT (a.p_geom).path[1] As...

Thanks @katzyn We are going to be vigilant on the use of the table functions

Thanks @nicolas-f The iteration is done each time H2 calls the function. So in this case (ST_Explode), the parseRow() method is calling 3 times. Don't know if it's an H2...

@katzyn We use extensively the table function to process large geometry table. ST_Explode to explode collection of geometries to single one or ST_MakeGrid to build a square grid on a...

Ping for @nicolas-f , @SPalominos about NoiseModelling triangulation system, contour and ray tracing