All Projects → lutraconsulting → qgis-crayfish-plugin

lutraconsulting / qgis-crayfish-plugin

Licence: GPL-3.0 License
Plotting and manipulating mesh data in QGIS.

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to qgis-crayfish-plugin

DEMto3D-QGIS-Plugin
Extensión GIS para impresión 3D de MDE
Stars: ✭ 33 (-44.07%)
Mutual labels:  qgis-plugin
trends.earth
trends.earth - measure land change
Stars: ✭ 69 (+16.95%)
Mutual labels:  qgis-plugin
DsgTools
DSG's QGIS Plugin for GIS production
Stars: ✭ 37 (-37.29%)
Mutual labels:  qgis-plugin
go2mapillary
a plugin for displaying and extracting information from Mapillary street level imagery with QGIS (3.0)
Stars: ✭ 25 (-57.63%)
Mutual labels:  qgis-plugin
speckle-qgis
QGIS Connector for Speckle 2.0
Stars: ✭ 17 (-71.19%)
Mutual labels:  qgis-plugin
qgis-bridge-plugin
GeoCat Bridge is a plugin for QGIS that can be used to publish geospatial (meta)data to the cloud.
Stars: ✭ 24 (-59.32%)
Mutual labels:  qgis-plugin
ImportPhotos
This tool can be used to import Geo-Tagged photos (jpg or jpeg) as points to QGIS.
Stars: ✭ 22 (-62.71%)
Mutual labels:  qgis-plugin
profiletool
Home to the QGis Profiletool plugin. Initial work on this fork was partially funded by the C.A. La Rioja
Stars: ✭ 23 (-61.02%)
Mutual labels:  qgis-plugin
gis4wrf
QGIS toolkit 🧰 for pre- and post-processing 🔨, visualizing 🔍, and running simulations 💻 in the Weather Research and Forecasting (WRF) model 🌀
Stars: ✭ 137 (+132.2%)
Mutual labels:  qgis-plugin
qgis-maptiler-plugin
QGIS MapTiler Plugin: vector tiles, basemaps, geocoding, OSM, QuickMapServices
Stars: ✭ 73 (+23.73%)
Mutual labels:  qgis-plugin
isogeo-plugin-qgis
Isogeo plugin for QGIS
Stars: ✭ 13 (-77.97%)
Mutual labels:  qgis-plugin
CartoLineGen
QGIS plugin to simplify and smooth lines for a given map scale.
Stars: ✭ 18 (-69.49%)
Mutual labels:  qgis-plugin
xyz-qgis-plugin
Plugin for QGIS to connect to the HERE XYZ Hub API
Stars: ✭ 22 (-62.71%)
Mutual labels:  qgis-plugin
massive-change-detection
QGIS 2 plugin for applying change detection algorithms on high resolution satellite imagery
Stars: ✭ 18 (-69.49%)
Mutual labels:  qgis-plugin

Build Status Coverage Status

Crayfish (QGIS plugin)

The Crayfish Plugin is to extend QGIS' functionalities to handle mesh datasets. With Crayfish plugin, you can export your mesh data as a GDAL/OGR raster or vector, generate animations and plot time series.

Any mesh formats supported by MDAL can be used in Crayfish plugin. Crayfish is compatible with all the main desktop operating systems (Windows, Linux and MacOS).

Crayfish 3 vs Crayfish 2

In QGIS 2.x & Crayfish 2.x all features were implemented through QGIS's plugin layer. Rendering and format reading were written in C++ language and hence Crayfish 2 was shipped as C++ library and QGIS python plugin.

In QGIS 3.4 & Crayfish 3.x, the C++ library was abandoned and replaced by MDAL data provider for data (format) reading and QGIS Core enhancement (QgsMeshLayer).

Here is the table that helps to understand the new implementation and where to report issues with Crayfish:

MDAL QGIS 3.x Crayfish 3.x
grid input X
data input X
rendering X
identify X
styling X
time slider X
export grid X
export contours X
trace animation X
plots X
export animations X
mesh calculator X X

Using Crayfish

For instructions of how to install and use Crayfish, please refer to the Crayfish resources page on our website.

  • load mesh layer with data source manager in QGIS
  • load datasets from properties panel in QGIS
  • style and browse with styling panel (f7)
  • use plots and export animations with Crayfish plugin

Installing

Use QGIS plugin manager to install the latest crayfish version.

Developement

Please refer to the QGIS official plugin development cookbook and practises.

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].