resnow0892
resnow0892
Thanks for you answer. I made some tests using the RasterCollection. here is a part of my code : ``` def updatePixels(self, tlc, shape, props, **pixelBlocks): #get the min anx...
Rasters have a priority order thanks to the Zorder field in the mosaic. But in this case i don’t have overlapping raster. All raster are in different places. Min and...
I made 2 versions of the RFT. 1. The first one takes as parameters **one raster (the mosaic), and 2 numeric user defined min and max values**. This version is...
I tried to use as suggested a RasterCollection and make the intersection of the pixelblock object with the raster from the mosaic to access the values. Here is my updatePixel()...
Ok, I will try to prepare some test data.