HVD compliance: replace verbose licence text with URL in WFS GetCapabilities#58
Open
mvisa wants to merge 1 commit into
Open
HVD compliance: replace verbose licence text with URL in WFS GetCapabilities#58mvisa wants to merge 1 commit into
mvisa wants to merge 1 commit into
Conversation
Replaces the full inline licence text in capabilities_open.conf with a URL pointing to https://en.ilmatieteenlaitos.fi/open-data-licence, satisfying the HVD regulation (EU) 2023/138 Article 4 requirement for machine-readable terms of use in the open data WFS service. Also removes the fees section and updates contactInstructions to point to the web form instead of a direct email address. JIRA: https://jira.fmi.fi/browse/PAK-3132 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
Summary
feessection fromcapabilities_open.confcontactInstructionsto point to the web support form instead of a direct email addressaccessConstraintswith a URL to the FMI open data licence pageBackground
HVD regulation (EU) 2023/138 Article 4 requires terms of use to be available in machine-readable form. The previous
accessConstraintscontained the full licence text inline; a URL is the correct machine-readable approach per OGC WFS 2.0.JIRA: https://jira.fmi.fi/browse/PAK-3132
Test plan
GetCapabilitiesresponse contains<ows:AccessConstraints>https://en.ilmatieteenlaitos.fi/open-data-licence</ows:AccessConstraints><ows:Fees>element is no longer present<ows:ContactInstructions>contains the web form URL🤖 Generated with Claude Code