james-willis commented on PR #1099: URL: https://github.com/apache/sedona-db/pull/1099#issuecomment-5136906953
I think I might be missing something important here. I think this method should return a raster collapse along an array of provided dimensions: ```sql RS_Min_Agg(raster, ["x", "y",], 1) // assume some 3rd and 4th dim z and t ``` This will return a 2d non-spatial raster (tensor?) of all averages at each z/t combo. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
