Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.2.1 #99

Merged
merged 2 commits into from
Oct 21, 2024
Merged

v1.2.1 #99

merged 2 commits into from
Oct 21, 2024

Conversation

Tschoun
Copy link
Collaborator

@Tschoun Tschoun commented Oct 21, 2024

Release Notes for Version 1.2.1

Merging dev-20241014 to main by @Tschoun

New Features

Enhanced VHI Calculation

  • Added functionality to mask snow-covered areas and low illumination angles in VHI calculations.
  • Introduced a new function calculateSnowMask to compute the Normalized Difference Snow Index (NDSI).

Improvements

Snow Coverage Masking

  • Implemented masking for areas with NDSI values of 0.43 or higher, effectively filtering out snow-covered regions.

Illumination Angle Filtering

  • Added masking for areas with illumination angles of 65° or higher to improve accuracy in poorly lit terrain.

Technical Details

  • The new calculateSnowMask function utilizes NDSI for snow detection.
  • Threshold values:
    • NDSI: ≥ 0.43 for snow coverage
    • Illumination angle: ≥ 65° for low light conditions

Notes

This release significantly enhances the accuracy of VHI calculations by accounting for snow coverage and low light conditions. Users should expect more reliable results in areas prone to snow or with challenging lighting conditions.

- added a function (calculateSnowMask) to calculate the normalized difference snow index (NDSI)
- masking values that have a NDSI of 0.43 or higher
- masking values that have an illumination angle of 65° or higher
@Tschoun Tschoun merged commit a272e92 into main Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant