-
Notifications
You must be signed in to change notification settings - Fork 8
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
Use case 1 : The road to the geological model #50
Comments
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 lithology
Well tops
Well log data
Data not tied specifically to a borehole Scattered data
Property data
Fault polygon
Vertical faults
|
A few random observations:
|
Simple data requirements: Models require ground surface data. Which may be the upper geology layer, or combination of upper geology layers. From raw data: From semi nterpreted/modelled data From interpreted/modelled data |
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
|
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...)
The text was updated successfully, but these errors were encountered: