# This file contains metadata for your plugin.

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

# Mandatory items:
[general]
name=Polygon Divider
qgisMinimumVersion=3.40
qgisMaximumVersion=4.99
description=Divides polygons into into an irregular grid of equal area 'squareish' polygons of a specified size
version=1.0
author=Jonny Huck
email=polygondivider@lunegeographic.co.uk

about=Polygon Divider takes a polygon and efficiently divides it into a number of 'squareish' polygons of a defined size, which is useful for a multitude of applications such as land parceling, environmental sampling, and so on. <br/> <br/> Each output polygon inherits all of the attributes from its parent, as well as a number of additional attributes (id, uuid, area, representative point coordinates) that are described in the repository along with some usage examples. This version will work on QGIS 3.40 and above (including QGIS 4), for previous QGIS versions please use version 0.9 of this plugin.

tracker=https://github.com/jonnyhuck/RFCL-PolygonDivider/issues
repository=https://github.com/jonnyhuck/RFCL-PolygonDivider
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no
changelog=
    1.0
      * Fixed the number of output polygons not always matching the specification (offcut handling)
      * Fixed GeoPackage outputs containing only a single polygon when the input data has a 'fid' field
      * Replaced the built-in Brent's Method with the pyroots implementations (brentq / brenth selectable in the dialog)
      * Failed cuts now try all four directions before giving up; un-dividable polygons are written undivided and reported
      * Fixed rotation being applied even when set to 0
      * POINTX / POINTY are now written as decimals rather than being truncated to whole numbers
      * When absorbing offcuts, the number of pieces is now chosen to keep piece sizes as close as possible to the target area
      * Rotation now happens around the centre of the layer rather than the origin of the CRS
      * Now compatible with both QGIS 3 (3.40+, Qt5) and QGIS 4 (Qt6)
      * Added form validation and various minor bug fixes

# Tags are comma separated with spaces allowed
tags=python, vector, polygon, divide, split, sample, partition, parcel

homepage=https://github.com/jonnyhuck/RFCL-PolygonDivider
category=Vector
icon=icon.png
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=

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