# This file contains metadata for your plugin.

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

[general]
name=Curve Number Generator
qgisMinimumVersion=3.18
description=Curve Number Generator plugin has multiple algorithms to generate the curve number layer for any area of interest using different datasets.
version=2.2.1
author=Abdul Raheem Siddiqui
email=ar-siddiqui@outlook.com

about=Curve Number Generator plugin has multiple algorithms to generate the curve number layer for any area of interest using different datasets.


tracker=https://github.com/ar-siddiqui/curve_number_generator/issues
repository=https://github.com/ar-siddiqui/curve_number_generator
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=yes
# Uncomment the following line and add your changelog:
changelog=Version 2.2.1 - 2024-07-21
	- Add a new global algorithm utilizing ESA Land Cover and ORNL HSG datasets
	- Deprecate ESA and ISRIL aglorithm
	Version 2.2.0 - 2024-04-16
	- Add a new global algorithm utilizing ESA and ISRIC datasets
	Version 2.1.3 - 2023-10-17
	- Change NLCD Land Cover and Impervious layer to 2021 dataset
    Version 2.1.2 - 2023-05-24
	- conus_nlcd_ssurgo: Fix missing data on corners of a rectangle AOI
	Version 2.1.1 - 2023-03-19
	- Fix custom algorithm formula
	Version 2.1.0 - 2022-09-11
	- Remove plugin from plugin menu
	- Fix bug with reinstall of plugin
	- Fix bug that was causing Drained Soil variable to get ignored
	- Revamp default soil lookup table
	Version 2.0.0 - 2022-08-06
	- New algorithm to create curve number layer using local datasets
	- Algorithms outputs are now proper QGIS destination sinks, thus allowing better batch processing and calls from command line


# Tags are comma separated with spaces allowed
tags=curve number, CN, NLCD Land Cover, SSURGO, Soil, Hydrologic Soil Group, HSG, Hydrology, SCS, Impervious Surface

homepage=https://github.com/ar-siddiqui/curve_number_generator
category=Analysis
icon=icon.png
# experimental flag
experimental=True

# 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

