Update README.md
Browse files
README.md
CHANGED
@@ -46,6 +46,12 @@ The DASP **(Distributed Analysis of Sentinel-2 Pixels)** dataset consists of clo
|
|
46 |
- Facilitates urban planning, climate research, and environmental monitoring.
|
47 |
- Land Use Classification: Enables categorization of land cover types.
|
48 |
|
|
|
|
|
|
|
|
|
|
|
|
|
49 |
## Dataset Structure
|
50 |
|
51 |
### Data Instances
|
|
|
46 |
- Facilitates urban planning, climate research, and environmental monitoring.
|
47 |
- Land Use Classification: Enables categorization of land cover types.
|
48 |
|
49 |
+
## Download a band (folder)
|
50 |
+
|
51 |
+
```sh
|
52 |
+
huggingface-cli download RichardErkhov/DASP --include TCI/* --local-dir DASP --repo-type dataset
|
53 |
+
```
|
54 |
+
|
55 |
## Dataset Structure
|
56 |
|
57 |
### Data Instances
|