I have a GeoTIFF of NLCD raster data loaded into both QGIS and ArcGIS Pro (would happily take answers for either program). I want to create an additional raster of woody and herbaceous wetlands together (classes 90 and 95). For example with the deciduous forest class, I created a new raster using this expression:
Con("NLCD_2019_LC_NY.tif" == 41, 1, 0)
in the raster calculator, but now I don't know how to do that for two classes together (the two types of wetlands).