ES-GA: editions 2014-2026 - #236
Open
ivorbosloper wants to merge 1 commit into
Open
Conversation
This was referenced Sep 11, 2026
ivorbosloper
force-pushed
the
split/es_ga
branch
2 times, most recently
from
September 12, 2026 15:10
5362925 to
8f401c7
Compare
ideg.xunta.gal serves one MapServer per campaign, SIXPAC_2014 through SIXPAC_2026, where the converter assumed a range ending in 2024. The older campaigns name the same things differently — 2014 has a RECINTO layer with SUP_SIGPAC and no DN_OID, 2015 uses SUP_SIX and USO_SIX, 2020 has IDGEOM in place of DN_OID — so the column names are mapped per campaign. The one that matters for anyone reading the series: Galicia had no MT (matorral) code before the 2023 campaign. Scrub was coded PR (pasto arbustivo), which the base filter keeps as grazing land. PR is ~23% of features up to 2022 but only ~1% once MT exists, so keeping it would leave every pre-2023 edition about 75% larger than 2023+, and the series would read as if Galicia lost a quarter of its farmland in one year. It is excluded before 2023. short_name was "Spain " with a trailing space, so every item was titled "Spain 2026". The determination date now comes from the variant year. Thirteen editions are built and published, ~5.0M fields each. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01DVx9uQV2QPM8ecPAY3ZjXG
ivorbosloper
force-pushed
the
split/es_ga
branch
from
September 12, 2026 16:12
8f401c7 to
5dc50f3
Compare
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.
ideg.xunta.gal serves one MapServer per campaign (SIXPAC_2014 … SIXPAC_2026); the converter assumed one range ending in 2024. Older campaigns rename things:
SUP_SIGPAC, thenSUP_SIX/USO_SIX, andIDGEOMwhereDN_OIDis absent.Scrub changed code in 2023: before that it was PR (pasto arbustivo), which the base filter keeps as grazing land — 23% of features, against 1% once MT exists. Keeping it would have made every pre-2023 edition ~75% larger and the series would read as Galicia losing a quarter of its farmland in one year. Excluded before 2023.
Also:
short_namewas"Spain ", so items read "Spain 2026".Thirteen editions, ~5.0M fields each, ~65M field-years. Needs #232.
🤖 Generated with Claude Code
https://claude.ai/code/session_01DVx9uQV2QPM8ecPAY3ZjXG