# This file contains metadata for your plugin.

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

[general]
name= Fast Line Density Analysis
qgisMinimumVersion=3.0
description=A fast line density visualization plugin for geospatial analytics
version=1.3
author=Tsz Nam Chan, Bojian Zhu, Dingming Wu, Yun Peng, Leong Hou U
email=bjzhu999@gmail.com
about=This plugin is built based on an efficient solution, called LARGE, for generating line density visualization (LDV) with non-trivial accuracy guarantees under a single machine setting. Our preliminary experiment results show that this solution can achieve up to 291.8x speedups over the state-of-the-art solutions. One research article that is based on this solution is submitted to a prestigious conference in computer science. More details (e.g., technical parts and implementation details) will be released after this article is accepted.
tracker=http://github.com/bojianzhu/qgis-fast-line-density-analysis/issues
repository=http://github.com/bojianzhu/qgis-fast-line-density-analysis
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=yes
# Uncomment the following line and add your changelog:
# changelog=

# Tags are comma separated with spaces allowed
tags=python,analysis,line density,hotspot,geospatial analytics,large-scale

homepage=http://github.com/bojianzhu/qgis-fast-line-density-analysis
category=Plugins
icon=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

