From e123f3deb74b61f9b65c42747d1d72ed90ca7d9a Mon Sep 17 00:00:00 2001 From: Zachary Hoppinen <56941602+ZachHoppinen@users.noreply.github.com> Date: Mon, 20 May 2024 11:49:09 -0400 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a910ce9..56335b0 100644 --- a/README.md +++ b/README.md @@ -74,11 +74,11 @@ for lon_min, lat_min in product(range(-117, -113), range(43, 46)): Description of the output netcdf variables. -wet_snow: layer showing layers flagged as wet snow (1 = wet, 0 = dry) -snow_depth: derived snow depth in meters -ims: snow coverage binary mask (2 = no snow, 4 = snow) -fcf: forest coverage percentage -s1: raw sentinel-1 with 3 bands for VV, VH backscatter in dB and incidence angle + - wet_snow: layer showing layers flagged as wet snow (1 = wet, 0 = dry) + - snow_depth: derived snow depth in meters + - ims: snow coverage binary mask (2 = no snow, 4 = snow) + - fcf: forest coverage percentage + - s1: raw sentinel-1 with 3 bands for VV, VH backscatter in dB and incidence angle All the other layers are intermediate layers for if you want to explore the processing pipeline. ## Contributing