Datasets:
Modalities:
Geospatial
Size:
1B<n<10B
Tags:
remote-sensing
water-quality
chlorophyll-a
harmful-algal-blooms
spatial-reconstruction
benchmark
License:
Add files using upload-large-folder tool
Browse files
README.md
CHANGED
|
@@ -24,7 +24,7 @@ Per-lake folder (`tai/`, `chao/`, `hongze/`):
|
|
| 24 |
- `goci_cache.npy`, `olci_cache.npy` — gridded per-scene Chl-*a* rasters on a common ~300 m lake grid.
|
| 25 |
- `goci_scenes.json`, `olci_dates.json` — scene → cache-row indices.
|
| 26 |
- `goci/`, `sentinel/` — raw per-scene rasters and lake-grid metadata (`lake_meta*`).
|
| 27 |
-
- `situ/` — in-situ station time series.
|
| 28 |
- `split_index.csv`, `alignment_index.csv` — (scene, station) match-ups with temporal `split`.
|
| 29 |
- `goci_station_features.csv`, `olci_station_features.csv` — station-pixel satellite values.
|
| 30 |
- `station_meta.csv`, `shp/` — station and lake geometry.
|
|
@@ -43,6 +43,10 @@ from huggingface_hub import snapshot_download
|
|
| 43 |
snapshot_download(repo_id="ALH84001/bloomfield", repo_type="dataset", local_dir="bloomfield")
|
| 44 |
```
|
| 45 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 46 |
## License & sources
|
| 47 |
Released under **CC-BY-4.0**. Underlying Level-2 products (GOCI-II, Sentinel-3 OLCI) are public and
|
| 48 |
re-downloadable; in-situ readings come from an automatic-analyser station network. See the paper's
|
|
|
|
| 24 |
- `goci_cache.npy`, `olci_cache.npy` — gridded per-scene Chl-*a* rasters on a common ~300 m lake grid.
|
| 25 |
- `goci_scenes.json`, `olci_dates.json` — scene → cache-row indices.
|
| 26 |
- `goci/`, `sentinel/` — raw per-scene rasters and lake-grid metadata (`lake_meta*`).
|
| 27 |
+
- `situ/` — in-situ station time series (chlorophyll-*a*, turbidity, and station coordinates only).
|
| 28 |
- `split_index.csv`, `alignment_index.csv` — (scene, station) match-ups with temporal `split`.
|
| 29 |
- `goci_station_features.csv`, `olci_station_features.csv` — station-pixel satellite values.
|
| 30 |
- `station_meta.csv`, `shp/` — station and lake geometry.
|
|
|
|
| 43 |
snapshot_download(repo_id="ALH84001/bloomfield", repo_type="dataset", local_dir="bloomfield")
|
| 44 |
```
|
| 45 |
|
| 46 |
+
## Companion resources
|
| 47 |
+
The benchmark **code** and the small **station × satellite match-up tables** are released separately;
|
| 48 |
+
their links are provided upon publication (anonymized during double-blind review).
|
| 49 |
+
|
| 50 |
## License & sources
|
| 51 |
Released under **CC-BY-4.0**. Underlying Level-2 products (GOCI-II, Sentinel-3 OLCI) are public and
|
| 52 |
re-downloadable; in-situ readings come from an automatic-analyser station network. See the paper's
|