Hi. I'm new to ES and I was wondering if elastic search supports cartesian geometric data or if I have to do a custom implementation.
Basically, I have points in a plane and I want to be able to do aggregates such as returning the count of the number of points in boxes of size dx, dy. I want there to not be a limit on the axis lengths (at least not as small as 180). All my searches so far have led to geoshape and the geopoint data type, but it won't work for our purposes since this is a spherical coordinate system and not a 2d cartesian coordinate system.
Thanks for the help!