I am looking to get slope statistics for a number of watersheds i am studying. Currently, i have masked a DEM raster set regarding slope degrees to my various watershed feature datasets. When i look at the 'properties' or my masked layers, it has the slope statistics of min, max, mean and std...but no median! i looked into the zonal statistics tool to help me find the median but when i plugged these masked raster sets into the tool, the option to find the median completely disappears....is there any way in which i can get the median slope for these raster sets?
Slope is calculated as a floating point value. Per the help for the Zonal tools:
"When the Value input is integer, all of the statistics (Area, Min, Max, Range, Mean, STD, Sum, Variety, Majority, Minority, and Median) are available to be calculated. If the Value input is floating point, the Majority, Minority, Median, and Variety statistics will not be calculated."
You can run the Int tool to truncate the values to be integer, then calculate Median.
Slope is calculated as a floating point value. Per the help for the Zonal tools:
"When the Value input is integer, all of the statistics (Area, Min, Max, Range, Mean, STD, Sum, Variety, Majority, Minority, and Median) are available to be calculated. If the Value input is floating point, the Majority, Minority, Median, and Variety statistics will not be calculated."
You can run the Int tool to truncate the values to be integer, then calculate Median.
wait i think i found it...is it via the raster calculator tool? then i get new raster set, then i can apply the Int tool to the newest set?...think that makes sense?\