FI: one variant per year, not just 2023 - #242
Merged
Merged
Conversation
This was referenced Sep 11, 2026
ivorbosloper
force-pushed
the
split/fi
branch
from
September 12, 2026 12:51
308e3af to
f90bea6
Compare
Ruokavirasto serves the growing parcels under /data/<year>/ for 2020 through 2025 — 2019 and 2026 answer 403 — and only 2023 had ever been converted, because the converter hard-coded that URL. Every year ships the file under the same name, so the cache name has to carry the year; without that the second edition reads the first one's download. The layer is named KASVULOHKO until 2022 and hvd_kasvulohko from 2023, and those editions add three columns, but every column the converter reads is in all six, all in EPSG:3067. Six editions are built and published, 6,152,522 field-years, with the crop mapping covering the older code lists completely. The test fixture is the 2023 file under the cache name that edition now uses, and the test pins that variant because the converter's default is the newest edition. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01DVx9uQV2QPM8ecPAY3ZjXG
ivorbosloper
force-pushed
the
split/fi
branch
from
September 12, 2026 15:10
f90bea6 to
869c6e4
Compare
saidy-moregeo
approved these changes
Sep 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
FI: one variant per year, not just 2023