[general]
name=GISCraft Coordinate Extractor
qgisMinimumVersion=3.16
description=Extract Geographic (Lat/Lon) and UTM (Northing/Easting) coordinates from point layers, with automatic UTM zone detection per point.
version=1.1.4
author=GISCraft
email=indragiscraft@gmail.com

about=GISCraft Coordinate Extractor is a QGIS Processing tool that extracts point coordinates in two coordinate systems and writes them into new attribute fields: Latitude/Longitude (WGS84, 5 decimal places) and Northing/Easting (UTM, 3 decimal places), along with the automatically detected UTM zone (e.g. "48S"). The UTM zone is calculated independently for each point, making the tool suitable for datasets that span multiple UTM zones such as roads, pipelines, or transmission line surveys. Coordinate transforms are cached per zone for optimal performance on large datasets. Ideal for GIS surveying, QA/QC, and coordinate reporting workflows. Contact: indragiscraft@gmail.com

tracker=https://github.com/indragiscraft/giscraft-coordinate-extractor/issues
repository=https://github.com/indragiscraft/giscraft-coordinate-extractor
homepage=https://github.com/indragiscraft/giscraft-coordinate-extractor

changelog=
    1.1.4 - Fixed RuntimeError during plugin unload/reload
    1.1.3 - Fixed algorithm not appearing under the GISCraft provider
    1.1.2 - Updated tracker and repository URLs to fix validation error
    1.1.1 - Fixed Qt6 enum compatibility issues for QGIS 3.40+
    1.1.0 - Added automatic UTM zone detection per point; supports multi-zone datasets
    1.0.0 - Initial release

tags=coordinates,utm,latitude,longitude,northing,easting,survey,surveying,geomatics,coordinate conversion,zone detection

category=Vector
icon=icon.png

experimental=False
deprecated=False
server=False

hasProcessingProvider=yes
