Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate inspire schemas #105

Merged
merged 4 commits into from
Oct 15, 2024
Merged

Migrate inspire schemas #105

merged 4 commits into from
Oct 15, 2024

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    687362f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e43af9c View commit details
    Browse the repository at this point in the history
  3. feat: use codelists instead of enumerations

    According to [this schema release](https://github.com/INSPIRE-MIF/application-schemas/releases/tag/2024.1),
    the enumerations used in the INSPIRE schemas are replaced by codelists.
    The alignments using enumerations so far are adapted accordingly including
    import of the codelists into the alignment, assigning them to the respective
    elements and assigning the matching value.
    
    SVC-1946
    JohannaOtt committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    40dd1dd View commit details
    Browse the repository at this point in the history
  4. feat: add mappings for new elements

    According to [this issue](INSPIRE-MIF/application-schemas#87),
    a new role "dataset" has been added to LandCoverUnit.
    This commit adds a mapping for both LandCover alignments to make sure that they
    are provided as expected.
    
    SVC-1946
    JohannaOtt committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    9d9ed68 View commit details
    Browse the repository at this point in the history