File size: 601 Bytes
ab589b9 bea87b4 3d481be ab589b9 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | ---
license: apache-2.0
---
This is the Hydro Dataset from the repo: https://github.com/isaaccorley/hydro-foundation-model
The dataset consists of 100k sampled 256x256 Sentinel-2 patches containing water from around the globe. The images are from the Sentinel-2 L2A STAC collection hosted on the Planetary Computer. The bands are: (B01, B02, B03, B04, B05, B06, B07, B08, B8A, B09, B11, B12).
The dataset was split into 10GB chunks for uploading to HuggingFace. It can be extracted by combining the chunks and then extracting.
```bash
cat hydro.* > hydro-complete.zip
unzip hydro-complete.zip
```
|