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

New Class - Acquisition

Open stansmith907 opened this issue 6 years ago • 1 comments

Class Definition: acquisition "designations for the measuring instruments, the platform carrying them, and the mission to which the data contributes"

Rules:

  • [ ] optional

Element Definitions:

  • [ ] scope: { } "the specific data to which the acquisition information applies"
  • [ ] plan: [ plan ] "identifies the plan as implemented by the acquisition"
  • [ ] requirement: [ requirement ] "identifies the requirement the data acquisition intends to satisfy"
  • [ ] objective: [ objective ] "identification of the area or object to be sensed"
  • [ ] platform: [ platform ] "general information about the platform from which the data were taken"
  • [ ] instrument: [ instrument ] "general information about the instrument used in data acquisition"
  • [ ] operation: [ operation ] "general information about an identifiable activity which provided the data"
  • [ ] event: [ event ] "identification of a significant collection point within an operation"
  • [ ] pass: [ pass ] "identification of collection coverage"
  • [ ] environment: { environment } "a record of the environmental circumstances during the data acquisition"

Rules:

  • [ ] All elements are optional

mdJson:

{
   "metadata": {
      "acquisition": [
         {
            "scope": {},
            "plan": [],
            "requirement": [],
            "objective": [],
            "platform": [],
            "instrument": [],
            "operation": [],
            "event": [],
            "pass": [],
            "environment": {}
         }
      ]
   }
}

Supports #204

stansmith907 avatar Jun 12 '19 16:06 stansmith907

Added "scope"

dwalt avatar Jun 23 '22 18:06 dwalt