# This file contains metadata for your plugin.

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

[general]
name=TECRS Building Height Extractor
qgisMinimumVersion=3.0
description=Extracts building heights from VHR satellite imagery shadows using vertex-comb ray casting.
version=1.1.1
author=TECRSLab
email=admin@tecrslab.com

about=The TECRS Building Height Extractor is a geospatial processing tool designed to estimate building heights from Very High-Resolution (VHR) satellite imagery. By inputting 2D building footprints, shadow polygons, and the image capture time, the plugin automatically computes the solar azimuth and elevation angles. It utilizes a Vertex Comb ray-casting algorithm to accurately associate buildings with their cast shadows, calculates the maximum shadow length, and computes the building height in meters using ellipsoidal trigonometry. This tool is ideal for urban planning and remote sensing workflows where 3D extraction from 2D optical imagery is required.

tracker=https://github.com/zaidannafis646-art/TECRS/issues
repository=https://github.com/zaidannafis646-art/TECRS
# 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=remote sensing, processing, polygon

homepage=https://github.com/zaidannafis646-art/TECRS
category=Analysis
icon=icon.svg
# 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

