All Projects → Oslandia → QGeoloGIS

Oslandia / QGeoloGIS

Licence: GPL-2.0 license
Migrated to: https://gitlab.com/Oslandia/qgis/QGeoloGIS

Programming Languages

python
139335 projects - #7 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to QGeoloGIS

albion
Migrated to: https://gitlab.com/Oslandia/albion
Stars: ✭ 47 (+74.07%)
Mutual labels:  qgis, geology
MannvilleGroup Strat Hackathon
stratigraphic machine-learning - active work moved to Predictatops
Stars: ✭ 17 (-37.04%)
Mutual labels:  geology, well-logs
gis-for-geoscientists
Repository for "GIS for Geoscientists" workshop series. This repo contains data, protocols, outputs, lectures, and resources used the workshop. Course taught by Nicholas Barber. Available for future booking upon request! Contact me ([email protected]) for a quote.
Stars: ✭ 19 (-29.63%)
Mutual labels:  qgis, geology
geologic-symbols-qgis
Geologic symbols library and development for QGIS
Stars: ✭ 63 (+133.33%)
Mutual labels:  qgis, geology
wellioviz
d3.js v5 visualization of well logs
Stars: ✭ 36 (+33.33%)
Mutual labels:  geology, well-logs
GnuPlot
A PHP Library for using GnuPlot
Stars: ✭ 26 (-3.7%)
Mutual labels:  plot
mini-map-maker
A tool for automatically generating 3D printable STLs from freely available lidar scan data.
Stars: ✭ 51 (+88.89%)
Mutual labels:  qgis
graph
A basic plotting lib in nim
Stars: ✭ 25 (-7.41%)
Mutual labels:  plot
JPlotter
OpenGL based 2D Plotting Library for Java using AWT and LWJGL
Stars: ✭ 36 (+33.33%)
Mutual labels:  plot
lumo
A high performance WebGL tile rendering library
Stars: ✭ 58 (+114.81%)
Mutual labels:  plot
bh tomo
A Matlab borehole radar/seismic tomography package
Stars: ✭ 17 (-37.04%)
Mutual labels:  borehole
ngm
swissgeol.ch gives you insight in geoscientific data - above and below the surface.
Stars: ✭ 23 (-14.81%)
Mutual labels:  geology
CutAndDisplace
Boundary Element MATLAB code. Modelling faults and deformation
Stars: ✭ 40 (+48.15%)
Mutual labels:  geology
manhattan generator
Manhattan plot Generator
Stars: ✭ 20 (-25.93%)
Mutual labels:  plot
pybedforms
python port of the USGS bedforms software tool
Stars: ✭ 30 (+11.11%)
Mutual labels:  geology
PRo3D
PRo3D, short for Planetary Robotics 3D Viewer, is an interactive 3D visualization tool allowing planetary scientists to work with high-resolution 3D reconstructions of the Martian surface.
Stars: ✭ 33 (+22.22%)
Mutual labels:  geology
heatmaps
Better heatmaps in Python
Stars: ✭ 117 (+333.33%)
Mutual labels:  plot
Apriori-and-Eclat-Frequent-Itemset-Mining
Implementation of the Apriori and Eclat algorithms, two of the best-known basic algorithms for mining frequent item sets in a set of transactions, implementation in Python.
Stars: ✭ 36 (+33.33%)
Mutual labels:  plot
site
Course materials for the Geo-Python course at the University of Helsinki, Finland
Stars: ✭ 166 (+514.81%)
Mutual labels:  geology
aya
Pocket sized programs
Stars: ✭ 39 (+44.44%)
Mutual labels:  plot

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].