# QGeoloGIS **Repository Path**: SpikeXue_admin/QGeoloGIS ## Basic Information - **Project Name**: QGeoloGIS - **Description**: No description available - **Primary Language**: Python - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-01 - **Last Updated**: 2026-03-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README :warning: **QGeoloGIS is not maintained any more!** :warning: If you're interested in well log visualization or in any other feature proposed by QGeoloGIS, we suggest you to have a look onto https://gitlab.com/geolandia/openlog/openlog-qgis-plugin! --- # 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](qgeologis.png) See the [corresponding video](https://vimeo.com/303279452) # How to use it as a standalone plugin ## Installation To get the source code and put it into the QGIS plugin directory, run: ``` git clone https://gitlab.com/Oslandia/qgis/QGeoloGIS.git cd QGeoloGIS make deploy ``` ## Extra (for developers) As a development good-practice, one uses [`flake8`](https://flake8.pycqa.org/en/latest/) as a pre-commit hook so as to keep the code as clean as possible. In order to set-up this tool in your developing environment, run: ``` make dev-install ``` ## How to begin The plugin works with 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](./sample). Apart from the small [toy dataset](./sample/qgeologistest.sql) itself, you can find an [example QGIS project file](sample/project.qgs) and the associated [configuration file](./sample/qgeologistest.json), which may be loaded from the plugin menu. # Documentation ## For users [User documentation](https://oslandia.gitlab.io/qgis/QGeoloGIS/) ## For developers [How to release?](./RELEASING.md)