Coder Social home page Coder Social logo

Interbedded Rock Lithology about schema-dev HOT 3 CLOSED

diggsml avatar diggsml commented on June 27, 2024
Interbedded Rock Lithology

from schema-dev.

Comments (3)

dponti avatar dponti commented on June 27, 2024

HI Scott -
Sorry for the delay. I was hoping to get to this last weekend and now I'm in the field and pretty slammed until early next week. However, the example you show is exactly what componentLithology is designed for. Each lithologic interval can have multiple componentLithology objects; the association attribute is used to describe how the component is distributed within the primary lithology (eg. interbedded, inclusions, etc.) and the abundance code (trace, few, common, etc) or abundancePercent is used to desribe how prominent the component is. I will send an example by early next week.

from schema-dev.

sdeaton75 avatar sdeaton75 commented on June 27, 2024

Dan do you have an example for this?

from schema-dev.

dponti avatar dponti commented on June 27, 2024

Catching up on loose threads - here is an example snippet of a lithologyObservation for a layer that overall is composed of 75% clay and 25% sand that is interbedded within the clay:

        <lithologyObservation>
           <LithologyObservation gml:id="lo1">
               <location>
                  <LinearExtent gml:id="lo1-le">
                      <gml:posList srsDimension="1" srsName="#lrs1">0 8.0</gml:posList>
                  </LinearExtent>
              </location>
               <trueTopObserved>true</trueTopObserved>
              <trueBaseObserved>true</trueBaseObserved>
              <primaryLithology>
                  <Lithology gml:id="lo1-li">
                      <classificationCode codeSpace="ASTM D2487 - 17e1">CL</classificationCode>
                      <lithDescription>Blue clay</lithDescription>
                  </Lithology>
            </primaryLithology>
            <componentLithology>
                   <ComponentLithology gml:id="lo1-c1" association="interbedded with the primary lithology">
                       <lithology>
                           <Lithology gml:id="lo1-li-c1">
                               <classificationCode codeSpace="ASTM D2487 - 17e1" howDetermined="visual">SP</classificationCode>
                               <lithDescription>Pale brown, poorly graded sand</lithDescription>
                           </Lithology>
                       </lithology>
                       <abundancePercent uom="%">25</abundancePercent>
                  </ComponentLithology>
              </componentLithology>
          </LithologyObservation>
       </lithologyObservation>

The character of the component lithology is defined in the association attribute of the ComponentLithology object and comes from an enumerated list. Current enumerations in the list are:

  1. uniformly distributed as a component of the primary lithology
  2. interbedded with the primary lithology
  3. incorporated as inclusions within the primary lithology

You would use component lithology(ies) to indicate a layer of interbedded lithology where the specific location(s) or depths of the interbeds are not important to record. If the locations of interbeds are important, then these beds should be encoded within their own separate layers (eg LithologyObservation) where you can define the location of each bed.

from schema-dev.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.