Bocher Erwan

Results 74 issues of Bocher Erwan

It seems that the ST_Explode function is badly implemented. In debug mode the test https://github.com/orbisgis/h2gis/blob/master/h2gis-functions/src/test/java/org/h2gis/functions/spatial/SpatialFunctionTest.java#L126 shows that the function is visited 3 times instead of 1. Don't know if we...

bug
Priority Critical

In order to not break H2 with Android, the Raster data type proposed to support georeferenced image must be refactored. 1. The Raster type must be specified by a set...

Raster
Priority Major

It'd be nice to support this kind of query in the famous H2 db with H2GIS functions ``` select json_build_object( 'type', 'FeatureCollection', 'features', json_agg(ST_AsGeoJSON(t.*)::json) ) from ( values (1, 'one',...

Realated to this issue https://github.com/orbisgis/poly2tri.java/issues/10 shared by @micycle1, we must study the interest of the TinFour library to extend H2GIS Tin functions. See : https://github.com/gwlucastrig/Tinfour

enhancement

H2 database can link table from another database with the CREATE LINKED TABLE command. This command is very useful and we use it a lot ;-). I'd love to have...

enhancement

Add documentation for ST_DistanceSphere

Doc

In the example the function name ST_SimplyPreserveTopology must be changed to ST_SimplifyPreserveTopology See http://www.h2gis.org/docs/dev/ST_SimplifyPreserveTopology/

Doc

- [ ] ST_GeneratePointsInGrid - [ ] ST_GeneratePoints #989 - [ ] Create table signature - [ ] UpdateGeometrySRID #1074 ## Drivers functions - [ ] ASCREAD driver #1046 -...

Doc

Improve the driver with the following options - set the type of z value (currently double for points..., int for polygons) - specify if nodata point must be imported or...

Doc

As in POSTGIS : https://postgis.net/docs/UpdateGeometrySRID.html

Doc