# 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.2
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=True

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

changelog=
    0.2:
    –    Background import of large files
    –    Change minimum QGIS version to 3.16 (LTR)
    0.1:
    –    Initial release
