Presentation and options Dialog box of the application
Syntax

Presentation and options

In the field of ecology, ecological or terrestrial connectivity is defined as the ability shown by the different habitats that form a territory to allow the movement of several organisms through them. Connectivity is calculated through the spatial distribution and the characterization of these habitats. If not having habitat maps, connectivity can also be calculated via land cover or land use maps.

This application generates a raster layer that covers a certain study area, where each cell contains the Terrestrial Connectivity Index (TCI) for that cell center, or focal point, according to Pino formula, modified from that of Hanski.

TCI=Sum_of_the_cell_area_surrounding_the_focal_point

where:

the area (A) of each cell surrounding the focal point is conserved if the affinity (a) with the focal category is 1 and gets smaller the lesser this affinity is. Simultaneously, the area of every surrounding cell also gets smaller the higher the distance between the cell and the focal point is and the higher the impedance is, which is used in the cost distance calculation, δ. A very high impedance makes δ to be high and that cell practically does not contribute to the sum of the connectivity area, whereas a minimum impedance, equaling 1, makes δ to become the Euclidean distance and its contribution to the sum of the area is proportional to the negative exponential of the Euclidean distance; the contribution of the impedance is multiplied by a value α which provides an estimation related with an average dispersion of the species in a minimum impedance situation and which is established on a contribution of 0.05 times the area in a distance equal to the maximum exploration radius: α=-ln(0.05)/radius. In other words, the third factor (exponential function) applications that the contribution of the area is multiplied by 1 when the distance is 0 and the impedance is minimum, that is multiplied by 0.05 when the distance is the maximum exploration radius and the impedance is also the minimum one (1), and that it could be multiplied by practically zero when the impedance is high.

In order to scale appropriately the results, and as justified down below, a base 10 logarithm is finally applied to the result.

The calculation is made for a certain habitat or land cover/use of interest, named focal category, TCIc. As explained later, it is possible to combine TCIc of different categories in order to obtain a general terrestrial connectivity index, TCIg.

Essentially, TCI provides, on each cell of the obtained raster (i.e., on each focal point), an indicator of the available area (connected) to its surroundings (up to a defined maximum radius) for a determined focal category by which that raster has been calculated. In order to calculate the result, the program adds the areas (cells) surrounding every focal point, but weighting them according to their affinity with the focal category (a related category contributes more to the sum) and, at the same time, weighting the area of each cell according to its cost distance to the focal point (applying a higher cost or "friction" than the pure geographic distance according to the impedance of the cell category regarding the focal category).

In order to obtain the Terrestrial Connectivity Index of each focal point and writing it on each cell of the resulting raster, this application determines its connectivity according to a surrounding area based on:

The obtained TCI will be shown in a raster file that expresses on each cell the base 10 logarithm of the connectivity surface of the cell (adding 1 to the surface to avoid negative values of the logarithm). A logarithm is applied in order to have some adequate value ranges in the map (on one hand, the index calculated in this way has smaller values and, at the same time, the bigger and more different values are closer, while it is possible to better distinguish the values of lower and medium connectivities).

This raster file will have a cell side equal to the distance between focal points stated by the user.

The application allows choosing the units of the TCI file, both in hectares (ha) adding 1 to the value because of the previously expressed reasons, and in m2 (+1) if desired (an option that could be convenient if working with short distances where the consideration "by m2" could be more natural than the consideration "by ha"). In order to clarify the unit expression, the output file states log(ha) or log(m2), although what is really calculated is log10(ha+1) or log10(m2+1).

As previously said, users typically want to obtain a TCIc for each habitat or land cover/use of interest (forests, crops, etc.), via executions of this program. Later, a general TCI can be obtained by doing an average of the different rasters (TCIc, by TCI of each cover) with the application EstRas (or with CalcImg). This average is an approximation that weighs the different habitats or covers on equal terms: users can consider doing a weighted average according to the proportion of each cover on each cell as a more realistic approximation. Also, users can densify any of these resulting files to the resolution of the original habitats or land cover/uses map; it is suggested to perform it by selecting bilinear interpolation in the DensRas application.

If the value of the index has to be reverted to the connectivity surface value of each cell (in ha or m2, according to how it has been calculated), enabling the function POW() of CalcImg application, will directly perform the operation: layer_surface=10(layer_TCI)-1.

If a structured point layer (.pnt, vector) with the TCI of each focal point excluding the cells that ultimately could located with NoData areas (sea, etc) is desired, users can run the application IMGPNT; please note that if not having the different TCI of the several habitats or covers of the studied area configured as a multi-band raster, IMGPNT allows obtaining the .pnt in a single operation, that will create as many fields in the attribute table of the .pnt file as bands contained in the multi-band raster.

Alternatively, it is possible to state that two additional layers want to be created, one of them with centered points on each focal point and another with polygons delimiting the analyzed area on each focal point. These layers do not directly intervene in the calculation process, but can be useful to have a visual idea of the sampling density and the geographical scope of each point, something useful when teaching, for example. These files will have the same name as the generated TCIc raster, but adding the suffixes "_Samples" and "_Zones", respectively. The attributes of the points and polygons will appear from 1 to the number of analyzed focal points (or samples). These files will be non-structured vectors (.vec); if the number of focal points is very high, its drawing, consult, etc, will be slow, so it could be convenient to convert them into structured files (.pnt and .pol) via the applications VECPNT and Ciclar of MiraMon setting (important!) that topological structuring is NOT desired.

In extensive areas (thousands of km2) with short sampling distances (hundreds of meters) and long exploration radius (kilometers), the execution time can require several hours, or days. That is why the application allows (with the parameters InitRow, FinRow and StripNum) preparing different output raster files or different BAT/PS1 output files in order to parallelize the execution in different computers or in computers with different cores.

Advanced issues



Dialog box of the application

ICT dialog box


Syntax:

Parameters:

Modifiers: