Hello,
I am using ArcGis 10.2. I have 3 classified rasters and i want to use the following query from r. calculator:
(rclslope>=45) & (rclmosaic>=2000) & (rclfocal>15) to arc.py
how can i write it?
Is it better to use local - combine tool with arc.py to do it?
Thank you very much.