# This file contains metadata for your plugin.

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

[general]
name=WAsP scripting
qgisMinimumVersion=3.0
description=Scripts for fetching, creating and saving WAsP map files
version=0.3.5
author=DTU Wind and Energy Systems
email=waspsupport@dtu.dk

about=This plugin provides scripts that convert QGIS map formats to the formats needed by the WAsP.

tracker=https://gitlab.windenergy.dtu.dk/WAsP/qgis-plugin
repository=https://gitlab.windenergy.dtu.dk/WAsP/qgis-plugin
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=yes
# Uncomment the following line and add your changelog:
changelog=v0.3.5 (2025-11-06)
    - When saving WEng rasters, it is required that they have the same 
    extent. This can now be ensured by providing optionally
    the roughness polygon layer that you have already created, which is then used to
    define the output extent of the elevation .grd file
    - Added elevation data from GWA4 (Copernicus)
    v0.3.4 (2025-01-09)
    - Allow both Polygon and PolygonZ as input for "Save WAsP boundary lines". 
    This allows importing GoogleEarth polygons that by default have a PolygonZ wkbtype.
    Removed redundant initialisation of "newlayer" in several scripts.
    Warning instead of info when the projection is not supported in WAsP 
    but still being saved as WAsP file.
    v0.3.3 (2024-12-19)
    - Only add no-attribute line if required (in coastal areas). This makes sure 
    that the map included also the offshore area. In all other areas the bounding 
    box and the elevation lines will have the same extent, so then there is no 
    need to add this extra line.
    v0.3.2 (2024-12-16)
    - Added scripts "Save WEng elevation/roughness raster" to create .grd files 
    for WAsP engineering. Added no attribute line with the original bounding box 
    in elevation fetching script, that prevents automatic clipping when importing 
    in WAsP.
    v0.3.1 (2024-10-14)
    - Bugfix where z0 was requested instead of d in 'Polygons to roughness lines'. d is not a required field for this function.
    v0.3 (2024-06-21)
    - Added citation bib and DOI in readme
    v0.2 (2024-06-19)
    - Clean up for repo and deploy first version of package

# Tags are comma separated with spaces allowed
tags=WAsP,landcover,elevation,roughness

homepage=https://gitlab.windenergy.dtu.dk/WAsP/qgis-plugin
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

