Daniele Picone
commited on
Commit
·
05b5a7d
1
Parent(s):
0aba38f
Changed Readme
Browse files- .gitattributes +2 -0
- README.md +6 -5
.gitattributes
CHANGED
@@ -57,3 +57,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
57 |
# Video files - compressed
|
58 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
59 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
57 |
# Video files - compressed
|
58 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
59 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
60 |
+
*.tif filter=lfs diff=lfs merge=lfs -text
|
61 |
+
*.xml filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -9,18 +9,19 @@ This dataset contains data acquired by both the Landsat and Sentinel-2 platforms
|
|
9 |
In particular, the dataset contains:
|
10 |
|
11 |
- animation: A small animation relative to the evolution of certain quality indices
|
12 |
-
- `full_patches`: The complete patches relative to the region
|
13 |
- `landsat`
|
14 |
- `clipped`: Clipped regions to the AOI (area of interest)
|
15 |
-
- `
|
16 |
-
- `
|
|
|
17 |
- `ndvi`: Normalized Difference Vegetation Index
|
18 |
- `rgb`: Red/Green/Blue component
|
19 |
- `sentinel`
|
20 |
- `clipped`: Clipped regions to the AOI (area of interest)
|
21 |
- `evi`: Enhanced Vegetation Index
|
22 |
-
- `
|
23 |
-
- `
|
|
|
24 |
- `ndbi`: Normalized Difference Built-up index (for urban extent)
|
25 |
- `ndvi`: Normalized Difference Vegetation Index
|
26 |
- `ndwi`: Normalized Difference Water Index (for detecting water bodies)
|
|
|
9 |
In particular, the dataset contains:
|
10 |
|
11 |
- animation: A small animation relative to the evolution of certain quality indices
|
|
|
12 |
- `landsat`
|
13 |
- `clipped`: Clipped regions to the AOI (area of interest)
|
14 |
+
- `full_patches`: Raw data
|
15 |
+
- `lst`: Land Surface Temperature
|
16 |
+
- `multispectral`: Full band coverage
|
17 |
- `ndvi`: Normalized Difference Vegetation Index
|
18 |
- `rgb`: Red/Green/Blue component
|
19 |
- `sentinel`
|
20 |
- `clipped`: Clipped regions to the AOI (area of interest)
|
21 |
- `evi`: Enhanced Vegetation Index
|
22 |
+
- `full_patches`: Raw data
|
23 |
+
- `lst`: Land Surface Temperature
|
24 |
+
- `multispectral`: Full band coverage
|
25 |
- `ndbi`: Normalized Difference Built-up index (for urban extent)
|
26 |
- `ndvi`: Normalized Difference Vegetation Index
|
27 |
- `ndwi`: Normalized Difference Water Index (for detecting water bodies)
|