# This file contains metadata for your plugin. Since
# version 2.0 of QGIS this is the proper way to supply
# information about a plugin. The old method of
# embedding metadata in __init__.py will
# is no longer supported since version 2.0.

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

[general]
name=P1/90 Import
qgisMinimumVersion=3.16
description=Read UKOOA P1/90 files
version=0.5
author=Aaltronav s.r.o.
email=devel@aaltronav.eu

about=Import UKOOA P1/90 files as a QGIS layer or layer group.

    * Filter records by type (S, V, E, T, …)
    * Partial import based on shotpoint range
    * Import by geodetic or grid coordinates
    * Import R (receiver) records
    * Option to import shots as individual layers (useful when bringing in receivers)

tracker=https://gitlab.com/aaltronav/foss/qgis/plugins/geophysics/p190-import/-/issues
repository=https://gitlab.com/aaltronav/foss/qgis/plugins/geophysics/p190-import/-/tree/devel
# End of mandatory metadata

# Recommended items:

# Tags are comma separated with spaces allowed
tags=python,p1,p190,ukooa,seismic

homepage=https://gitlab.com/aaltronav/foss/qgis/plugins/geophysics/p190-import
category=Plugins
icon=icon.png
# experimental flag
experimental=False

# deprecated flag (applies to the whole plugin, not just a single version)
deprecated=False

changelog=
    0.5:
    –    Parse water depth as float instead of int
    0.4:
    –    Fix “'QVariant' object is not subscriptable” during install
    0.3:
    –    Do not fail if point number, water depth or DOY are missing or invalid
    –    Do not fail if importing only "R" records
    –    Set experimental flag to False
    0.2:
    –    Background import of large files
    –    Change minimum QGIS version to 3.16 (LTR)
    0.1:
    –    Initial release
