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 - Acquisition #212

Closed
10 of 12 tasks
stansmith907 opened this issue Jun 12, 2019 · 2 comments · Fixed by #322
Closed
10 of 12 tasks

New Class - Acquisition #212

stansmith907 opened this issue Jun 12, 2019 · 2 comments · Fixed by #322
Assignees
Labels
mdEditor mdEditor update needed new feature Add new functionality not currently available
Milestone

Comments

@stansmith907
Copy link
Contributor

stansmith907 commented Jun 12, 2019

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

@jlblcc jlblcc self-assigned this Jun 12, 2019
@jlblcc jlblcc added this to the 2.7.0 milestone Jun 12, 2019
@dwalt
Copy link
Collaborator

dwalt commented Jun 23, 2022

Added "scope"

@dwalt dwalt mentioned this issue Jun 28, 2022
10 tasks
@dwalt dwalt added enhancement Improve or modify an existing feature mdEditor mdEditor update needed labels Jun 28, 2022
@hmaier-fws hmaier-fws added new feature Add new functionality not currently available and removed enhancement Improve or modify an existing feature labels Apr 16, 2024
This was linked to pull requests Dec 17, 2024
@hmaier-fws
Copy link
Contributor

Closed by #307
Closed by #322

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mdEditor mdEditor update needed new feature Add new functionality not currently available
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants