# This file contains metadata for your plugin.

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

# Mandatory items:

[general]
name=Grid Index
qgisMinimumVersion=3.28
qgisMaximumVersion=4.99
supportsQt6=True
version=1.0
description=Creates a cartographically-aware grid index for map series and atlases with advanced labeling options.
author=Kapildev Adhikari
email=kapildevadk@gmail.com
licence=GPL3

about=This plugin creates a highly customizable grid of rectangular polygons for map book and atlas page indexing. Supports vector (point, line, polygon) and raster data with both projected and geographic coordinate systems. Advanced labeling and numbering controls. Create custom-sized grids or override dimensions by specifying the number of rows and columns. Qt6 compatible.

tracker=https://github.com/Kapildev2019/Grid-Index/issues
repository=https://github.com/Kapildev2019/Grid-Index
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=yes

# Uncomment the following line and add your changelog:
changelog=0.3 Qt6 compatibility, enhanced raster support with proper clipping for projected and unprojected data
	0.2 Advanced labeling and numbering controls
	0.1 Initial release

# Updated tags for better discoverability.
tags=processing, grid, cartography, map series, atlas, index, map index, index feature, labeling, page, raster, qt6

homepage=https://github.com/Kapildev2019/Grid-Index
category=Plugins
icon=icon.png
# experimental flag
experimental=False

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

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