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 result shoud be a tile with same crs - extent of input tiles (same way of rf_agg_local_max etc), eventually the probability could be only one and not a list.
Percentile shoud be calculate cell-wise over tile column.
EDIT:
In addiction to anyone do the same thing now i write a code, the column "ghi" is a tile column. The ghi are multiple raster chunked by rasterframes to tile 256x256. Group by extent and crs to maintain align over the tile. Use xmin ymin etc to speed up the goupby. The dims is necessary to rebuild correctly the tile on output.
The function proto should be:
Tile rf_agg_local_percentile(Tile tile, percentile, List[float] probabilities, float relative_error)
The result shoud be a tile with same crs - extent of input tiles (same way of rf_agg_local_max etc), eventually the probability could be only one and not a list.
Percentile shoud be calculate cell-wise over tile column.
https://docs.qgis.org/3.22/en/docs/user_manual/processing_algs/qgis/rasteranalysis.html#cell-stack-percentile
Thanks
EDIT:
In addiction to anyone do the same thing now i write a code, the column "ghi" is a tile column. The ghi are multiple raster chunked by rasterframes to tile 256x256. Group by extent and crs to maintain align over the tile. Use xmin ymin etc to speed up the goupby. The dims is necessary to rebuild correctly the tile on output.
The text was updated successfully, but these errors were encountered: