mdJson-schemas icon indicating copy to clipboard operation
mdJson-schemas copied to clipboard

New Class - Processing

Open stansmith907 opened this issue 5 years ago • 1 comments

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"
   }

stansmith907 avatar Sep 20 '19 23:09 stansmith907

Added "parameter" element.

dwalt avatar Jun 24 '22 00:06 dwalt