Upload folder using huggingface_hub
Browse files- README.md +104 -0
- measurements_optics5_long.parquet +3 -0
- station_index_optics5.parquet +3 -0
- station_year_coverage_optics5.parquet +3 -0
README.md
ADDED
|
@@ -0,0 +1,104 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pretty_name: EEA Waterbase Optics5 — Cleaned River Measurements (2015–2017)
|
| 3 |
+
license: other
|
| 4 |
+
license_name: eea-reuse-policy
|
| 5 |
+
license_link: https://www.eea.europa.eu/en/legal-notice
|
| 6 |
+
language:
|
| 7 |
+
- en
|
| 8 |
+
tags:
|
| 9 |
+
- water-quality
|
| 10 |
+
- environmental
|
| 11 |
+
- eea
|
| 12 |
+
- wise
|
| 13 |
+
- eu
|
| 14 |
+
- hydrology
|
| 15 |
+
- sentinel-2
|
| 16 |
+
- remote-sensing
|
| 17 |
+
- river
|
| 18 |
+
size_categories:
|
| 19 |
+
- 100K<n<1M
|
| 20 |
+
---
|
| 21 |
+
|
| 22 |
+
# EEA Waterbase Optics5 — Cleaned River Measurements (2015–2017)
|
| 23 |
+
|
| 24 |
+
Filtered and cleaned subset of the [EEA Waterbase – Water Quality ICM (WISE-4) v2018.1](https://huggingface.co/datasets/cassini-team-todo/eea-waterbase) prepared for training Sentinel-2 water quality models.
|
| 25 |
+
|
| 26 |
+
Produced during the **11th CASSINI Hackathon – EU Space for Water**.
|
| 27 |
+
|
| 28 |
+
## Filtering criteria
|
| 29 |
+
|
| 30 |
+
- **Water body category**: rivers only (`parameterWaterBodyCategory = RW`)
|
| 31 |
+
- **Station coordinates**: stations must have valid `lon` and `lat`
|
| 32 |
+
- **Date window**: 2015-07-01 – 2017-12-31 (aligned with Sentinel-2A availability)
|
| 33 |
+
- **Determinands (Optics5)**: five parameters with the strongest expected link to Sentinel-2 surface reflectance
|
| 34 |
+
|
| 35 |
+
| Code | Parameter | Unit |
|
| 36 |
+
|---|---|---|
|
| 37 |
+
| `EEA_3133-01-5` | Dissolved oxygen | mg{O2}/L |
|
| 38 |
+
| `EEA_3131-01-9` | Oxygen saturation | % |
|
| 39 |
+
| `CAS_14797-55-8` | Nitrate | mg{NO3}/L |
|
| 40 |
+
| `CAS_14798-03-9` | Ammonium | mg{NH4}/L |
|
| 41 |
+
| `CAS_14265-44-2` | Phosphate-P | mg{P}/L |
|
| 42 |
+
|
| 43 |
+
## Files
|
| 44 |
+
|
| 45 |
+
### `measurements_optics5_long.parquet`
|
| 46 |
+
Long-format table of all individual measurements. One row per (station, sampling date, determinand).
|
| 47 |
+
|
| 48 |
+
| Column | Description |
|
| 49 |
+
|---|---|
|
| 50 |
+
| `station_id` | Monitoring site identifier |
|
| 51 |
+
| `lat`, `lon` | Station coordinates (WGS84) |
|
| 52 |
+
| `sampling_date` | Date of measurement |
|
| 53 |
+
| `determinand_code` | One of the Optics5 codes above |
|
| 54 |
+
| `value` | Observed value (numeric) |
|
| 55 |
+
| `unit` | Unit of measurement |
|
| 56 |
+
| `below_loq` | Flag: value is below limit of quantification |
|
| 57 |
+
| `loq_value` | Limit of quantification value |
|
| 58 |
+
|
| 59 |
+
**4,757 stations · 251,245 rows · 2015-07-01 to 2017-12-31**
|
| 60 |
+
|
| 61 |
+
Determinand breakdown:
|
| 62 |
+
|
| 63 |
+
| Code | Rows | Stations |
|
| 64 |
+
|---|---|---|
|
| 65 |
+
| `EEA_3133-01-5` | 32,330 | 3,594 |
|
| 66 |
+
| `EEA_3131-01-9` | 33,301 | 3,163 |
|
| 67 |
+
| `CAS_14797-55-8` | 63,488 | 3,641 |
|
| 68 |
+
| `CAS_14798-03-9` | 65,025 | 3,495 |
|
| 69 |
+
| `CAS_14265-44-2` | 57,101 | 3,122 |
|
| 70 |
+
|
| 71 |
+
### `station_index_optics5.parquet`
|
| 72 |
+
One row per eligible station with summary statistics.
|
| 73 |
+
|
| 74 |
+
| Column | Description |
|
| 75 |
+
|---|---|
|
| 76 |
+
| `station_id` | Monitoring site identifier |
|
| 77 |
+
| `lat`, `lon` | Station coordinates (WGS84) |
|
| 78 |
+
| `first_date` | Earliest measurement date in window |
|
| 79 |
+
| `last_date` | Latest measurement date in window |
|
| 80 |
+
| `n_measurements` | Total number of non-null value rows |
|
| 81 |
+
| `n_determinands` | Number of distinct Optics5 codes measured |
|
| 82 |
+
|
| 83 |
+
**4,757 rows**
|
| 84 |
+
|
| 85 |
+
### `station_year_coverage_optics5.parquet`
|
| 86 |
+
Audit table: number of measurements per station, year, and determinand code.
|
| 87 |
+
|
| 88 |
+
| Column | Description |
|
| 89 |
+
|---|---|
|
| 90 |
+
| `station_id` | Monitoring site identifier |
|
| 91 |
+
| `year` | Calendar year |
|
| 92 |
+
| `determinand_code` | Optics5 determinand code |
|
| 93 |
+
| `n_measurements` | Number of measurements in that year |
|
| 94 |
+
|
| 95 |
+
**33,419 rows**
|
| 96 |
+
|
| 97 |
+
## Intended use
|
| 98 |
+
|
| 99 |
+
Each training sample for a Sentinel-2 model is a `(station, date)` pair joined to the nearest cloud-free Sentinel-2 scene within a ±N day window. Separate models (or a multitask model with target masking) are trained per determinand — co-presence of all five codes on the same date is not required.
|
| 100 |
+
|
| 101 |
+
## Source
|
| 102 |
+
|
| 103 |
+
Derived from `cassini-team-todo/eea-waterbase` (mirror of EEA Waterbase WISE-4 v2018.1).
|
| 104 |
+
Original data © European Environment Agency, reused under the [EEA reuse policy](https://www.eea.europa.eu/en/legal-notice).
|
measurements_optics5_long.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f9b1edabf942802786232206e6f3439bb2987546fc8922e01beaded3eddb1509
|
| 3 |
+
size 1078005
|
station_index_optics5.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dd619c9d8e4dced0f8e927bf6902058ba3ed1eb9fd714d92d155fba3893927c5
|
| 3 |
+
size 148586
|
station_year_coverage_optics5.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e1f9fb3dd660edcb9440b018f9b7b0ceaaf3c5ae6df9dd281a9b3f13771d5f03
|
| 3 |
+
size 67105
|