I have four separate layers: mean annual precipitation (shp), temp min (shp), temp max (shp) and elevation (raster). I have two goals:
1. To locate possible areas that are suitable for tree growth using the following specific parameter ranges within those layers and visualize those areas on a map.
Mean annual precipitation | 100 to 300 mm/per year |
Temperature minimum | Greater than 3°C |
Temperature maximum | Lower than 50°C |
Elevation | 250 to 1300 meters |
2. To calculate the total area (km^2) of land that that has the above parameters.
I tried using four different definition queries for each layer but this does not make an overall map that has the criteris above and it also does not allow me to calculate area. I am not sure where to begin to create a workflow for this.