Skip to content

Latest commit

 

History

History
 
 

monthly_snow_report

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Monthly Snow Report Script

Show script or download{:target="_blank"} it.

{% highlight javascript %} {% include_relative script.js %} {% endhighlight %}

Evaluate and visualize

General description of the script

Tired of waiting the perfect image with no cloud to show the snow cover? This monthly snow report script is for you.

This code will find where the snow is persistent for the last 30 days (from the chosen date). In order to well represent the land-cover, the script will store each pertinent date in a list and will represent the median value.

As the aim of the script is to represent the snow cover, all the other land-cover are saturated in green in order to easily see the snow.

The limitations are essentially:

  • a few white rooftops
  • when no uncloudy pixel is available in the previous 30 days

Thus, it is possible to make the script working with 90 days in order to have a trimonthly synthesis by changing settings to: "numberOfMonthsToUse = 3".

Author of the script

Nicolas Karasiak

Description of representative images

Persistent snow cover in February 2019 in Corsica

Persistent snow cover in February 2019 in Corsica

Persistent snow cover in Pyrénées in March 2019

Pyrénées persistent snow cover in March 2019

Mer de Glace / Alpes persistent snow cover in the previous 30 days of 24 april 2019.

Chamonix persistent snow cover in the previous 30 days of 24 April 2019.

See the supplementary material for more examples.

Credits