pre-lt-raster-frames icon indicating copy to clipboard operation
pre-lt-raster-frames copied to clipboard

Determine how `stitch` or the use of it handles time.

Open metasim opened this issue 8 years ago • 2 comments

Currently suspicious that temporal component is getting dropped and/or merged incorrectly with toRaster.

metasim avatar Aug 23 '17 20:08 metasim

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

metasim avatar Sep 14 '17 12:09 metasim

To close this out, add ScalaDoc to explicitly state this behavior.

metasim avatar Sep 14 '17 12:09 metasim