Skip to content

Commit 2040053

Browse files
Update README.md
1 parent f5a8edd commit 2040053

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
This can potentially cause the missing of some swaths from the querying results. In my script, I updated the method to generate a more inclusive geometry, so these parts are preserved in the simplified polygon (see figures below).
1515

16-
<img src="figures/Alaska_Simplified.JPG" alt="" width="300">
16+
<img src="figures/Alaska_Simplified.JPG" alt="" width="400">
1717
<figcaption>My version of simplified Boundary</figcaption>
1818

1919
The inputs from users are the product name – such as MOD10A1 (Terra) and MYD10A1 (Aqua), time range, and a polygon shapefile for the processing boundary. The script will prompt the users to enter a registered username and password on EarthData portal. Please download this script to a working directory and it will automatically download the HDF5 files for MODIS snow cover.
@@ -31,5 +31,7 @@
3131
“No decision” pixels also reduced. Water pixels are not changed because these have a much higher certainty and cannot be converted back to snow pixels, thus are not processed further in this workflow. The visulization for Terra and funsion can be found there.
3232

3333
<p align="center">
34-
<img src="figures/Comparison.jpg" alt="" align="center" width="800">
34+
<img src="figures/Comparison.jpg" alt="" align="center" width="600">
3535
</p>
36+
37+
### I included some example files that are generated from this workflow in the "example_files" folder.

0 commit comments

Comments
 (0)