Update README.md
Browse files
README.md
CHANGED
|
@@ -39,13 +39,6 @@ from post-disaster satellite imagery, built on the
|
|
| 39 |
| destroyed-heavy | 70 |
|
| 40 |
| mixed-severe | 60 |
|
| 41 |
|
| 42 |
-
## Folder Structure
|
| 43 |
-
TDRD_release/
|
| 44 |
-
├── metadata/ ← scene index, stats, selected subset
|
| 45 |
-
├── layers/xbd/ ← per-scene GeoJSONs, grids, damage reports
|
| 46 |
-
├── qa/ ← xbd_train.jsonl, xbd_val.jsonl, xbd_test.jsonl
|
| 47 |
-
└── reports/ ← validation report, sampling summary
|
| 48 |
-
|
| 49 |
## Area Computation
|
| 50 |
All footprint areas computed as:
|
| 51 |
`area_m2 = shapely_polygon.area (px²) × GSD²`
|
|
|
|
| 39 |
| destroyed-heavy | 70 |
|
| 40 |
| mixed-severe | 60 |
|
| 41 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 42 |
## Area Computation
|
| 43 |
All footprint areas computed as:
|
| 44 |
`area_m2 = shapely_polygon.area (px²) × GSD²`
|