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

fgdc bio bounding box altitude #140

Closed
1 of 2 tasks
stansmith907 opened this issue Sep 22, 2017 · 0 comments
Closed
1 of 2 tasks

fgdc bio bounding box altitude #140

stansmith907 opened this issue Sep 22, 2017 · 0 comments

Comments

@stansmith907
Copy link
Contributor

stansmith907 commented Sep 22, 2017

The FGDC Biological extension adds a vertical component to boundingBox.

      <bounding>
        <westbc>-166.81640625</westbc>
        <eastbc>-74.00390625</eastbc>
        <northbc>71.6912927186</northbc>
        <southbc>24.0464639997</southbc>
        <boundalt>
           <altmin>0.0</altmin>
           <altmax>1000.0</altmax>
           <altunit>meters</altunit>
        </boundalt>
      </bounding>
  • add altitude to bounding box in mdJson/mdTranslator
  • ignore this extension

altunit is my guess as to what the FGDC tag is 'altitude units of measure'. The tag description was omitted in the FGDC Biological Extension documentation.

Dennis, can you investigate this in Metavist?

@stansmith907 stansmith907 added extension question Information is needed, includes user support requests labels Sep 22, 2017
@stansmith907 stansmith907 changed the title fgdc bounding box altitude fgdc bio bounding box altitude Sep 22, 2017
stansmith907 added a commit to stansmith907/mdTranslator that referenced this issue Sep 28, 2017
include minitest
some tests will fail until schema is updated
closes issue adiwg#140
previous commit closed issue adiwg#115
@stansmith907 stansmith907 removed the question Information is needed, includes user support requests label Oct 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant