# This file contains metadata for your plugin.

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

[general]
name=Morfofrac
qgisMinimumVersion=3.0
description= Get the fractal dimension // Obtener la dimensión fractal 
version=0.2
author=Jair Arriaga, Tonatiuh Suarez
email=jair.arriaga@outlook.com, tonatiuhsmeaney@gmail.com

about=Este programa permite realizar un conteo de cajas. El conteo de cajas sirve para estimar la dimension fractal de una figura de tipo poligonal de una o varias piezas, contenida en el archivo sobre el cual se corre el proceso. Este programa entrega 6 archivo temporales, el primero de los cuales contiene la caja cuadrada mínima que contiene toda la figura analizada. Posteriormente se generan otros cinco archivos, el primero divide al cuadro del primer archivo en cuatro cuadrados iguales dentro, el siguiente, 4 cuadrados de la mitad de largo de los anteriores, que caben dentro de estos, y así suscesivamente. Despues de generar los archivos, el programa entrega un listado que indica el número de cuadros de cada archivo, y el número de cuadros ocupados de cada dimensión con lo cual se puede estimar fuera del programa QGIS, la línea de regresión cuya pendiente es la dimensión fractal. // This program allows to apply the box counting technique to estimate the fractal dimension of a polygonal figure of one or more pieces, contained in the file on which the process will be run. The program returns 6 shapes with their respective mandatory files (shp, shx, dbf). The first shape contains the minimum square box that contains the analyzed figure. We call this level, N0. Subsequently, another five files are generated, the first of these (N1) divides the box of the first file into four equal squares. The next one (N2), a mosaic of 16 (4x4) squares, each one half the length of the previous ones, that fit inside these, and so on. After generating the files, the program delivers a list that indicates the number of squares in each file, and the number of occupied squares of each dimension inside the figure. You can estimate outside the QGIS program, the regression line whose slope is the dimension fractal. The largest square is l long. The second half of l, the third l / 2/2 and so on.

tracker=https://geoestrategias.com.mx/index.html
repository=https://github.com/jarriaga-c/MorfoFrac.git
# 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

homepage=https://geoestrategias.com.mx/index.html
category=Analysis
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

