Skip to content

Outputs

Bernardo Niebuhr edited this page May 29, 2016 · 7 revisions

Output files

LSCorridors creates a set of output files per source-target (ST) pairs:

  1. a text (extension .txt) file with descriptive corridor information;
  2. a raster indicating all replicate corridors for the source-target pair;
  3. 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.

GIS files

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:

  1. a ...CorrJoin.tif map, in which all simulated corridors are gathered in one single raster map;
  2. 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).

Descriptive data files

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:

  1. EXPERIMENT: the "experiment info", which may be the name of the resistance map or the prefix of the output files defined by the user;
  2. SIMULATION_METHOD: the code of simulation method (M1, M2, M3, or M4);
  3. SIMULATION_NUMBER: the number of the simulation;
  4. LCP_LENGTH: the length of the simulated corridor, in meters;
  5. LCP_COST: the cost of the corridor (sum of resistance values of each pixel through which the corridor passed);
  6. EUCLIDEAN_DISTANCE: the euclidian (straight line) distance between the points of the source and target patches.
  7. COORD_SOURCE_X: the longitude coordinate of the point of the source patch;
  8. COORD_SOURCE_Y: the latitude coordinate of the point of the source patch;
  9. COORD_TARGET_X: the longitude coordinate of the point of the target patch;
  10. COORD_TARGET_y: the latitude coordinate of the point of the target patch.

Analyzing outputs

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.