Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
geodma_2:features [2017/03/07 17:25]
raian [Landscape-based features]
geodma_2:features [2017/09/18 16:54]
raian [Landscape-based features]
Line 1: Line 1:
-====== GeoDMA ​2.0 Features ======+====== GeoDMA Features ======
  
 GeoDMA has metrics integrating Polygons, Cells, and Images. Through image segmentation,​ GeoDMA creates Polygons. ​ GeoDMA has metrics integrating Polygons, Cells, and Images. Through image segmentation,​ GeoDMA creates Polygons. ​
Line 49: Line 49:
 | POL_FRACTALDIM | Returns the fractal dimension of an object. | $2 \frac{\log {\frac{\textit{perimeter}}{4}} }{\log area}$ | $[1, 2]$ | - | | POL_FRACTALDIM | Returns the fractal dimension of an object. | $2 \frac{\log {\frac{\textit{perimeter}}{4}} }{\log area}$ | $[1, 2]$ | - |
 | POL_GYRATION_RATIUS | This feature is equals the average distance between each vertex of the polygon and it's centroid. The more similar to a circle is the object, the more likely the centroid will be inside it, and therefore this feature will be closer to 0. | $\frac{\sum{\sqrt{(x_i - x_C)^2 + (x_i - x_C)^2}}}{N}$ | $\geq 0$ | $[m, degrees, ...]$ | | POL_GYRATION_RATIUS | This feature is equals the average distance between each vertex of the polygon and it's centroid. The more similar to a circle is the object, the more likely the centroid will be inside it, and therefore this feature will be closer to 0. | $\frac{\sum{\sqrt{(x_i - x_C)^2 + (x_i - x_C)^2}}}{N}$ | $\geq 0$ | $[m, degrees, ...]$ |
 +| POL_RADIUS | Returns the polygon radius. It corresponds to the maximum distance between the polygon centroid its vertexes. | $R$ | $>0$ | - |
 | POL_BBOX_LENGTH | It is the height of the object'​s bounding box, measured in the unit of measure of the current Spatial Reference System. | | $\geq 0$ | $[m, degrees, ...]$ | | POL_BBOX_LENGTH | It is the height of the object'​s bounding box, measured in the unit of measure of the current Spatial Reference System. | | $\geq 0$ | $[m, degrees, ...]$ |
 | POL_PERIMETER | Returns the perimeter of the object, measured in the unit of measure of the current Spatial Reference System. | | $\geq 0$ | $[m,​degrees,​...]$ | | POL_PERIMETER | Returns the perimeter of the object, measured in the unit of measure of the current Spatial Reference System. | | $\geq 0$ | $[m,​degrees,​...]$ |
Line 81: Line 82:
 | c_IJI | IJI stands for Interspersion and Juxtaposition Index. ​ The observed interspersion over the maximum possible interspersion for the given number of patch types. It only exists for $n > 3$. | $IJI = \frac{-\sum_{j=1}^n (\frac{e_j}{\sum_{k=1}^n e_k}) \times \ln{(\frac{e_j}{\sum_{k=1}^n e_k})}}{\ln(m - 1)} \times 100$ | $[0, 100]$ | $\%$ | | c_IJI | IJI stands for Interspersion and Juxtaposition Index. ​ The observed interspersion over the maximum possible interspersion for the given number of patch types. It only exists for $n > 3$. | $IJI = \frac{-\sum_{j=1}^n (\frac{e_j}{\sum_{k=1}^n e_k}) \times \ln{(\frac{e_j}{\sum_{k=1}^n e_k})}}{\ln(m - 1)} \times 100$ | $[0, 100]$ | $\%$ |
 | c_TABO | TABO stands for the Total Area of the Biggest Object that intersects the landscape. |  |  | $ha$ | | c_TABO | TABO stands for the Total Area of the Biggest Object that intersects the landscape. |  |  | $ha$ |
 +| c_BIA | BIA stands for the Biggest Intersection Area. |  |  | $ha$ |
 +| c_TAOBIA | TAOBIA stands for the Total Area of the Object with Biggest Intersection Area. |  |  | $ha$ |
 | PR | PR stands for Patch Richness, which is equals the number of different patch types (classes) present within the landscape boundary. | $PR = m$ | $\geq0$ |  | | PR | PR stands for Patch Richness, which is equals the number of different patch types (classes) present within the landscape boundary. | $PR = m$ | $\geq0$ |  |
 | PRD | PRD stands for Patch Richness Density, which is equals the number of different patch types present within the landscape boundary divided by total landscape area ($m^2$), multiplied by $10,000$ and $100$ (to convert to $100$ hectares). Note, total landscape area ($A$) includes any internal background present. | $PRD = \frac{m}{A} \times 10000 \times 100$ | $\geq0$ | $Number/100 ha$ | | PRD | PRD stands for Patch Richness Density, which is equals the number of different patch types present within the landscape boundary divided by total landscape area ($m^2$), multiplied by $10,000$ and $100$ (to convert to $100$ hectares). Note, total landscape area ($A$) includes any internal background present. | $PRD = \frac{m}{A} \times 10000 \times 100$ | $\geq0$ | $Number/100 ha$ |

Navigation