--- license: cc-by-4.0 task_categories: - image-feature-extraction tags: - remote-sensing - sar - optical - multimodal - contrastive-learning - sentinel-1 - landsat size_categories: - 1M/shards --index_path /index.parquet ``` The loader (`tar_dataset`) auto-detects the `uint8` dtype and rescales to `[0,1]` on read (no re-normalization needed). Use `ground_tile_id` for **leak-free train/val splits** (group by tile so the same ground location never spans splits). ## Notes - Patches are 224×224 at a common spatial grid (VIS and SAR resampled to the same grid). - SAR penetrates cloud/night, so VIS↔SAR pairs are matched within a Δt tolerance (see `dt_hours` in metadata).