Coder Social home page Coder Social logo

gee_snowexplorer's Introduction

SnowExplorer

Description of the tool

SnowExplorer is a Google Earth Engine based application for mapping snow on the ground. The tool is intended to help BCTS staff to plan their field visits by providing information on the Snow Cover Extent at specific dates and location.

SE Image 1

The tool is accessible at this address: https://labiadhmoez.users.earthengine.app/view/snowexplorer

Please note that the tool doesn’t work on Internet Explorer. Use Google Chrome or Firefox to access the tool.

Snow Detection Algorithm

The algorithm is inspired and adapted from:

Gascoin, S., Grizonnet, M., Bouchet, M., Salgues, G., and Hagolle, O.: Theia Snow collection: high-resolution operational snow cover maps from Sentinel-2 and Landsat-8 data, Earth Syst. Sci. Data, 11, 493–514, https://doi.org/10.5194/essd-11-493-2019, 2019. https://www.earth-syst-sci-data.net/11/493/2019/

SE Image 2

The Algorithm is based on Sentinel-2 Level-2A Surface Reflectance product. The algorithm for Cloud and Snow detection are set as follow:

  • Cloud Mask: [MSK_CLDPRB >= 90%] OR [(MSK_CLDPRB >= 50%) AND (B8 >= 0.3)] OR [(MSK_CLDPRB >= 20%) AND (B8 >= 0.9)]

with “MSK_CLDPRB” is the Cloud Probability band and “B8” is the Reflectance in the Near-infrared band (at 0.86 μm).

  • Snow Mask: (NDSI >= 0.3) AND (B4 >= 0.14)

with “NDSI” is the Normalized Difference Snow Index and “B4” is Reflectance in the Red band (at 0.66 μm) . NDSI = (B3 – B11) / (B3 + B11) with “B3” is the Reflectance in Green band (at 0.55 μm) and “B11” is the Reflectance in the Shortwave infrared band (at 1.61 μm).

Assumptions & Considerations:

  • Sentinel-2 has a spatial resolution of 10 m which not suited to detect very fine details. The tool is intended to give an idea on the general Snow condition.
  • Sentinel-2 provides an image every 6 days BUT the tool will filter out images with more than 30% Cloud coverage and use the most recent and least cloudy image available.
  • If no images found at the selected dates the tool will throw the following message: SE Image 3
  • If your ROI covers more than one Sentinel-2, the tool will make a mosaic of the most recent images. This might result in a strange border effect.
  • Multiple ROIs cannot be selected on the tool. Users need to reset the App (press F5) and start again.

gee_snowexplorer's People

Contributors

moezlabiadh avatar

Stargazers

 avatar Ashlin Richardson avatar Russell Vinegar avatar Alexandre Bevington avatar Simon Norris avatar Will Burt avatar

Watchers

James Cloos avatar Alexandre Bevington avatar Genevieve Perkins avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.