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
Describe the bug
NLCD40 2011 dataset has an error in the index file where endian=little
This causes inaccurate landuse fractions. Dominate landuse does not shift, but fractional values to shift around that will result in differences in PX LSM simulations.
nlcd2011_ll_9s/index
To Reproduce
Steps to reproduce the behavior:
run geogrid with index file endian=little and another endian=big
Compare LANDUSEF arrays and there will be differences
** FIX ***
this should be removed "endian=little" or changed to "endian=big"
The text was updated successfully, but these errors were encountered:
Describe the bug
NLCD40 2011 dataset has an error in the index file where endian=little
This causes inaccurate landuse fractions. Dominate landuse does not shift, but fractional values to shift around that will result in differences in PX LSM simulations.
nlcd2011_ll_9s/index
To Reproduce
Steps to reproduce the behavior:
** FIX ***
this should be removed "endian=little" or changed to "endian=big"
The text was updated successfully, but these errors were encountered: