[general]
name=INGV Seismic Explorer
qgisMinimumVersion=3.20
qgisMaximumVersion=4.99
description=Import and visualize seismic events from INGV (Istituto Nazionale di Geofisica e Vulcanologia) directly in QGIS
version=1.0.0
author=Salvatore Fiandaca
email=pigrecoinfinito@gmail.com
about=INGV Seismic Explorer connects to the official INGV FDSNWS web services to download
    earthquake events and seismic station data directly into QGIS layers.

    Features:
    - Query seismic events by date range, magnitude, depth and geographic area
    - Use current map extent as search area
    - Automatic graduated symbology (circle size = magnitude, color = depth)
    - Import seismic station network (Rete Sismica Nazionale, 400+ stations)
    - Export results to GeoPackage, Shapefile or GeoJSON

    Data source: INGV FDSNWS Event API (webservices.ingv.it)
    No API key required. Data is open and free.

tracker=https://github.com/pigreco/ingv_seismic_explorer/issues
repository=https://github.com/pigreco/ingv_seismic_explorer
homepage=https://github.com/pigreco/ingv_seismic_explorer
hasProcessingProvider=no
tags=seismic, earthquake, INGV, Italy, monitoring, geology, geophysics, FDSN
category=Web
icon=icon.png
experimental=True
deprecated=False
server=False
changelog=
    1.0.0 First official release (experimental)
    0.3.2 Fix: use # nosec B310 to suppress Bandit B310 on urlopen (# noqa was ignored by Bandit)
    0.3.1 Security: validate HTTPS scheme before urllib.request.urlopen (Bandit B310 fix)
    0.3.0 Fix: campo time da String a DateTime; fix import QgsInterval da qgis.core (durata visibilità Temporal Controller)
    0.2.0 QGIS 4 / Qt6 / PyQt6 compatibility: qualified enums, matplotlib QtAgg backend, dark-theme stylesheet fixes, qgisMaximumVersion=4.99
    0.1.0 Initial release - core query, layer import and symbology
