Datasets:

Modalities:
Image
Size:
< 1K
ArXiv:
Libraries:
Datasets
License:
amitmisra commited on
Commit
d79588e
·
verified ·
1 Parent(s): 13706a6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -6
README.md CHANGED
@@ -33,10 +33,13 @@ This dataset provides flood detection data from satellite observations. Each geo
33
 
34
  ### What's in each tile?
35
  1. **Parquet file** (post-processing.parquet): Contains detailed observations with timestamps, locations, and environmental metrics
36
- 2. **90-meter buffer geotiff** (90m-buffer.tif): Filtered flood extent with 90m safety buffer
37
  3. **240-meter buffer geotiff** (240m-buffer.tif): Filtered flood extent with wider 240m safety buffer
38
 
39
- Note: for some tiles, there are no flood detections after the filtering is applied. In these cases, you will see a parquet file but no geotiffs.
 
 
 
40
 
41
  ## Finding Your Area of Interest
42
  1. Identify the coordinates of your area
@@ -104,10 +107,10 @@ recommended_filters = {
104
  ```
105
 
106
  ## Spatial Resolution
107
- Current data resolution (as of Oct 31, 2024):
108
- - ✅ Africa: 20-meter resolution
109
- - ✅ South America: 20-meter resolution
110
- - ⏳ Rest of world: 30-meter resolution
111
  - Update to 20-meter expected later this year
112
 
113
  ## Common Issues and Solutions
 
33
 
34
  ### What's in each tile?
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
 
44
  ## Finding Your Area of Interest
45
  1. Identify the coordinates of your area
 
107
  ```
108
 
109
  ## Spatial Resolution
110
+ Current data resolution (as of Feb 24,2025):
111
+ - ✅ Global geotiffs: 20-meter resolution
112
+ - ✅ Africa parquet files: 20-meter resolution
113
+ - ⏳ Rest of world parquet files: 30-meter resolution
114
  - Update to 20-meter expected later this year
115
 
116
  ## Common Issues and Solutions