Shengan Zhan

Results 12 comments of Shengan Zhan

Hi, if I understand you correctly, you can try to use the ArgStatistics function on your zone raster to get the max/min zones. Then you can publish the function chain...

Glad that you were able to find a right track. On the earlier question: raster function does always need to output a raster. If you write your own python raster...

Hi, Are you trying to write a ESRI raster function to utilize RasterFrames to do deep learning?

ESRI raster functions is not necessary to integrate deep learning with RasterFrames. Raster functions is a way for you to integrate that into the ArcGIS environment if you want to...

Again, raster function is not necessary for your purpose. You can find examples of ArcGIS API for Python here: https://github.com/Esri/arcgis-python-api/tree/master/samples/04_gis_analysts_data_scientists

You can create a [RasterCollection](https://pro.arcgis.com/en/pro-app/latest/arcpy/image-analyst/rastercollection-class.htm) from the mosaic and use getFieldValues to access the fields

I don't think it tells you which image the block comes from. What do you want to do with the min/max?

How did you apply this to the current raster in the mosaic you are viewing? > I use a Rasterize Feature to access a value inside a feature table.

It would be best if you could provide a reproducible case so we can diagnose.