You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The objective of this epic is to create end-to-end prototype the uses of Arrow in DataFrame.
This is a critical milestone before we start introducing an ArrowCubeUDT (or something like that) into RasterFrames. It's not critical for the Arrow schema we use to be optimal.
At the end of this epic we should have a local environment where some operation is done on ArrowCubeTile on JVM, the raster is sent to python where its transformed using python udf as an ndarray. Some kind of benchmark exists that compares with status-quo.
The text was updated successfully, but these errors were encountered:
The objective of this epic is to create end-to-end prototype the uses of Arrow in DataFrame.
This is a critical milestone before we start introducing an
ArrowCubeUDT
(or something like that) into RasterFrames. It's not critical for the Arrow schema we use to be optimal.At the end of this epic we should have a local environment where some operation is done on
ArrowCubeTile
on JVM, the raster is sent to python where its transformed using python udf as anndarray
. Some kind of benchmark exists that compares with status-quo.The text was updated successfully, but these errors were encountered: