[general]
name=MORPHINT: Urban Morphology and Intensity Analyzer
email=firmanafrianto@mail.ugm.ac.id
author=Firman Afrianto, Maya Safira
qgisMinimumVersion=3.40
description=MORPHINT is a QGIS Processing plugin for analyzing urban morphology
    and development intensity from building footprints and raster data.
    It computes parcel-based intensity indicators such as Building Coverage Ratio (BCR),
    Floor Area Ratio (FAR), and Open Space Ratio (OSR), and derives detailed
    building morphometrics including compactness, shape index, elongation,
    convexity, solidity, and fractal dimension.
about=MORPHINT provides an integrated workflow to support urban and regional
    planning analysis when parcel or cadastral data are incomplete or unavailable.
    By generating parcels through Voronoi, grid, or Momepy tessellation,
    the plugin enables planners to assess development intensity, urban form,
    and spatial efficiency at parcel and building scales.
    MORPHINT is designed for zoning evaluation, density and capacity analysis,
    infill versus sprawl diagnostics, urban design review, and green space
    screening using optional NDVI-based vegetation proportion.
    The tool is particularly suited for strategic spatial planning (RTRW/RDTR),
    urban morphology research, and data-driven planning studios.
version=1.0.0
tracker=https://github.com/firmanaf/MORPHINT/issues
repository=https://github.com/firmanaf/MORPHINT
; end of mandatory metadata

; start of optional metadata
category=Urban Morphology and Spatial Planning
changelog=1.0.0 - Initial release with parcel-based intensity metrics (BCR, FAR, OSR),
    building height and floor estimation, Voronoi/Grid/Momepy tessellation,
    building morphometrics, optional NDVI-based vegetation proportion,
    and QGIS 3.40+ compatibility.
tags=urban morphology,development intensity,BCR,FAR,OSR,urban planning,
    spatial planning,urban form,parcel analysis,building metrics,morphometrics,
    zoning analysis,density analysis,NDVI
homepage=https://github.com/firmanaf/MORPHINT
icon=icon.png
experimental=False
deprecated=False
qgisMaximumVersion=3.99
plugin_dependencies=NumPy,GeoPandas,Shapely,Momepy
