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

spatialReferenceSystem rule change #155

Closed
1 task done
stansmith907 opened this issue Oct 5, 2017 · 0 comments
Closed
1 task done

spatialReferenceSystem rule change #155

stansmith907 opened this issue Oct 5, 2017 · 0 comments
Labels
enhancement Improve or modify an existing feature mdEditor mdEditor update needed
Milestone

Comments

@stansmith907
Copy link
Contributor

stansmith907 commented Oct 5, 2017

Schema rules for spatialReferenceSystem:

Add elements:

  • referenceSystemWKT (string) - "Well Known Text (WKT) for spatial reference system."
  • referenceSystemParameterSet (object type: referenceSystemParameterSet) - "a complete parameter set of the projection that was used for the data set." See issue referenceSystemParameterSet new object #156.

Rules:

  • any of [ referenceSystemType | referenceSystemIdentifier | referenceSystemWKT | referenceSystemParameterSet ]

mdJson:

   "spatialReferenceSystem": [
      {
         "referenceSystemType": "MD_ReferenceSystemTypeCode",
         "referenceSystemIdentifier": {},
         "referenceSystemWKT": "",
         "referenceSystemParameterSet": {}
      }
   ]

FGDC mapping:

<metadata>
  <spref>
      ...
  </spref>
</metadata>

ISO 19115-2 mapping:
The systemParameterSet maps to multiple classes in ISO 19115-2. These will be defined in lower levels of the schema definition.

ISO 19115-3 mapping:
Does not map to ISO 19115-1/3. This information was removed to ISO 19111.

@stansmith907 stansmith907 added the enhancement Improve or modify an existing feature label Oct 5, 2017
@stansmith907 stansmith907 changed the title spatialReferenceSystem 'systemParameterSet' rule change spatialReferenceSystem 'referenceSystemParameterSet' rule change Oct 5, 2017
@jlblcc jlblcc added this to the 2.5.0 milestone Dec 27, 2017
@stansmith907 stansmith907 changed the title spatialReferenceSystem 'referenceSystemParameterSet' rule change spatialReferenceSystem rule change Jan 11, 2018
@jlblcc jlblcc added the mdEditor mdEditor update needed label Oct 3, 2018
@jlblcc jlblcc closed this as completed in 581aaa6 Oct 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improve or modify an existing feature mdEditor mdEditor update needed
Projects
None yet
Development

No branches or pull requests

2 participants