[general]
name=Lateral spreading
qgisMinimumVersion=3.16
qgisMaximumVersion=4.99
description=Lateral spreading for seismic microzonation
description[it]=Lateral spreading per la microzonazione sismica
version=1.0.1
author=Giuseppe Cosentino (Pino)
email=giuseppe.cosentino@cnr.it

about=Lateral spreading is a geotechnical phenomenon that occurs when the ground moves laterally under the influence of external forces, such as an earthquake. This phenomenon is also influenced by the morphological slope of the terrain. It primarily occurs in water-saturated sandy soils that, when subjected to stress, lose their cohesion and behave like a fluid; a phenomenon known as liquefaction. As a result, the ground moves laterally, creating potential risks for buildings and infrastructure.
about[it]=Lateral spreading è un fenomeno geotecnico che si verifica quando il terreno si sposta lateralmente sotto l'influenza di forze esterne, come un terremoto. Questo fenomeno è influenzato anche dalla pendenza morfologica del terreno. Si verifica principalmente in terreni sabbiosi saturi d'acqua che, se sottoposti a sollecitazioni, perdono la loro coesione e si comportano come un fluido, questo fenomeno è noto come liquefazione. Di conseguenza, il terreno si sposta lateralmente, creando potenziali rischi per edifici e infrastrutture.

tracker=https://github.com/pinogcosentino/Lateral-spreading-for-seismic-microzonation/pulls
repository=https://github.com/pinogcosentino/Lateral-spreading-for-seismic-microzonation
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=yes

changelog=
	<b>v1.0.1:</b>
		- Inserted icon into the QGIS menu bar
	<b>v1.0.0:</b>
		- Full compatibility with QGIS 4.x (PyQt6, Qt6 enums)
		- Backward compatible with QGIS 3.16+ (PyQt5)
		- Updated enum references: Qgis.ProcessingSourceType, QgsProcessingParameterField.DataType
	<b>v0.4:</b>
		- Fixed some minor issues
		- new icon
	<b>v0.3:</b>
		- Merged Layers: SZ0, RZ and SZ
		- Style layer
		- Numeric coding and the description of the formula in the layer table
		- Fixed some minor issues
	<b>v0.2:</b>
		- Slope layer
		- Fixed solved calculation SZ
		- Fixed some minor issues

# Tags are comma separated with spaces allowed
tags=geology, seismic microzonation, geoprocessing

homepage=https://github.com/pinogcosentino/Lateral-spreading-for-seismic-microzonation/tree/main
category=Geoprocessing
icon=icon.png
# 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
