[general]
name=CRSmart
qgisMinimumVersion=3.40
qgisMaximumVersion=4.99
supportsQt6=True
description=Uncertainty- and epoch-aware CRS / datum transformation assistant.
about=CRSmart turns CRS and datum transformation from a guessing game into a
    guided, transparent, uncertainty-aware workflow. It recommends transformation
    operations ranked by accuracy and area of validity, flags ballpark transforms,
    detects missing PROJ grids (with consented CDN download), handles epoch-aware
    (4D) transforms for dynamic datums, fits local site calibrations
    (Helmert / affine) with residual reporting, and repairs missing vertical CRS.
    All geodetic math goes through PROJ / pyproj. Every capability is exposed both
    as a Processing algorithm and via a dockable panel.
version=v0.1.5
author=OSMAN IBRAHIM
email=osmangeomatics93@gmail.com
tracker=https://github.com/Osman-Geomatics93/CRSmart/issues
repository=https://github.com/Osman-Geomatics93/CRSmart
homepage=https://github.com/Osman-Geomatics93/CRSmart
category=Vector
icon=resources/icon.svg
tags=crs,datum,transformation,projection,reprojection,epoch,dynamic datum,geodesy,helmert,vertical crs,proj,pyproj
experimental=False
deprecated=False
hasProcessingProvider=yes
license=GPL-2.0
changelog=
 Version 0.1.5:

 Version 0.1.4:

 Version 0.1.3:


    EGM2008, NAVD88, ...) or a free-text EPSG/WKT/PROJ field, since QGIS's CRS
    picker does not list standalone vertical CRSs on many builds.
    0.1.4 - Fix: vertical repair no longer crashes with a cryptic PROJ
    error when a compound CRS (e.g. EPSG:9707) is chosen as the vertical CRS;
    it now requires a standalone vertical CRS (e.g. EPSG:5773) and says so.
    0.1.3 - Fix: running an algorithm from the Processing Toolbox could
    crash QGIS (PROJ not thread-safe in worker threads); algorithms now run on
    the main thread. The Epoch tab also now loads its result layer.
    0.1.2 - Fix: epoch-aware transform no longer fails with a cryptic PROJ
    traceback when only a ballpark transform exists; it now reports a clear,
    actionable message and adds an explicit "Allow ballpark transform" opt-in.
    0.1.1 - Security fix: restrict PROJ-CDN grid downloads to HTTP(S)
    schemes (reject file:/ftp:/custom URLs). Required for plugins.qgis.org.
    0.1.0 - First release. Four features (recommend / epoch / calibrate /
    repair vertical) as Processing algorithms and a dockable panel.
    See CHANGELOG.md for details.
