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
{{ message }}
This repository was archived by the owner on Oct 15, 2025. It is now read-only.
Terrain multiplier classification assumes that the classified dataset is classified using values between 1 and 15. The code then uses a look up table to convert these classes to a roughness parameter.
If the terrain classification is not exactly as expected, it returns all zeros, and then fails a non-zero check, and passes over the terrain multipliers.
Need to alter the way terrain_class2mz_orig(data): handles the classification data.