Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,47 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
+
|
5 |
+
# Dataset Card Creation Guide
|
6 |
+
|
7 |
+
### Dataset Summary
|
8 |
+
|
9 |
+
Tabular dataset comprised of MODIS surface reflectance bands along with calculated indices and a label (water/not-water)
|
10 |
+
|
11 |
+
## Dataset Structure
|
12 |
+
|
13 |
+
### Data Fields
|
14 |
+
|
15 |
+
List and describe the fields present in the dataset. Mention their data type, and whether they are used as input or output in any of the tasks the dataset currently supports. If the data has span indices, describe their attributes, such as whether they are at the character level or word level, whether they are contiguous or not, etc. If the datasets contains example IDs, state whether they have an inherent meaning, such as a mapping to other datasets or pointing to relationships between data points.
|
16 |
+
|
17 |
+
- `water`: Label, water or not-water
|
18 |
+
- `sur_refl_b01_1`: MODIS surface reflection band 1
|
19 |
+
- `sur_refl_b02_1`: MODIS surface reflection band 2
|
20 |
+
- `sur_refl_b03_1`: MODIS surface reflection band 3
|
21 |
+
- `sur_refl_b04_1`: MODIS surface reflection band 4
|
22 |
+
- `sur_refl_b05_1`: MODIS surface reflection band 5
|
23 |
+
- `sur_refl_b06_1`: MODIS surface reflection band 6
|
24 |
+
- `sur_refl_b07_1`: MODIS surface reflection band 7
|
25 |
+
- `ndvi`: Normalized differential vegetation index
|
26 |
+
- `ndwi1`: Normalized differential water index 1
|
27 |
+
- `ndwi2`: Normalized differential water index 2
|
28 |
+
|
29 |
+
### Data Splits
|
30 |
+
|
31 |
+
Train and test split. Test is 200 rows, train is 800.
|
32 |
+
|
33 |
+
## Dataset Creation
|
34 |
+
|
35 |
+
## Source Data
|
36 |
+
|
37 |
+
[MODIS MOD44W](https://lpdaac.usgs.gov/products/mod44wv006/)
|
38 |
+
[MODIS MOD09GA](https://lpdaac.usgs.gov/products/mod09gav006/)
|
39 |
+
[MODIS MOD09GQ](https://lpdaac.usgs.gov/products/mod09gqv006/)
|
40 |
+
|
41 |
+
|
42 |
+
## Annotation process
|
43 |
+
|
44 |
+
Labels were created by using the MOD44W C6 product to designate pixels in MODIS surface reflectance products as land or water.
|
45 |
+
|
46 |
+
|
47 |
+
|