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

New Elements - ProcessStep #236

Open
2 tasks
stansmith907 opened this issue Sep 20, 2019 · 0 comments · May be fixed by #324
Open
2 tasks

New Elements - ProcessStep #236

stansmith907 opened this issue Sep 20, 2019 · 0 comments · May be fixed by #324
Labels
new feature Add new functionality not currently available

Comments

@stansmith907
Copy link
Contributor

stansmith907 commented Sep 20, 2019

Class processStep

New Element Definitions:

  • processingInformation: { processing } "comprehensive information about the procedure by which the algorithm was applied to derive geographic data from the raw instrument measurements, such as datasets, software used, and the processing environment"
  • report: [ processStepReport ] "report generated by the process step"

Rules:

  • processingInformation: optional
  • report: optional

Note: LE_ProcessStep also added an output element array to hold products produced by the step. These are of type { LE_Source }. We added this function to mdJSON earlier in support of FGDC as the stepProduct array of type { LI_Source }. I will make the needed adjustment in the writers.

mdJson:

{
   "processStep": [
      {
         "stepId": "process step ID",
         "description": "process step description",
         "rationale": "process step rationale",
         "timePeriod": { },
         "processor": [ ],
         "stepSource": [ ],
         "stepProduct": [ ],
         "reference": [ ],
         "scope": { },
         "processingInformation": { },
         "report": [ ]
      }
   ]
}
@hmaier-fws hmaier-fws added the new feature Add new functionality not currently available label Apr 22, 2024
@jwaspin jwaspin linked a pull request Apr 30, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature Add new functionality not currently available
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants