Unable to tesselate shape #97904
Labels
:Analytics/Geo
Indexing, search aggregations of geo points and shapes
>bug
Team:Analytics
Meta label for analytical engine team (ESQL/Aggs/Geo)
Elasticsearch Version
7.17.6
Installed Plugins
icu
Java Version
bundled
OS Version
Linux ThinkPad-P15s-Gen-1 5.19.0-46-generic #47~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Jun 21 15:35:31 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
Problem Description
With some geo shapes, the indexing fail with an "Unable to tesselate" error, whereas the geo shapes seem to be valid polygons.
Example of such a shape:
sample.geojson.txt
This shape is valid according to gdal/ogr/geos tools.
I suspected initially a difference between GEOS-based tools that work with a default precision model of 32bit floating points when ES works in 16bit. I've then tested for validity using JTS with the FLOATING_SINGLE precision model and it is still valid ...
Steps to Reproduce
ES should respond with an "unable to tesselate" error.
Logs (if relevant)
No response
The text was updated successfully, but these errors were encountered: