You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you can see the grid cells right after the first grid cell show fractional area zero for Band 1 (this means that this band does not exist in those grid cells), that means actually that the next band which is band 2 should be band 1. So, should I delete bands from grid cells which have fractional area of zero?
Thank you,
The text was updated successfully, but these errors were encountered:
No, let it the way as it is because if the fractional area is zero for any band then the model does not perform any calculation for it. If you delete the band 1 and assign band 2 as 1, then model will assume range of band 1 for band 2 and it would do wrong calculation. So do not delete any band if its the fraction is zero.
Hi Sir,
The script ended up working fine, but I have another question, based on the following sample lines from the file:
Elevation_Band_File_test.txt
As you can see the grid cells right after the first grid cell show fractional area zero for Band 1 (this means that this band does not exist in those grid cells), that means actually that the next band which is band 2 should be band 1. So, should I delete bands from grid cells which have fractional area of zero?
Thank you,
The text was updated successfully, but these errors were encountered: