Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,39 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
+
|
5 |
+
|
6 |
+
# MODIS Water Lake Powell Raster Dataset
|
7 |
+
|
8 |
+
### Dataset Summary
|
9 |
+
|
10 |
+
Raster dataset comprised of MODIS surface reflectance bands along with calculated indices and a label (water/not-water)
|
11 |
+
|
12 |
+
## Dataset Structure
|
13 |
+
|
14 |
+
### Data Fields
|
15 |
+
|
16 |
+
- `water`: Label, water or not-water (binary)
|
17 |
+
- `sur_refl_b01_1`: MODIS surface reflection band 1 (-100, 16000)
|
18 |
+
- `sur_refl_b02_1`: MODIS surface reflection band 2 (-100, 16000)
|
19 |
+
- `sur_refl_b03_1`: MODIS surface reflection band 3 (-100, 16000)
|
20 |
+
- `sur_refl_b04_1`: MODIS surface reflection band 4 (-100, 16000)
|
21 |
+
- `sur_refl_b05_1`: MODIS surface reflection band 5 (-100, 16000)
|
22 |
+
- `sur_refl_b06_1`: MODIS surface reflection band 6 (-100, 16000)
|
23 |
+
- `sur_refl_b07_1`: MODIS surface reflection band 7 (-100, 16000)
|
24 |
+
- `ndvi`: Normalized differential vegetation index (-20000, 20000)
|
25 |
+
- `ndwi1`: Normalized differential water index 1 (-20000, 20000)
|
26 |
+
- `ndwi2`: Normalized differential water index 2 (-20000, 20000)
|
27 |
+
|
28 |
+
## Dataset Creation
|
29 |
+
|
30 |
+
## Source Data
|
31 |
+
|
32 |
+
[MODIS MOD44W](https://lpdaac.usgs.gov/products/mod44wv006/)
|
33 |
+
[MODIS MOD09GA](https://lpdaac.usgs.gov/products/mod09gav006/)
|
34 |
+
[MODIS MOD09GQ](https://lpdaac.usgs.gov/products/mod09gqv006/)
|
35 |
+
|
36 |
+
|
37 |
+
## Annotation process
|
38 |
+
|
39 |
+
Labels were created by using the MOD44W C6 product to designate pixels in MODIS surface reflectance products as land or water.
|