Skip to content

Commit aad2a9b

Browse files
author
rayaberova
committed
years avaiables per nuts
1 parent e993459 commit aad2a9b

1 file changed

Lines changed: 35 additions & 33 deletions

File tree

1-acquisition.qmd

Lines changed: 35 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -694,39 +694,41 @@ The HTTPS URLs work from anywhere without credentials — great for reading indi
694694
:::
695695

696696
::: {.callout-important}
697-
**Available regions.** Not all NUTS3 regions have pre-processed tiles. The following **27 regions** are covered:
698-
699-
| NUTS3 Code | Country |
700-
|---|---|
701-
| AT332 | Austria |
702-
| BE100 | Belgium |
703-
| BG332 | Bulgaria |
704-
| CY000 | Cyprus |
705-
| CZ072 | Czechia |
706-
| DEA54 | Germany |
707-
| DK041 | Denmark |
708-
| EE00A | Estonia |
709-
| EL521 | Greece |
710-
| ES612 | Spain |
711-
| FI1C1 | Finland |
712-
| FRJ27 | France |
713-
| FRK26 | France |
714-
| HR050 | Croatia |
715-
| IE061 | Irland |
716-
| ITI32 | Italy |
717-
| LT028 | Lithuania |
718-
| LU000 | Luxembourg |
719-
| LV008 | Latvia |
720-
| MT001 | Malta |
721-
| NL33C | Netherlands |
722-
| PL414 | Poland |
723-
| PT16I | Portugal |
724-
| RO123 | Romania |
725-
| SE311 | Sweden |
726-
| SI035 | Slovenia |
727-
| SK022 | Slovakia |
728-
| UKJ22 | United Kingdom |
729-
| UKRAINE | Ukraine |
697+
**Available regions.** Not all NUTS3 regions have pre-processed tiles. The following **27 regions** are covered:
698+
699+
| NUTS3 Code | Country | Years available |
700+
|------------|----------------|--------------------|
701+
| AT332 | Austria | 2018, 2021, 2024 |
702+
| BE100 | Belgium | 2018, 2021, 2024 |
703+
| BE251 | Belgium | 2018, 2021, 2024 |
704+
| BG322 | Bulgaria | 2018, 2021, 2024 |
705+
| CY000 | Cyprus | 2021, 2024 |
706+
| CZ072 | Czechia | 2021, 2024 |
707+
| DEA54 | Germany | 2018, 2021, 2024 |
708+
| DK041 | Denmark | 2018, 2024 |
709+
| EE00A | Estonia | 2018, 2021, 2024 |
710+
| EL521 | Greece | 2018, 2021, 2024 |
711+
| ES612 | Spain | 2018, 2021, 2024 |
712+
| FI1C1 | Finland | 2018, 2021, 2024 |
713+
| FRJ27 | France | 2018, 2021, 2024 |
714+
| FRK26 | France | 2018, 2021, 2024 |
715+
| HR050 | Croatia | 2018, 2021, 2024 |
716+
| IE061 | Ireland | 2018, 2021 |
717+
| ITI32 | Italy | 2018, 2021, 2024 |
718+
| LT028 | Lithuania | 2018, 2021, 2024 |
719+
| LU000 | Luxembourg | 2018, 2021, 2024 |
720+
| LV008 | Latvia | 2018, 2021, 2024 |
721+
| MT001 | Malta | 2018, 2021, 2024 |
722+
| NL33C | Netherlands | 2018, 2021, 2024 |
723+
| PL414 | Poland | 2018, 2021, 2024 |
724+
| PT16I | Portugal | 2018, 2021, 2024 |
725+
| RO123 | Romania | 2018, 2021, 2024 |
726+
| SE311 | Sweden | 2018, 2021, 2024 |
727+
| SI035 | Slovenia | 2018, 2021, 2024 |
728+
| SK022 | Slovakia | 2018, 2021, 2024 |
729+
| UKJ22 | United Kingdom | 2018, 2021, 2024 |
730+
| UKRAINE | Ukraine | 2018, 2021, 2024 |
731+
730732

731733
::: {.callout-note}
732734
**Scale of the dataset and class imbalance.** Across the 27 pre-processed NUTS3 regions and the available years (2021 and 2024), the dataset contains roughly **15 000–20 000 `(image, label)` patches** — a comfortable size for training a segmentation model on a single GPU. Because these regions are built around European capital cities, the 10 CLC+ classes are *not* evenly represented: *sealed surfaces*, *permanent herbaceous* and *periodically herbaceous* dominate, while *lichens and mosses* or *broadleaved evergreen trees* are rare or completely absent in most tiles. This **class imbalance** is a first-order concern when training a segmentation model — naive training will optimise for the common classes and ignore the rare ones.

0 commit comments

Comments
 (0)