[general]
name=BRO Grondwater
qgisMinimumVersion=4.0
qgisMaximumVersion=4.99
description=Retrieve and analyze BRO groundwater monitoring well data using Hydropandas
pip_dependencies=pandas>=1.3.0,xlsxwriter>=3.0.0,hydropandas,brodata
version=0.2.2
author=CWG Ingenieurs b.v.
email=info@cwgi.nl

about=This plugin retrieves BRO groundwater monitoring well locations and measurements using Hydropandas. Features include: extent-based well retrieval, depth filtering, measurement visualization, and Excel export. Powered by the python packages Hydropandas and Brodata.

homepage=https://github.com/CWG-Ingenieurs/bro-grondwater-plugin
tracker=https://github.com/CWG-Ingenieurs/bro-grondwater-plugin/issues
repository=https://github.com/CWG-Ingenieurs/bro-grondwater-plugin
tags=groundwater, BRO, hydrology, monitoring, wells, netherlands, dutch
category=Plugins
icon=icon.png
experimental=True
deprecated=False

changelog=0.2.2
    - Fix plugin load crash when sys.stdout/stderr is None in QGIS (caused by RequestsDependencyWarning from requests/urllib3)
    0.2.1
    - Remove unnecessary files (compile.bat, compile.sh, resources.qrc)
    0.2
    - Fix issue #4: retry with exponential backoff on HTTP 429 (rate limit) errors; reduced concurrent downloads from 8 to 3
    - Fix issue #5: auto-install missing dependencies (hydropandas, brodata, etc.) on plugin load
    - Fix issue #10: filter NaN measurement values before Excel export to prevent #GETAL errors in Dutch Excel
    - Hydropandas field name fixes
    0.1
    - Initial release
    - Extent-based well retrieval from BRO
    - Depth filtering with histogram visualization
    - Time series plotting for selected wells
    - Excel export with metadata and charts
    - WMS layer support for GMW visualization
