# This file contains metadata for your plugin.

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

[general]
name=QQuake
qgisMinimumVersion=3.0
description=A plugin that makes the download of seismological data from web services easy
version=1.7
author=Istituto Nazionale di Geofisica e Vulcanologia (INGV)
email=mario.locati@ingv.it

about=<p>With QQuake you may download various type of data related to earthquakes such as parameters from catalogues, macroseismic intensity observations, recording stations, or seismogenic faults.<br>The plugin is pre-configured with a series of webservices, and the user may add new configurations with additional services that can be later exported and shared with others.<p>In seismology, the most widely adopted standards for sharing data are those promoted by <a href="https://www.fdsn.org/webservices/">FDSN</a>, but they are not natively supported by QGIS. This plugin fix this problem by supporting the FDSN-event (<a href="https://quake.ethz.ch/quakeml">QuakeML 1.2</a>) and FDSN-station (<a href="https://www.fdsn.org/xml/station/">StationXML</a>) web service standards, as well as the macroseismic web service developed by the <a href="https://emidius.eu/AHEAD/">European Archive of Historical Earthquakes Data (AHEAD)</a> which is based on the <a href="https://quake.ethz.ch/quakeml/QuakeML2.0/Macroseismic">macroseismic package of QuakeML 2.0</a>. In addition, the plugin supports the inclusion of OGC WFS and WMS web services which are natively supported by QGIS, for a more complete set of data sources providing seismological data.</p><p>You may find additional information at the <a href="https://www.emidius.eu/qquake/">QQuake homepage</a> and submit bug reports on <a href="https://github.com/INGV/qquake/issues">GitHub</a>.</p><hr />Data retrieved using the plugin is provided under the responsibility of the data provider of each selected web service.<br>Neither INGV, nor the plugin authors are responsible for the use that might be made of the data retrieved, nor are they responsible for any damage to third-parties caused by conclusions based on these data.<br>Data retrieved using the plugin may be altered with respects to the original data provided by the selected web services. Changes to the original data is required for loading data into QGIS as the original XML hierarchical structure must be converted into a flat table.</p><hr />

tracker=https://github.com/INGV/qquake/issues
repository=https://github.com/INGV/qquake
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no

changelog=2023-11-16 v1.7 Fixed a bug that would lead to a Python error when the web service return no data
    2023-10-06 v1.6 Added OGC WFS and WMS services providing access to NEAMTHM18 and MPS04, removed the outdated WMS and WMS EDSF13 dataset, added fdsnws-events endpoints for ETHZ-SED, NOA, and Résif, added two buttons for checking and unchecking layers provided via OGC services, introduced datetime instead of the simple date for the event, fixed a bug preventing the correct use of predefined symbology when using fdsn-event in conjunction with the extended output based on QuakeML, removed unwanted spaces from FDSN query parameters that may cause a Python error, splitted the monolithic JSON configuration file in multiple JSON files based on the service type 
    2023-01-22 v1.5 Updated the OGC enpoints of DISS, EDSF, EMTC, ITED and TINITALY, added the OGC endpoint of EFSM20, introduced support for WMTS
    2022-02-18 v1.4 Fixed a bug preventing the load of macroseismic data, updated CPTI to v4.0 and DISS to v3.3, added OGC WCS layers and TINITALY
    2021-12-13 v1.3 Added more flexible handling of styles, filtering by event type and by last update (when supported by the service), direct load of StationXML, CQL filtering to OGC services, and other minor fixes
    2021-05-13 v1.2 Updated to replace the old SHEEC catalogue with the new European PreInstrumental earthquake CAtalogue (EPICA)
    2021-04-20 v1.1 Reworked the parsing of text based output from fdsnws-event; now users may request negative magnitudes down to -9; added EMTC and ITED, two datasets on historical tsunamis.
    2021-01-27 v1.0.1 Updated to include the latest version of CPTI, the Parametric Catalogue of Italian Earthquakes

# Tags are comma separated with spaces allowed
tags=earthquake, seismology, macroseismic, stations, geology, fdsn, data, download

homepage=https://www.emidius.eu/qquake/
category=Plugins
icon=icon.svg
# 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
