Skip to content

Add a toy dataset

Raphael Delhome requested to merge introduce-sample-data into master

This MR introduces a very simple example for elementary visualization purpose.

One has :

  • three stations (S1, S2, S3) georeferenced under the 4326 SRID;
  • two of which come with dummy groudwater_temperature data ;
  • one of which is characterized by a dummy stratigraphic log series.

Hence one may visualize a timeseries:

image

One may also have an insight on how appear the stratigraphic logs:

image

The visualization is straightforward using the QGIS project. One may also build the database (with the provided dump file) and generate the QGIS configuration using the Python utilities within QGIS.

As new files there, one has:

  • qgeologistest.sql : the toy dataset, as a PostgreSQL dump (it fills up a qgeologistest database) ;
  • generate_config_test.py : the Python script used for generating a valid QGeoloGIS configuration, knowing the qgeologistest database ;
  • qgeologistest.json : the QGeoloGIS configuration file, importable from the plugin menu ;
  • project.qgs : the resulting QGIS project that may be opened for demonstration purpose.

Merge request reports