--- license: apache-2.0 task_categories: - image-segmentation - object-detection language: - en tags: - geospatial - remote-sensing - olmoearth - karst - groundwater - sentinel-1 - sentinel-2 - pennsylvania - geology size_categories: - 10K= 0.8` - Weight: use `confidence` as per-sample loss weight - Triage: prioritize manual review of low-confidence labels --- ## Studio Configuration | Setting | Value | |---|---| | Data sources | Sentinel-1 (VV/VH) + Sentinel-2 (12 bands) | | Time range | 2020-01-01 to 2025-12-31 | | Grid size | 2 km | | Window resolution | 10 m | | Window buffer | 31 px (~310 m) | | Train / val split | 75% / 25% spatial split (128px grid) | --- ## Caveats - **"Other" class is auto-generated** from non-carbonate bedrock polygons; pending domain review. - **Cave merged into sinkhole** — 191 records traceable via `merged_from_cave: true`. - **2,768 outside-carbonate karst labels retained** pending review (some may be valid non-carbonate features). - **Class imbalance** — use class weighting or oversampling for sinkhole (8%) and surface_mine (4%) during training. --- ## Sources All data is public domain. - **PaGEODE Karst Features** — [PA DCNR](https://gis.dcnr.state.pa.us/pageode/) (last updated 2026-02-24) - **PA Bedrock Geology** — [PA DCNR](https://gis.dcnr.state.pa.us/) (DCNR_Bedrock_Geology_Pa_Geologic_Units52023) - **Satellite imagery** — Sentinel-1/2 via OlmoEarth Studio (Microsoft Planetary Computer) ## Related - [allenai/OlmoEarth-v1-Base](https://huggingface.co/allenai/OlmoEarth-v1-Base) - [olmoearth_projects](https://github.com/allenai/olmoearth_projects) - [rslearn](https://github.com/allenai/rslearn) - [OlmoEarth Studio docs](https://olmoearth.allenai.org/docs) ## Citation ```bibtex @dataset{qi2026karst, author = {Qi, Ziming and BAI Group}, title = {OlmoEarth-v1-FT-Karst-Groundwater-Base: Pennsylvania Karst Features for OlmoEarth Fine-Tuning}, year = {2026}, publisher = {Hugging Face}, url = {https://huggingface.co/datasets/2imi9/OlmoEarth-v1-FT-Karst-Groundwater-Base} } ``` ## License Apache 2.0. PaGEODE and PA Bedrock source data are public domain. --- ## v8 Update (2026-05-23) Two minimal additions to support per-pixel binary karst regression in OlmoEarth Studio: ### `sample_karst_score` (new property in `studio/import.geojson`) Binary regression target — `0.0` for `other`, `1.0` for `sinkhole` / `surface_depression` / `surface_mine`. Lets Studio's per-pixel regression head learn karst vs non-karst directly, instead of regressing to the mean of `sample_number` (confidence). ### `oe_labels.karst_score` (new key in `rslearn/annotation_features.geojson`) Same binary value, in rslearn schema #3. Set `label_property: "karst_score"` in your `olmoearth_run.yaml` for binary regression. ### `task_name` (new column in `data.parquet`) Explicit AOI assignment (`pa_karst_east` / `pa_karst_central` / `pa_karst_west`) by longitude band, previously implicit. ### `by_aoi/` (new subfolder) Smaller per-AOI and balanced-combined variants for users who hit Studio's 10,000-record upload cap. Same internal layout as root. See `by_aoi/README.md`. All original fields (`sample_category`, `sample_number`, `sample_true_false`, `oe_labels.category`, `confidence`, `quality_flags`) are unchanged. Original row count (47,020) is preserved at the root.