Skip to content
This repository was archived by the owner on Jun 3, 2020. It is now read-only.

Oslandia/QGeoloGIS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Hugo Mercier
Apr 9, 2020
37cee35 · Apr 9, 2020
Apr 9, 2020
Mar 18, 2020
Nov 5, 2018
Nov 29, 2018
Feb 14, 2020
Mar 18, 2020
Jun 11, 2019
Mar 23, 2020
Apr 8, 2020
Feb 6, 2020
Jan 21, 2020
Dec 3, 2019
Dec 3, 2019
Apr 9, 2020
Apr 8, 2020
Mar 20, 2020
Jun 11, 2019
Apr 8, 2020

Repository files navigation

QGeoloGIS plugin

This project allows the visualization of logs of drilling wells or boreholes and time series.

It is based on QT and the QGIS rendering engine to plot series of measurements. This allows:

  • the use of the rich symbology engine of QGIS to display underground data
  • having decent display performances, since QGIS is optimized to quickly render geometries possibly made of lots of points

Currently three types of data are handled:

  • stratigraphy data, where a polygon is defined by a depth range and a pattern fill is given by a rock code
  • continuous series of data that represent data sampled continuously underground (a sample every centimer for instance). This could also be reused to plot time series.
  • scatter plots of data

Example in a QGIS application

See the corresponding video

How to use it as a standalone plugin

Install the plugin in the QGIS plugin directory and enable it. You can install it by typing make deploy in the main folder.

It requires a configuration that describes what is the base layer that displays measure points and how to access the different measure layers.

Some sample resources are available in the sample folder. Apart from the small toy dataset itself, you can find an example QGIS project file and the associated configuration file, which may be loaded from the plugin menu.