Datasets:

Modalities:
Image
Size:
< 1K
ArXiv:
Libraries:
Datasets
License:
amitmisra commited on
Commit
69faca5
·
verified ·
1 Parent(s): 47b8d48

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -35,9 +35,10 @@ This dataset provides flood detection data from satellite observations. Each geo
35
  1. **Parquet file** (post-processing.parquet): Contains detailed observations with timestamps, locations, and environmental metrics
36
  2. **80-meter buffer geotiff** (80m-buffer.tif): Filtered flood extent with 80m safety buffer
37
  3. **240-meter buffer geotiff** (240m-buffer.tif): Filtered flood extent with wider 240m safety buffer
 
38
 
39
  In the geotiffs:
40
- - **Value 2**: Pixels with flooding detected within the buffer distance (80m or 240m)
41
  - **Value 1**: Default exclusion layer representing areas with potential false positives (rough terrain or arid regions) or false negatives (urban areas)
42
  - **Value 0**: Areas without any flood detection and outside of our exclusion mask
43
 
 
35
  1. **Parquet file** (post-processing.parquet): Contains detailed observations with timestamps, locations, and environmental metrics
36
  2. **80-meter buffer geotiff** (80m-buffer.tif): Filtered flood extent with 80m safety buffer
37
  3. **240-meter buffer geotiff** (240m-buffer.tif): Filtered flood extent with wider 240m safety buffer
38
+ 4. **Flood recurrence geotiff with 80-meter buffer** (recurrence-80m-buffer.tif): Number of distinct months with flooding detected.
39
 
40
  In the geotiffs:
41
+ - **Value 2**: Pixels with flooding detected within the buffer distance (80m or 240m). For the recurrence file, it is number of months with flooding minus 1. So 2=1 month of flooding, 3=2 months of flooding, etc.
42
  - **Value 1**: Default exclusion layer representing areas with potential false positives (rough terrain or arid regions) or false negatives (urban areas)
43
  - **Value 0**: Areas without any flood detection and outside of our exclusion mask
44