Skip to content

OpenGL rendering of mesh results in QGIS

License

Notifications You must be signed in to change notification settings

cuulee/meshlayer

 
 

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.

About

OpenGL rendering of mesh results in QGIS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.2%
  • Makefile 0.8%