# Metadatos del complemento. El repositorio oficial de QGIS valida estos campos
# y rechaza los que traigan enlaces de relleno o que no respondan.

[general]
name=ToolkitPalm
qgisMinimumVersion=3.16
description=Detect and segment oil palm trees and optimise collection points on drone orthomosaics.
version=1.0.1
author=Ing. Adán Arias
email=ingarias9006@gmail.com

about=ToolkitPalm brings together three geoprocessing tools for oil palm plantations in a single panel, designed to work on drone orthomosaics:
    - Palm Detector: counts and locates every palm tree, with manual editing of the detected points and automatic numbering along planting rows.
    - Palm Segmenter: isolates the canopy and computes spectral indices (NDVI, NDWI, SAVI and others).
    - Collection Point Optimiser: finds the optimal locations for collection points along the road network.
    .
    The heavy processing runs on a remote server, so no GPU or deep learning libraries are needed on your machine. Large plots are automatically split into blocks and processed in parallel, and an interrupted job can be resumed where it stopped.
    .
    Usage requires signing in with a Google account and spending processing credits: one credit covers up to 5 hectares, charged per plot rather than per block. Every new account gets one free trial credit. Credit packages can be purchased from within the plugin.
    .
    The plugin contains no secrets or embedded API keys: authorisation is granted by the user's own Google session, which the server verifies directly with Google.
    .
    Dependencies: requests (shipped with the standard QGIS installation). No additional packages required.
    .
    Spanish: ToolkitPalm reúne tres herramientas de geoprocesamiento para plantaciones de palma de aceite sobre ortomosaicos de dron: detección y conteo de palmas, segmentación del dosel con índices espectrales, y optimización de puntos de acopio.

tracker=https://github.com/gaminuma06/toolkitpalm/issues
repository=https://github.com/gaminuma06/toolkitpalm
homepage=https://github.com/gaminuma06/toolkitpalm

# Recommended items:
hasProcessingProvider=no

changelog=1.0.1 - Correcciones del análisis de seguridad del repositorio de QGIS.
    - Los errores que antes se descartaban en silencio ahora quedan registrados,
      para poder diagnosticarlos.
    - El resumen que nombra los archivos de avance pasa de MD5 a SHA-256.
    - La conexión con asistentes (MCP) exige una clave de acceso propia de cada
      instalación y escucha solo en el equipo local.
    .
    1.0.0 - First public release.
    - Three tools unified in a single searchable panel.
    - Sign-in with a Google account (OAuth 2.0 with PKCE); the plugin stores no
      passwords and embeds no secrets.
    - Processing credits: 1 credit per 5 ha, charged per plot rather than per block.
    - Plots of any size: split into blocks processed in parallel, with the option
      to resume where a run stopped if credits run out.
    - In-plugin credit purchase (PSE, card, Nequi, Bancolombia).

tags=raster, deep learning, remote sensing, precision agriculture, oil palm, drone, uav, vegetation index, python

category=Raster
icon=icon.png
experimental=False
deprecated=False

# El complemento se distribuye bajo GPL v2 o posterior (ver LICENSE).
license=GPL-2.0-or-later
