What are the units of volume output by Surface Volume (3D) when a non-default (=1.0) z_factor has been specified?
I am working with a DEM which has lateral (xy) units of meters and vertical (z) units of centimeters. I need to calculate the volume below a height (measured in centimeters). I have used the following syntax to do this:
arcpy.SurfaceVolume_3d(r'C:\mydem.tif', r'C:\mycsv.csv', 'Below', height, z_factor=0.01)
Assuming this is the correct specification, will the output units of volume be cubic-meters, or cubic-centimeters? The values I am getting lead me to believe the units are cubic-centimeters.
Note some related topics/questions:
Correct base_z (height) for Surface Volume (3D) with z_factor != 1?
https://community.esri.com/thread/181692-correct-units-for-zfactor-in-surface-volume-3d
Units for Surface Volume tool