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 - Source #234

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

New Elements - Source #234

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

Class source

New Element Definitions:

  • processedLevel: { identifier } "processing level of the source data"
  • resolution: { nominalResolution } "distance between consistent parts (centre, left side, right side) of two adjacent pixel"

Rules:

  • processedLevel: optional
  • resolution: optional

mdJson:

{
   "source": [
      {
         "sourceId": "source ID",
         "description": "source description",
         "sourceCitation": { },
         "metadataCitation": [ ],
         "spatialResolution": { },
         "referenceSystem": { },
         "sourceProcessStep": [ ],
         "scope": { },
         "processedLevel": { },
         "resolution": { }
      }
   ]
}
@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