Attribution notice for embedded datasets; conda recipe review fixes - #182
Merged
Conversation
Add THIRDPARTY-DATA.md — source, citation, licence and modification for every dataset compiled into the library: ITU_GRACE16 (CC BY 4.0, GFZ Data Services doi:10.5880/icgem.2016.006, truncated from d/o 180 to 70, header retained), EGM96 and JGM-2/3 (US Government work, via ICGEM), IERS TN36 tables 5.2a/b/d. Ship it in the sdist (MANIFEST.in) and as a wheel licence file (pyproject license-files); link it from the README licence section. Conda recipe (conda-forge/staged-recipes#33466 review): drop the redundant `skip: match(python, "<3.10")` (the build matrix already starts at 3.10), run pip as `${{ PYTHON }}`, declare `(MIT OR Apache-2.0) AND CC-BY-4.0`, and list THIRDPARTY-DATA.md in license_file (a copy sits in the recipe directory so the 0.22.0 sdist, which predates the file, still builds). Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_017VHexyxYasfatXebfxtphw
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.
Addresses the three inline review comments on conda-forge/staged-recipes#33466.
THIRDPARTY-DATA.md: source, citation, licence and modification for every dataset compiled into the library — ITU_GRACE16 (CC BY 4.0, GFZ Data Services doi:10.5880/icgem.2016.006, truncated from degree/order 180 to 70 with its header retained; SHA-256 of original and embedded copy), EGM96 and JGM-2/3 (US Government work via ICGEM), IERS TN36 tables 5.2a/b/d. Shipped in the sdist (MANIFEST.in) and as a wheel licence file (license-files), linked from the README licence section.add-satkitfork branch): drop the redundant Pythonskip(the build matrix starts at 3.10),${{ PYTHON }} -m pip install,license: (MIT OR Apache-2.0) AND CC-BY-4.0,THIRDPARTY-DATA.mdinlicense_filewith a copy in the recipe directory so the 0.22.0 sdist, which predates the file, still builds.Not changed here: the SPDX
licensefield inpyproject.toml/Cargo.tomlstill readsMIT OR Apache-2.0; switching it to(MIT OR Apache-2.0) AND CC-BY-4.0to match the recipe is a one-line follow-up if wanted.🤖 Generated with Claude Code
https://claude.ai/code/session_017VHexyxYasfatXebfxtphw