cssprad1 commited on
Commit
91d4409
1 Parent(s): e5036ed

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -13
README.md CHANGED
@@ -14,19 +14,17 @@ Tabular dataset comprised of MODIS surface reflectance bands along with calculat
14
 
15
  ### Data Fields
16
 
17
- 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.
18
-
19
- - `water`: Label, water or not-water
20
- - `sur_refl_b01_1`: MODIS surface reflection band 1
21
- - `sur_refl_b02_1`: MODIS surface reflection band 2
22
- - `sur_refl_b03_1`: MODIS surface reflection band 3
23
- - `sur_refl_b04_1`: MODIS surface reflection band 4
24
- - `sur_refl_b05_1`: MODIS surface reflection band 5
25
- - `sur_refl_b06_1`: MODIS surface reflection band 6
26
- - `sur_refl_b07_1`: MODIS surface reflection band 7
27
- - `ndvi`: Normalized differential vegetation index
28
- - `ndwi1`: Normalized differential water index 1
29
- - `ndwi2`: Normalized differential water index 2
30
 
31
  ### Data Splits
32
 
 
14
 
15
  ### Data Fields
16
 
17
+ - `water`: Label, water or not-water (binary)
18
+ - `sur_refl_b01_1`: MODIS surface reflection band 1 (-100, 16000)
19
+ - `sur_refl_b02_1`: MODIS surface reflection band 2 (-100, 16000)
20
+ - `sur_refl_b03_1`: MODIS surface reflection band 3 (-100, 16000)
21
+ - `sur_refl_b04_1`: MODIS surface reflection band 4 (-100, 16000)
22
+ - `sur_refl_b05_1`: MODIS surface reflection band 5 (-100, 16000)
23
+ - `sur_refl_b06_1`: MODIS surface reflection band 6 (-100, 16000)
24
+ - `sur_refl_b07_1`: MODIS surface reflection band 7 (-100, 16000)
25
+ - `ndvi`: Normalized differential vegetation index (-20000, 20000)
26
+ - `ndwi1`: Normalized differential water index 1 (-20000, 20000)
27
+ - `ndwi2`: Normalized differential water index 2 (-20000, 20000)
 
 
28
 
29
  ### Data Splits
30