opengeospatial / Geotech

20 stars 8 forks source link

Use case 1 : The road to the geological model #50

Open mbeaufils opened 2 years ago

mbeaufils commented 2 years ago

This is to explicit the data the geologist / geotechnical engineer will try to find and look at in order to build a comprehension of the geological context of the project. The idea is to identify which APIs performing which queries on which data can help. Also please detail (eg. not saying only borehole logs, but stratigraphy, lithology, etc...)

dponti commented 1 year ago

One 3D geologic modeling package I am familiar with is EarthVision, which can be used to construct, visualize and query geologic structure models (with unit volumes, surfaces and faults) as well as the creation and visualization of property models (any property with a numeric value). Book A type data used as input to these models are in ascii fixed-length or delimited ascii format with specific headers From our geotech schema of objects, any API would need to be able to extract the following category of information with these specified properties:

From boreholes/wells: Well Path data

Well lithology

Well tops

Well log data

Data not tied specifically to a borehole

Scattered data

Property data

Fault polygon

Vertical faults

neilchadwick-dg commented 1 year ago

A few random observations:

Didymograptus commented 1 year ago

Simple data requirements: (the following may all be used to create a model they are not exclusive to one particular model) The properties of the layers may or may not be required

Models require ground surface data. Which may be the upper geology layer, or combination of upper geology layers.

From raw data: PointID,inclination,max depth? Point ID,x,y,z,c of top of geological layers where c = name of the geological layers x,y,z,c of discontinuities where c = dip and strike

From semi nterpreted/modelled data 2D+ surface shapes of: geology discontinuities (fault zones)

From interpreted/modelled data 3D solid shapes of: geology discontinuities (fault zones)

mbeaufils commented 1 year ago

A tentative of summary based on current contributions + discussion from the 13/10 meeting:

Identify available SamplingFeatures (boreholes, samples, ...) based on location, based on other criteria

SamplingFeatures description

Observations / measurements based on a borehole:

Observation / measurements on a point

"DEM like" observation / measurement

Mapping observation

Geological Architecture