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

Add S2/HLS snow cover #9

Open
egagli opened this issue Oct 15, 2024 · 0 comments
Open

Add S2/HLS snow cover #9

egagli opened this issue Oct 15, 2024 · 0 comments

Comments

@egagli
Copy link
Owner

egagli commented Oct 15, 2024

Description

Would be nice to add built in snow cover methods beyond NDSI to the Sentinel-2 and/or HLS class.

Potential data sources:

let-it-snow

Theia Snow collection: high-resolution operational snow cover maps from Sentinel-2 and Landsat-8 data

A Revised Snow Cover Algorithm to Improve Discrimination between Snow and Clouds: A Case Study in Gran Paradiso National Park

Evaluation of a High-Resolution Operational Snow Cover Area Classification Algorithm

https://github.com/orfeotoolbox/let-it-snow/tree/master

https://github.com/chiararik/rLIS_VLab

Example

Would be nice to have something like...

s2 = easysnowdata.remote_sensing.Sentinel2(
    bbox_input=bbox,
    start_date="2022-07-21",
    end_date="2022-07-31",
    resolution=80,
)

s2.get_snow_cover()

s2.snow_cover

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

No branches or pull requests

1 participant