In this lab, you will create a GEE Program that will run an online Global Snow Observatory. We will use Google Earth Engine JavaScript application program interface (API) to:
Our goal with this lab is to generate a worldwide map of the linear trend in snow cover frequency from water year 2004 to water year 2014 (A water year is defined as October 1st to September 30th, and is labeled as the year of the end date, so water year 2004 is Oct. 1, 2003 to Sept. 30, 2004).
Snow cover frequency is defined as the number of days that a spot on earth is covered in snow divided by the number of days that spot has a valid observation. We say this because on some days, the satellite might not pass over a particular spot, and on some days the spot may be covered in clouds, which prohibits the detection of snow. Imagine a particular spot on the globe. It might have a snow cover frequency that looks like the graph below. What we want to do is get the slope of that linear fit trend, and we want to do that for every MODIS pixel across the globe, where each pixel is approximately 500 square meters.
Keep this general framework in mind as we work forward.