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

Refactor DCATUS writer to handle ISO1195-2, FGDC/CSDGM, and ISO19139 #4899

Open
1 task
rshewitt opened this issue Sep 20, 2024 · 1 comment
Open
1 task
Labels
H2.0/Harvest-Transform Transform Logic for Harvesting 2.0

Comments

@rshewitt
Copy link
Contributor

User Story

In order to successfully transform current spatial harvest sources (i.e. ISO1195-2, FGDC/CSDGM, and ISO19139 ), datagov wants refactor the DCATUS writer to handle all 3 source types.

Acceptance Criteria

[ACs should be clearly demoable/verifiable whenever possible. Try specifying them using BDD.]

  • GIVEN the DCATUS writer
    AND the harvesting of ISO1195-2, FGDC/CSDGM, and ISO19139 source types
    WHEN any of those documents are read into mdtranslator
    THEN the information is transformed into DCATUS

Background

  • the DCATUS writer is designed around ISO19115-3.
  • the DCATUS writer needs to accommodate all 3 supported metadata types

Security Considerations (required)

[Any security concerns that might be implicated in the change. "None" is OK, just be explicit here!]

Sketch

  • identify common information between all 3 types and determine where to read/write it in the internal metadata object
@rshewitt rshewitt added the H2.0/Harvest-Transform Transform Logic for Harvesting 2.0 label Sep 20, 2024
@rshewitt
Copy link
Contributor Author

rshewitt commented Sep 20, 2024

ISO19115-2/3, FGDC, and ISO19139 all support use-constraint information. we could refactor the dcatus rights module to return a concatenated string with just the use-constraints.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
H2.0/Harvest-Transform Transform Logic for Harvesting 2.0
Projects
Status: No status
Development

No branches or pull requests

1 participant