File size: 1,442 Bytes
2bde5aa
 
 
 
885ce12
 
 
 
 
 
2bde5aa
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
configs:
  - config_name: default
    data_files:
      - split: train
        path: "data/train/*.parquet"
      - split: validation
        path: "data/validation/*parquet"
      - split: test
        path: "data/test/*.parquet"
dataset_info:
  features:
    - name: image
      dtype: image
    - name: mask
      dtype: image
---

# Urban Climate Dataset

## Dataset Description

This dataset is part of the Urban Climate project. It contains satellite images of urban areas and corresponding segmentation masks that are used for building detection and segmentation tasks.

### Files and Structure:

- **train.parquet**: Contains the training images and masks in a parquet format.
- **validation.parquet**: Contains the validation images and masks in a parquet format for model evaluation.
- **test.parquet**: Contains the test images and masks in a parquet format to evaluate the model.

Each parquet file includes:

- **image**: The original satellite image used for the respective split (train, validation, or test).
- **mask**: The binary mask where buildings are labeled, corresponding to the image.

### Dataset Details:

- **Images**: High-resolution satellite images of urban environments.
- **Masks**: Binary segmentation masks that indicate building footprints.

### Usage:

This dataset is intended for tasks such as building detection and segmentation in urban areas using machine learning and computer vision techniques.