Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

- Suuport multiple years for CZ
- Update years for DK (2025, 2026)
- Support multiple years for CZ
- Converter for Bavaria, Germany
- Update fr-converter to support 2021/2022 files

Expand Down
2 changes: 1 addition & 1 deletion fiboa_cli/datasets/dk.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
class DKConverter(AdminConverterMixin, AddHCATMixin, FiboaBaseConverter):
variants = {
str(variant): f"https://landbrugsgeodata.fvm.dk/Download/Marker/Marker_{variant}.zip"
for variant in range(2024, 2008 - 1, -1)
for variant in range(2026, 2008 - 1, -1)
}
id = "dk"
short_name = "Denmark"
Expand Down
Binary file removed tests/data-files/convert/dk/Marker_2024.zip
Binary file not shown.
Binary file added tests/data-files/convert/dk/Marker_2026.zip
Binary file not shown.
Loading