# This file contains metadata for your plugin.

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

[general]
name=Geovita GIS Processing provider
description=Aims to bring different Geovita custom geological and geotechnical processing algorithms to QGIS

qgisMinimumVersion=3.28
qgisMaximumVersion=4.99
supportsQt6=True

version=3.3.0
author=DPE
email=dpe@geovita.no

about=Geovita plugin provider. This plugin enables different geological and geotechnical algorithms to QGIS, and is under development.

	Now it implements NGI's REMEDY_GIS_RiskTool to QGIS:

	* REMEDY_GIS_RiskTool is an open-source GIS-based tool using the GIBV method to quantify building damage risks from deep excavation, analyzing settlements due to wall deformation and groundwater drawdown, developed under the REMEDY/Begrens Skade 2 research project (2017–2022).

	* Begrens Skade - Excavation: Analyzes building settlement risks in soft clays caused by deep excavation wall deformation, using the GIBV method to calculate vertical greenfield settlements based on empirical data from retaining wall behavior (developed under the REMEDY/Begrens Skade 2 project).
	* Begrens Skade - ImpactMap: Quantifies short- and long-term consolidation settlements from groundwater drawdown during construction pit establishment, employing the GIBV method and empirical datasets to model spatiotemporal risk distribution in soft clays (part of the NFR-funded REMEDY initiative).
	* Begrens Skade - Tunnel: Evaluates subsidence and inclination risks in buildings adjacent to tunnel excavations, leveraging the GIBV framework to predict settlements induced by tunneling activities in soft clay environments (developed through the REMEDY/Begrens Skade 2 research collaboration).

	- File bug-reports here: https://github.com/danpejobo/geovita_processing_plugin/issues

tracker=https://github.com/danpejobo/geovita_processing_plugin/issues
repository=https://github.com/danpejobo/geovita_processing_plugin
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=yes

# Uncomment the following line and add your changelog:
changelog=v.3.3.0 (05.11.2025)
	- Added new Algorithm: "Create Atlas Coverage" (`geovita:create_atlas_coverage`)
	- Added a complete unit test suite for the new `CreateAtlasCoverageAlgorithm`
	- Update qgisMaximumVersion to 4.99 to support qgis4 and qt6

	v.3.2.1 (14.03.2025)
	- Update metadata and descriptions

	v.3.2.0 (13.03.2025)
	- Update submodule to newest upstream.
	- Rewrite logic for adding and styling layers. Now uses postProcessing. Results should be added to TOC, and visible on the canvas

	v.3.1.1 (04.03.2024)
	- Add version logging and feedback.
	- Fix for two layers having the same name in the excavation algorithm (thus only one showing in TOC)
	- Fix "label" attributes for the styles to the excavation and tunnel algorithms

	v.3.1.0 (14.02.2024)
	- Minor fix in vulnerability analysis for excavation and tunnel. Fields can be omitted (i.e corresponding analysis are dropped). Any combination of the three vulnerability fields can be assessed.

	v.3.0.0 (09.02.2024)
	- Restructure codebase
	- Implement postprocessing to add layers (was still some threading issues)
	- Add tests to try and mitigate the risk of publishing a broken plugin
	- fix path issue in impactmap (no raster or invalid path)
	- fix error in how coordinate system for impactmap is set in the main REMEDY repo

	v.2.0.2 (01.02.2024)
	- Fix unbound local reference to DTB-raster
	- Fix bug with checking version. Undefined variable if version < 33200

	v.2.0.0 (29.01.2024)
	- Add reproject functionality
	- Fix: Access violation error due to maipulating GUI from process thread
	- Fix: Group/layers in TOC updates correctly
	- Fixed impact map clip distance
	- Fixed impact map resample
	- Minor bugs in all modules
	
	v.1.0.2 (24.01.2024)
	- Update a bug in the utility function get_shapefile_as_json_pyqgis, where excavations containing Z/M-dimentions (they are dropped) did not process correctly, resulting in an bug in the underlying submodule.

	v.1.0.1 (17.01.2024)
	- Initial "release" of the QGIS implementation of NGI's REMEDY_GIS_RiskTool

# Tags are comma separated with spaces allowed
tags=geotechnical engineering, geology, geotechnical analysis, soil mechanics, ground deformation, subsidence, consolidation, settlements, excavation, tunnel engineering, geohazards, infrastructure risk, GIBV method, soft clays, groundwater drawdown, DTM, NGI, BegrensSkade, REMEDY, impactmap, geotechnical modeling, site investigation, slope stability, soil-structure interaction

homepage=https://github.com/danpejobo/geovita_processing_plugin
category=Vector
icon=icons/geovita.ico
# 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

