# This file contains metadata for your plugin.

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

[general]
name=ReNCAT Preprocessor
qgisMinimumVersion=3.34
description=Determine plausible locations for a specific type of facility based on user-selected layers.
version=0.1
author=E Moog
email=ermoog@sandia.gov

about=ReNCAT is a Sandia Laboratories-developed tool for quantitatively evaluating communities' difficulty accessing resources and assisting in developing microgrids to serve those resource needs. In cases where facilities may not exist but which may be incorporated into planning, such as for electric vehicle charging, this pre-processor provides a set of candidate locations based on user-selected layers. This pre-processor is similar to Argonne Lab's GEM but allows for arbitrary user-uploaded layer data.

tracker=https://github.com/sandialabs/QGIS-ReNCAT-preprocessor/issues
repository=https://github.com/sandialabs/QGIS-ReNCAT-preprocessor
# End of mandatory metadata

# Recommended items:

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

# Tags are comma separated with spaces allowed
tags=python

homepage=https://github.com/sandialabs/QGIS-ReNCAT-preprocessor
category=Plugins
icon=icon.png
#icon from https://www.flaticon.com/authors/freepik
# experimental flag
experimental=True

# 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

