# This file contains metadata for your plugin.

# This file should be included when you package your plugin.# Mandatory items:

[general]
name=grd2stream
qgisMinimumVersion=3.4
description=streamline generation from gridded data
version=1.1
author=Thomas Kleiner, Abraham Wondimu, Anna Menshikova, Maxim Poliakov, Simon Povh
email=scienceflightplanner@gmail.com

about=This plugin allows the seamless generation of multiple flowlines (by selecting seed points) from rasters – using Runge-Kutta integration methods. Powered by GMT6, it ensures compatibility with all GDAL file formats!

tracker=https://github.com/ScienceFlightPlanner/grd2stream/issues
repository=https://github.com/ScienceFlightPlanner/grd2stream
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no
# Uncomment the following line and add your changelog:
changelog=1.1 (2025-03-13)
    - changed plugin icon
    - updated plugin homepage
    - minor changes in help manual
    - fixed help manual's visibility in dark mode
    - fixed dark theme detection for dynamic icon display
    - changed presets directory for it to persist across reinstalls

    1.0 (2025-03-11)
    - Initial release

# Tags are comma separated with spaces allowed
tags=velocity field, grid, flowline

homepage=https://scienceflightplanner.github.io/grd2stream
category=Analysis
icon=icon.png
# experimental flag
experimental=False

# deprecated flag (applies to the whole plugin, not just a single version)
deprecated=False

# Since QGIS 3.8, a comma separated list of plugins to be installed
# (or upgraded) can be specified.
# Check the documentation for more information.
# plugin_dependencies=

Category of the plugin: Raster, Vector, Database or Web
# category=

# If the plugin can run on QGIS Server.
server=False

