[general]
name=GhanaPostGPS Geocoder
qgisMinimumVersion=3.16
description=Convert between GhanaPostGPS digital addresses and geographic coordinates. Geocode addresses to points and reverse-geocode points to GhanaPostGPS addresses.
version=1.0.0
author=Ben Emunah Aikins
email=benaikins56@gmail.com

about=A QGIS plugin for geocoding and reverse-geocoding using Ghana's GhanaPostGPS digital address system. Features include:
    - Convert GhanaPostGPS addresses (e.g. AK-484-9321) to latitude/longitude point features
    - Convert point layers or coordinate pairs to GhanaPostGPS addresses
    - Single address lookup with instant map visualization
    - Batch geocoding from a text field in any vector layer
    - Batch reverse-geocoding from any point layer
    - Rich attribute output including Region, District, PostCode, Area, and Street
    - Configurable API endpoint (default: ghanapostgps.sperixlabs.org)

tracker=https://github.com/Prymtym4eva/ghpostgps_geocoder/issues
repository=https://github.com/Prymtym4eva/ghpostgps_geocoder
tags=ghana,geocoding,ghanapostgps,digital address,reverse geocoding,africa
homepage=https://github.com/Prymtym4eva/ghpostgps_geocoder
category=Vector
icon=icon.png
experimental=False
deprecated=False
hasProcessingProvider=no
server=False
supportsQt6=True
plugin_dependencies=
license=GPL-3.0-or-later
contributors=Precision GIS and Technology Consultancy Ltd.

changelog=
    1.0.0 - Initial release
        * Single address geocoding
        * Single coordinate reverse geocoding
        * Batch geocoding from layer attribute
        * Batch reverse geocoding from point layer
        * Configurable API endpoint
