Open philipbaileynar opened 7 years ago
@philipbaileynar can you comment/confirm/update this issue?
Bankfull Depth Avg and Bankfull Depth Max don't for RBT 6.0.04 and topo metric code 0.02 don't validate. Please revisit.
I think this is related to #80 which was fixed. If not then please reassign.
I believe PB and I decided to make Bankfull Depth Avg and Bankfull Depth Max null since these are reading from the wetted raster. These currently still have values.
This has been fixed now I think:
<Wetted>
<WaterExtent>
<Area>1027.4622611</Area>
<Depth>
<Max>0.606628417969</Max>
<Mean>0.187004723844</Mean>
</Depth>
<IntegratedWidth>5.02300014819</IntegratedWidth>
<Volume>188.367988281</Volume>
</WaterExtent>
</Wetted>
<Bankfull>
<WaterExtent>
<Area>2503.30595119</Area>
<Depth>
<Max/>
<Mean/>
</Depth>
<IntegratedWidth>12.4318844119</IntegratedWidth>
<Volume/>
</WaterExtent>
</Bankfull>
Here is how we used to calculate those metrics in the past:
Revist how the python is doing this. Currently I think it's just reported values for the wetted extent depth raster.