[general]
name=Meteo Grid Statistics
description=Time-aware polygon statistics for regular NetCDF, GRIB and GeoTIFF grids; requires GDAL/OGR and NumPy supplied with QGIS 3.
about=Compute statistics for each polygon and selected band/time, report missing and abnormal cells, and export EPSG:4326 GeoJSON, Shapefile or CSV.
 Uses QGIS-provided GDAL/OGR (GDAL 3.1+ for NetCDF coordinate recovery) and NumPy; no pip installation or account is needed at runtime.
 Supports regular affine grids and one-dimensional regular NetCDF latitude/longitude arrays. Missing NetCDF CRS is explicitly reported as assumed WGS84. Curvilinear grids are not supported.
 Exact median is limited to five million valid cells per polygon; other statistics are computed in blocks. The interface is Chinese, with English help and documentation. QGIS 4 is not yet supported.
license=GPL-3.0-or-later
version=0.1.5
qgisMinimumVersion=3.22
qgisMaximumVersion=3.99
author=wanglei
email=comewanglei@gmail.com
homepage=https://github.com/comewanglei/meteo_grid_stats
repository=https://github.com/comewanglei/meteo_grid_stats
tracker=https://github.com/comewanglei/meteo_grid_stats/issues
category=Raster
icon=icon.svg
experimental=True
deprecated=False
server=False
hasProcessingProvider=False
tags=meteorology,netcdf,grib,zonal statistics,time series
changelog=0.1.5: Use scoped Qt and QgsTask enums to resolve compatibility scan warnings.
 0.1.4: Replace the thermometer with a graduated statistical ruler.
 0.1.3: Redesign the vector icon with a sun, temperature grid and thermometer.
 0.1.2: Harden packaging, add offline English help and synthetic sample data, and validate code quality and security.
 0.1.1: Recover regular NetCDF lat/lon coordinates; warn when assuming WGS84.
 0.1.0: Initial experimental release with time-aware polygon statistics and exports.
