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 geologic age #144

Closed
3 of 4 tasks
stansmith907 opened this issue Sep 25, 2017 · 1 comment
Closed
3 of 4 tasks

fgdc bio geologic age #144

stansmith907 opened this issue Sep 25, 2017 · 1 comment

Comments

@stansmith907
Copy link
Contributor

stansmith907 commented Sep 25, 2017

The FGDC Biological extension adds geologic age to single date and timePeriod. Should this be incorporated into mdJson/mdTranslator?

  • add geologic date type to date
  • add geologic age to timePeriod
  • add geologic age to timeInstant
  • ignore
        <sngdate>
          <caldate>20170820</caldate>
          <time>13:30:00</time>
          <geolage>
            <geolscal>International Geologic Time Scale</geolscal>
            <geolest>jurassic</geolest>
            <geolun>error estimate for geologic time</geolun>
            <geolexpl>method used to calculate geologic age estimate</geolexpl>
            <geolcit>
              <citeinfo>
                <origin>Dennis Walworth</origin>
                <pubdate>20170615</pubdate>
                <title>Method for carbon dating</title>
              </citeinfo>
            </geolcit>
            <geolcit></geolcit>
          </geolage>
        </sngdate>
        <rngdates>
          <begdate>19900701</begdate>
          <begtime>12:30:00</begtime>
          <enddate>2016</enddate>
          <endtime>17:30:00</endtime>
          <beggeol>{see geolage above}</beggeol>
          <endgeol>{see geolage above}</endgeol>
        </rngdates>
@dwalt
Copy link
Collaborator

dwalt commented Oct 2, 2017 via email

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

2 participants