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

Drillhole Database Reader #20

Open
banesullivan opened this issue Aug 22, 2018 · 2 comments
Open

Drillhole Database Reader #20

banesullivan opened this issue Aug 22, 2018 · 2 comments
Assignees
Labels
Feature Request Request enhancements to the PVGP code repository hacktoberfest

Comments

@banesullivan
Copy link
Member

Overview
Drillhole functionality (and interpreting the results into 3D shapes) would fill a giant gap in open source geo-visualization. To address this, we will create a file reader that will handle the generation of VTK data objects from various types of drillhole databases. Basics would be:

  • XYZ for the COLLAR (with some labeling attributes)
  • SURVEY metadata for the azimuth and dip of the drill hole to plot its path
  • incremental TABLES of information (e.g. depth from collar to describe geology, etc.)

Implementation
I'm currently thinking that we will have a data array selection window (checkboxes) for what drillholes to read then generate a multiblock dataset of the drillholes. As for whether each drillhole will be its own data object or groups of them will be distinguished will be determined as I dive deeper into the structures of these databases and what might be most useful.

Additional Context

  • Here is an article on drilling databases with downloadable DDBs.
  • Geoblock is an OS program that might have some available code.
  • Geoscience Analyst might also be worth checking out.
  • Professional databases have a lot of fields in them describing the various technical aspects of drilling, but the common fields for all of them are COLLAR, SURVEY, ASSAY, and LITHOLOGY.
@banesullivan banesullivan self-assigned this Aug 22, 2018
@banesullivan banesullivan added the Feature Request Request enhancements to the PVGP code repository label Aug 23, 2018
@banesullivan banesullivan added this to the v1.2.0 milestone Aug 23, 2018
@banesullivan banesullivan removed this from the v1.2.0 milestone Jan 9, 2019
@grantboxer
Copy link

I have been looking for a solution to display and analysis of drill hole data in QGIS. Has this project moved any further?

@banesullivan
Copy link
Member Author

Unfortunately, no. This will likely not see any traction in PVGeo, though there may currently be interest in adding a C++ drillhole database reader for ParaView... time will tell.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request Request enhancements to the PVGP code repository hacktoberfest
Projects
None yet
Development

No branches or pull requests

2 participants