--- annotations_creators: - expert-generated language: - en license: cc-by-4.0 multilinguality: monolingual size_categories: - 10K 0: Not Water
1: Water | GeoTIFF
512 x 512
1 band
Int16 | 0: QC | | S1 | Raw Sentinel-1 imagery.
IW mode, GRD product
See [here](https://developers.google.com/earth-engine/sentinel1) for information on preprocessing | Unit: dB | GeoTIFF
512 x 512
2 bands
Float32 | 0: VV
1: VH | | S2 | Raw Sentinel-2 MSI Level-1C imagery
Contains all spectral bands (1 - 12)
Does not contain QA mask | Unit: TOA reflectance
(scaled by 10000) | GeoTIFF
512 x 512
13 bands
UInt16 | 0: B1 (Coastal)
1: B2 (Blue)
2: B3 (Green)
3: B4 (Red)
4: B5 (RedEdge-1)
5: B6 (RedEdge-2)
6: B7 (RedEdge-3)
7: B8 (NIR)
8: B8A (Narrow NIR)
9: B9 (Water Vapor)
10: B10 (Cirrus)
11: B11 (SWIR-1)
12: B12 (SWIR-2) | ### Example images A sample of the dataset for chip _Spain_7370579_ is provided at in `./sample`
## Example Use [Train.ipynb](Train.ipynb) shows how to train and validate the model on a dataset. ## Event Metadata Locations of the flood events and metadata is contained in _Sen1Floods11_Metadata.geojson_. The following fields can be found: | Field | Description | | --------------- | -------------------------------------------------------------------------------------- | | ID | Unique ID for each event | | location | Flood event location (country) | | ISO_CC | ISO Country Code for flood event location | | s1_date | Date (YYYY-MM-dd) that Sentinel-1 image was acquired | | s2_date | Date (YYYY-MM-dd) that Sentinel-2 image was acquired | | orbit | Orbit (ASCENDING or DESCENDING) that Sentinel-1 image was acquired | | rel_orbit_num | Relative Orbit Number that Sentinel-1 image was acquired | | coincident_size | Number of coincident tiles from S2 | | VH_thresh | Threshold used for Sentinel-1 VH band to classify water in reference S1 classification | | train_chip | Number of chips used for training | | val_chip | Number of chips used for validation |