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

Oslandia/meshlayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Sep 18, 2019
7060ae6 · Sep 18, 2019

History

50 Commits
Oct 16, 2015
Aug 28, 2015
Jun 2, 2016
Aug 7, 2015
Dec 14, 2015
Jun 2, 2016
Aug 12, 2015
May 23, 2019
Mar 27, 2017
Mar 27, 2017
Mar 7, 2018
Dec 14, 2015
Mar 27, 2017
Jun 2, 2016
Jul 25, 2016
Sep 18, 2019

Repository files navigation

QGis Plugin Layer to render simulation results

This python module defines a MeshLayer class that can be loaded as a layer in QGIS.

The user of this class must define a MeshDataProvider suitable for his data format. Two exemples of such a class are provided in meshlayerdemo.

Requirements

The module depends on:

  • QGIS > 2.8 along with it's python bindings
  • OpenGL python package
  • PyQt4 with the submodule QtOpenGL
  • numpy

Installation

make install

Credits

This plugin has been developed by Oslandia ( http://www.oslandia.com ).

Oslandia provides support and assistance for QGIS and associated tools, including this plugin.

This work has been funded by CEA ( httl://www.cea.fr ).

License

This work is free software and licenced under the GNU GPL version 2 or any later version. See LICENSE file.