File size: 1,320 Bytes
9ce0311
 
 
 
 
 
 
 
 
ebc875d
 
9ce0311
 
f565899
9ce0311
9cc90e1
9ce0311
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
---
license: cc-by-nc-4.0
task_categories:
- image-segmentation
language:
- en
tags:
- Remote Sensing Images
- Satellite Images
- Grass
- Cloud
---

# KTDA-Datasets

This dataset card aims to describe the datasets used in the [KTDA](https://xavierjiezou.github.io/KTDA/).

## Install

```bash
pip install huggingface-hub
```

## Usage

```bash
# Step 1: Download datasets
huggingface-cli download --repo-type dataset XavierJiezou/ktda-datasets --local-dir data --include grass.zip 
huggingface-cli download --repo-type dataset XavierJiezou/ktda-datasets --local-dir data --include cloud.zip

# Step 2: Extract datasets
unzip grass.zip -d grass
unzip cloud.zip -d l8_biome
```

## Source Data

- l8_biome: https://landsat.usgs.gov/landsat-8-cloud-cover-assessment-validation-data

## Citation

```bib
@article{l8_biome,
    title = {Cloud detection algorithm comparison and validation for operational Landsat data products},
    journal = {Remote Sensing of Environment},
    volume = {194},
    pages = {379-390},
    year = {2017},
    author = {Steve Foga and Pat L. Scaramuzza and Song Guo and Zhe Zhu and Ronald D. Dilley and Tim Beckmann and Gail L. Schmidt and John L. Dwyer and M. {Joseph Hughes} and Brady Laue}
}
```

## Contact

For questions, please contact Xavier Jiezou at xuechaozou (at) foxmail (dot) com.