HR: thirteen ARKOD archives beside the rolling file - #241
Open
ivorbosloper wants to merge 1 commit into
Open
Conversation
Three things had to be right before the archives could be published at all, and
none of them was visible in the output.
The converter declared both `sources` and `variants`. `sources` wins in the base
converter, so every `--variant` converted the current file: thirteen copies of
2024 would have been published as thirteen years.
`index_as_id` replaced ARKOD's own parcel id with a row number. The archives
carry that id, unique within an edition; only the rolling current file lacks
one, so the row index is the fallback rather than the rule.
The archives set the GeoPackage srs_id to 0 ("Undefined geographic SRS") while
holding EPSG:3765 metres, which put projected coordinates in the STAC extent
and built the Hilbert grid from a global geographic extent, leaving every parcel
in one cell of it.
`missing_schemas` also required six properties the archives do not all carry:
2011 leaves mines_status null for 909k of its 1.29M rows.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01DVx9uQV2QPM8ecPAY3ZjXG
This was referenced Sep 11, 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.
Part of the
publish-portolansplit (#231-#240). Croatia: editions 2011-2023 beside the current one, 18,664,678 field-years.Three things had to be right before the archives could be published at all, none of them visible in the output:
sourcesandvariants.sourceswins in the base converter, so every--variantconverted the current file — thirteen copies of 2024 would have been published as thirteen years. (A guard for this belongs upstream; it is in the id/guard structural PR, not here.)index_as_idoverwrote ARKOD's own parcel id. The archives carry it, unique within an edition; only the rollingland_parcels.gpkglacks one. The row index is the fallback now, not the rule. Worth knowing when checking this kind of thing: the Hilbert sort shuffles the rows, so a row index looks like a meaningful id — compare against0..n-1to tell.srs_idto 0 ("Undefined geographic SRS") while holding EPSG:3765 metres, which put projected coordinates in the STAC extent and built the Hilbert grid from a global geographic extent, leaving every parcel in one cell of it.missing_schemasalso required six properties the archives do not all carry — 2011 leavesmines_statusnull for 909k of its 1.29M rows — sorequiredis empty and the difference is recorded where readers will see it.Fourteen editions published. Original commits: ed408b9, 6237d59, and the hr half of 88194e3.
🤖 Generated with Claude Code
https://claude.ai/code/session_01DVx9uQV2QPM8ecPAY3ZjXG