Closed epyatkevich closed 1 week 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:
NORTH_EAST
EAST_NORTH
The request parameter is optional and if not specified axis order defaults to the existing behavior which is NORTH_EAST.
Notes:
geomesa
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:
NORTH_EAST
translates to: North = Latitude = Y Axis, East = Longitude = X AxisEAST_NORTH
translates to: East = Longitude = X Axis, North = Latitude = Y AxisThe request parameter is optional and if not specified axis order defaults to the existing behavior which is NORTH_EAST.
Notes:
geomesa
repo PR);