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 Class - Processing #237

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

New Class - Processing #237

stansmith907 opened this issue Sep 20, 2019 · 1 comment · 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 Definition: processing
"comprehensive information about the procedure(s), process(es) and algorithm(s) applied in the process step"

Rules:

  • optional

Element Definitions:

  • identifier: { identifier } "information to identify the processing package that produced the data"
  • softwareReference: { citation } "reference to document describing processing software"
  • procedureDescription: ( string ) "additional details about the processing procedures"
  • documentation: [ citation ] "reference to documentation describing the processing"
  • runtimeParameters: ( string ) "parameters to control the processing operations, entered at run time"
  • algorithm: [ algorithm ] "details of the methodology by which geographic information was derived from the instrument readings"
  • parameter: [ parameters ] "parameter(s) used in a process"

Rules:

  • identifier: required

mdJson:

   "processing": {
      "identifier": { },
      "softwareReference": { },
      "procedureDescription": "procedure description",
      "documentation": [ ],
      "runtimeParameters": "runtime parameters",
      "algorithm": [ ],
      "parameter": [ ] "processing parameters"
   }
@dwalt
Copy link
Collaborator

dwalt commented Jun 24, 2022

Added "parameter" element.

@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.

3 participants