# 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=QCity
qgisMinimumVersion=3.44
qgisMaximumVersion=4.99
description=Urban development modeling in QGIS
version=0.6.1
author=North Road
email=info@north-road.com

about=QCity is a QGIS plugin that allows for the modeling of constructed, proposed and potential buildings based on approved plans or the urban planning framework. QCity calculates dwelling yield, commercial floorspace yield and parking yield of building levels based the percentage of each floor assigned to different land uses and assumptions provided by the user and then aggregates the dwelling yield, commercial floorspace yield and parking yield for each development site. QCity also aggregates the dwelling yield, commercial floorspace yield and parking yield over a project area incorporating multiple development sites. Modeled buildings can also be visualized in a QGIS 3D map in combination with other spatial data. <b>Please note that currently the plugin has been designed for use in Australia only, we plan on expanding this to allow use in other regions before the initial stable release.</b>

homepage=https://north-road.github.io/QCity/
tracker=https://github.com/north-road/QCity/issues
repository=https://github.com/north-road/QCity
# End of mandatory metadata

# Recommended items:

documentation=https://north-road.github.io/QCity/

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

# Tags are comma separated with spaces allowed
tags=urban modeling, urban planning, 3D, dwelling yield, commercial yield, parking

category=Vector
icon=icon.svg
# experimental flag
experimental=True

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