--- license: cc-by-4.0 pretty_name: BloomField tags: - remote-sensing - water-quality - chlorophyll-a - harmful-algal-blooms - spatial-reconstruction - benchmark size_categories: - 1B BloomField: a benchmark for whole-lake chlorophyll-*a* field reconstruction. *Under review.* ## Raw per-scene rasters (tarballs) The `*_cache.npy` files already stack every scene for direct use by the code, so most users need only the caches. For provenance / custom re-gridding we also ship the individual per-scene `.npz` rasters as per-lake tarballs (Lake Tai GOCI scenes are cache-only): - `/scenes_sentinel.tar`, `/scenes_goci.tar` Extract inside the lake folder to restore `sentinel/scene_npz/` and `goci/full/scene_npz/`: ```bash cd tai && tar -xf scenes_sentinel.tar ```