# This file contains metadata for your plugin.

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

[general]
name=LoS Tools
qgisMinimumVersion=3.40
description=This plugin creates and analyzes lines-of-sight (LoS) and also provides supporting tools.
version=2.1.0
author=Jan Caha
email=jan.caha@outlook.com

about=This plugin creates and analyzes lines-of-sight (LoS) and also provides supporting tools. The plugin is focused on point to point visibility, in contrast to classic viewshed analysis which is point to area. Besides that it provides tools for identification of horizon points (on LoS), horizon lines (from a set of LoS) and also additional useful tools related to visibility analysis. Take a look at the homepage for details and more information.

tracker=https://github.com/JanCaha/qgis_los_tools/issues
repository=https://github.com/JanCaha/qgis_los_tools
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=yes
# Uncomment the following line and add your changelog:
changelog=2.1.0
    - fix typing that cause issues
    - update LoS class, to be better for handling
    <p>2.0.0
    - rework GUI tools, they now work differently provide more informative messages when something is going on
    - "Sampling distance matrix" and "List of Rasters" needed to crate LoS with GUI tools are now stored in the plugin itself
    - interactive tools "Create LoS" and "Create LoS No Target Tool" now visualize and can also add LoS to the plugin layer
    - introduce Rasters XML (.rastersxml) file format to store raster list
    - fix horizon and point detection, there were cases when those were off by one point on LoS, causing them to fall behind object in some cases 
    <p>1.2.1
    - fix bad use of numpy to avoid exception
    <p>1.2.0
    - new tool to extract horizon lines at specific distance
    - minor fixes to gui tools (based on tests written for them)
    <p>1.1.2
    - fix issue with interactive tools not opening properly after closing
    <p>1.1.1 
    - simplify inner working of GUI tools
    - fix `Set Camera` GUI tool
    <p>1.1 
    - update some internals including test
    - style python using black and isort
    - avoid some warnings in QGIS 3.38
    - remove older version of `No Target LoS Tool`


# Tags are comma separated with spaces allowed
tags=analysis, dem, dsm, landscape, visibility, los

homepage=https://jancaha.github.io/qgis_los_tools/
category=Plugins
icon=los_tools_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
