Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ZachHoppinen authored May 20, 2024
1 parent 4b2bdf0 commit e123f3d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e123f3d

Please sign in to comment.