harshinde commited on
Commit
7062cb2
·
verified ·
1 Parent(s): fe2027b

Create README.md

Browse files
Files changed (1) hide show
  1. docs/README.md +46 -0
docs/README.md ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # **Sen1Floods11 Documentation**
2
+
3
+ ## **Bucket Structure**
4
+
5
+ Please refer below for a description of each file and folder inside the `sen1floods11` bucket that hosts Sen1Floods11.
6
+ Note that the most recent data is available within the `v1.1` folder.
7
+
8
+ ## _**Folders**_
9
+
10
+ ### _**Data:**_
11
+
12
+ _**Hand Labeled Data** Folder: data/flood_events/HandLabeled_
13
+
14
+ `LabelHand/`: 446 labeled chips of Water/NoWater/NoData.
15
+
16
+ `S1Hand/`: 446 Sentinel-1 GRD Chips overlapping labeled data.
17
+
18
+ `S2Hand/`: 446 Sentinel-2 L1C Chips overlapping labeled data.
19
+
20
+ `JRCWaterHand/`: JRC Permement Water overlapping labeled data
21
+
22
+ `S1OtsuLabelHand/`: 446 chips of water/nowater derived from standard OTSU thresholding of Sentinel-1 VH band overlapping labeled data.
23
+
24
+ _**Weakly Labeled Data** Folder: data/flood_events/WeaklyLabeled_
25
+
26
+ `S1OtsuLabelWeak/`: 4,385 chips of water/nowater derived from standard OTSU thresholding of Sentinel-1 VH band overlapping weakly-labeled data.
27
+
28
+ `S2IndexLabelWeak/`: 4,385 weakly-labeled chips derived from traditional Sentinel-2 Classification.
29
+
30
+ `S1Weak/`: 4,385 Sentinel-1 GRD chips overlapping weakly-labeled data.
31
+
32
+ _**JRC Labeled Data** Folder: data/perm_water_
33
+
34
+ `S1Perm/`: 815 chips of Sentinel-1 overlapping JRC labels.
35
+
36
+ `JRCPerm/`: 815 chips of permenent water derived from JRC.
37
+
38
+ ### _**Splits:**_
39
+
40
+ `flood_handlabeled/`: contains train, test, and validation splits for handlabeled images of floods (see: `data/flood_events/HandLabeled`).
41
+
42
+ `perm_water/`: contains train, test, and validation splits for permanent water (see: `data/perm_water/`)
43
+
44
+ ## _**Files**_
45
+
46
+ `CNN_Chips_FTC.geojson`: _.geojson_ file containing bounding-box and meta-data for each chip in labeled data (does not contain weakly-labeled data).