geomesa / geomesa-geoserver

A GeoMesa community project for GeoServer-GeoMesa modules.
GNU General Public License v2.0
20 stars 17 forks source link

GEOMESA-3409: Arrow: axis order request parameter #61

Closed epyatkevich closed 1 week ago

epyatkevich commented 3 weeks ago

GEOMESA-3409: Geomesa currently defaults to always reading and writing Arrow encoding as NORTH_EAST axis order.

With the new axis order request parameter allow the user to request the encoding to be explicitly specified per request.

Axis Order parameter supported values:

The request parameter is optional and if not specified axis order defaults to the existing behavior which is NORTH_EAST.

Notes: