# This file contains metadata for your plugin.

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

[general]
name=GeoGenie
qgisMinimumVersion=3.28
qgisMaximumVersion=4.99
description=AI-powered GIS workflow automation through a chat interface. Describe a task in plain English and GeoGenie downloads satellite data, runs analysis, generates a reusable PyQGIS pipeline, and exports a map. Requires your own free OpenRouter API key; uses free models, so AI usage costs nothing.
version=1.0.1
author=kodeezabdullah
email=abdullah.gis.services@gmail.com

about=GeoGenie is a chat-first GIS assistant built into QGIS. Tell it a task in plain English and it downloads satellite imagery (Sentinel, Landsat, ASTER), fetches OpenStreetMap data, runs spatial analysis (NDVI, NDWI, basic SAR flood detection), saves a reusable standalone PyQGIS pipeline to your local drive, and exports a publication-ready map. The AI features require your own free OpenRouter API key (get one at https://openrouter.ai) and run entirely on free models, so AI usage costs you nothing. Satellite downloads optionally use free Copernicus Data Space and USGS EarthExplorer accounts. The plugin never installs anything or runs in the background; scheduling is done with a generated standalone script you register with Task Scheduler or cron.

tracker=https://github.com/kodeezabdullah/geogenie/issues
repository=https://github.com/kodeezabdullah/geogenie
license=GNU GPL v2 or any later version
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no
changelog=1.0.0
    First public release. Chat-first AI workflow, automatic free-model fallback,
    Sentinel/Landsat/ASTER download, OSM pull, NDVI/NDWI and basic SAR flood
    analysis, reusable standalone PyQGIS pipeline generation, AI and manual map
    layouts, and a generated scheduler script.

# Tags are comma separated with spaces allowed
tags=python,ai,satellite,sentinel,ndvi,flood,pipeline,automation,openrouter,geoprocessing,landsat,osm,aster

homepage=https://github.com/kodeezabdullah/geogenie
category=Plugins
icon=icon.png
# experimental flag
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=

# Category of the plugin: Raster, Vector, Database or Web
# category=

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