HR: thirteen ARKOD archives beside the rolling file - #241
Merged
Merged
Conversation
This was referenced Sep 11, 2026
ivorbosloper
force-pushed
the
split/hr
branch
2 times, most recently
from
September 12, 2026 15:10
0bcf985 to
88c060e
Compare
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
ivorbosloper
force-pushed
the
split/hr
branch
from
September 12, 2026 16:11
88c060e to
7143342
Compare
m-mohr
reviewed
Sep 13, 2026
m-mohr
reviewed
Sep 13, 2026
m-mohr
reviewed
Sep 15, 2026
to_epsg() returns None for a CRS that has no EPSG code, not for an invalid one: a custom projection is valid, projected, and answers None. Overriding it with EPSG:3765 would reinterpret real coordinates as Croatian TM. The case this guards against is an archive shipping no .prj, which is crs is None. A CRS that is declared is trusted; pyproj reprojects from WKT without an EPSG code just as well. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01DVx9uQV2QPM8ecPAY3ZjXG
m-mohr
approved these changes
Sep 15, 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.
HR: thirteen ARKOD archives beside the rolling file- #241
Editions 2011-2023 beside the rolling file, 18.7M field-years.