-
Notifications
You must be signed in to change notification settings - Fork 12
Outputs
LSCorridors creates a set of output files per source-target (ST) pairs:
- a text (extension
.txt
) file with descriptive corridor information; - a raster indicating all replicate corridors for the source-target pair;
- a folder with vector version of the corridors for the source-target pair.
The end of the names of both files and folders indicate the source-target patches simulated (e.g Resistance_map1_S00012_T00004
, wherein source and target patches are respectively “12” and “4”).
Also, maps summarizing the resulting corridors for all combination of source-target patches are generated.
In the main output folder, a raster file (extension .tif
) with all replicate corridors for each source-target pair. Also, inside each created folder (corresponding to each ST pair) a set of four GIS files are exported for each corridor simulated (extensions .shp
, .dbf
, .prj
and .shx
), which allows the user to open each simulated corridor as vector in GIS softwares.
Besides the results for each source-target pair, two raster files are exported in the main output folder, summarizing the simulation of the all replicated of simulated corridors for all source-target pairs:
- a
...CorrJoin.tif
map, in which all simulated corridors are gathered in one single raster map; - a
...LargeZone_Corridors.tif
map, which takes into account the number of corridors that passes by each pixel and assigns to them a route selection frequency index (RSFI).
In the output folder text files are generated. These files are descriptive data of each source-target patch combination, whereas each row represents one simulation. The columns represents, respectively:
-
EXPERIMENT
: the "experiment info", which may be the name of the resistance map or the prefix of the output files defined by the user; -
SIMULATION_METHOD
: the code of simulation method (M1, M2, M3, or M4); -
SIMULATION_NUMBER
: the number of the simulation; -
LCP_LENGTH
: the length of the simulated corridor, in meters; -
LCP_COST
: the cost of the corridor (sum of resistance values of each pixel through which the corridor passed); -
EUCLIDEAN_DISTANCE
: the euclidian (straight line) distance between the points of the source and target patches. -
COORD_SOURCE_X
: the longitude coordinate of the point of the source patch; -
COORD_SOURCE_Y
: the latitude coordinate of the point of the source patch; -
COORD_TARGET_X
: the longitude coordinate of the point of the target patch; -
COORD_TARGET_y
: the latitude coordinate of the point of the target patch.
Although LSCorridors generates one descriptive data file for each source-target patch, it is possible to aggregate all files in a single one. We prepared a script that do this in R software. Other analyses of corridor output must be performed outside LSCorridors package, using the platform of your preference.