pre-lt-raster-frames
pre-lt-raster-frames copied to clipboard
Determine how `stitch` or the use of it handles time.
Currently suspicious that temporal component is getting dropped and/or merged incorrectly with toRaster.
Confirmed: Temporal component is discarded...
https://github.com/s22s/raster-frames/blob/4434e36b825374d93c3002091df0b2c34bd045b1/src/main/scala/astraea/spark/rasterframes/RasterFrameMethods.scala#L150-L154
... with merges according to however tileToLayout wants to do it:
https://github.com/s22s/raster-frames/blob/4434e36b825374d93c3002091df0b2c34bd045b1/src/main/scala/astraea/spark/rasterframes/RasterFrameMethods.scala#L162
To close this out, add ScalaDoc to explicitly state this behavior.