How to use
FLM can be opened by running the included .py script or .bat file. The latter automatically detects and uses the latest available version of Python. Upon opening one of these files the user should see a command prompt window as well as a graphical user interface (GUI; Figure 1).
Figure 1. FLM graphical user interface (GUI) with tools enumerated in sequential order as they would be normally used. Main tools (1, 2, 3 and 4) are numbered in green and connected with arrows. Optional tools (0, 2.5a, 2.5b, 3a, 3b and 5) are numbered in gray. Output center lines are obtained in tool 2, output footprint polygons are obtained in tool 3. Lines receive attributes in tool 4. Tools 3a and 3b serve as alternatives to step 3.
There are currently five main categories of tools included in the FLM package: pre-processing, mapping, attribution, auxiliary and alternative. Mapping and attribution are the main steps, pre-processing, auxiliary and alternative are the optional steps outlined in Figure 1. Specific tool descriptions, inputs and outputs are outlined in the documentation section of this guide.
FLM tools require ESRI ArcGIS Pro to be installed with the Spatial Analyst extension in order to run. ArcMap is no longer supported by FLM.
Main Inputs
- Canopy height model (CHM) raster: high-resolution (pixel-size < 1m) CHM raster image, preferably derived from high density LiDAR or photogrammetry (>25 pts/m²), covering the area of interest.
- Regional-scale polylines: polyline shapefile delineating the forest lines in the area of interest, digitized at a regional scale (1:5,000 to 1:20,000).
Figure 2. Example study area displayed as an RGB orthophoto.
Figure 3. Example inputs for the study area: a canopy height model raster image and large-scale forest line polylines.
Main Outputs
- Center lines: detailed, corrected (according to the CHM) and attributed polylines at the center of the forest line footprints.
- Footprint polygons: detailed areal footprint polygons of the forest lines (approximately equivalent to 1:500 scale).
Figure 4. Example outputs for the study area: corrected, small-scale center lines and areal footprint polygons for the forest lines.
Pre-processing
To get good result out FLM tools, the quality of the input lines is critical. There are two tools: Pre-tagging and Vertex Optimization to help to batch pre-processing input lines and make them more suitable for other tools' input
- Pre-tagging: Tagging lines to three different categories: confirmed, invisible and unconfirmed. The identification process is done by examining the CHM to confirm if the line exist in the CHM or not. If it is not able to decide, then tag the line as "unconfirmed". The output of the tool need to be manually inspected and edited when necessary.
- Vertex Optimization: Using local image analysis to move the intersections to the course of the seismic lines.
Figure 4. Method for optimizing vertices.
Line Attributes
Once mapped with FLM tools, forest lines can receive attributes which relate to their spatial properties. Additional information may allow for greater insight on forest line conditions. FLM provides a series of standard line attributes as well as the capability of deriving attributes from external data provided by the user. Table 1 provides some examples of standard attributes and a full list of currently supported attributes is available in the documentation section of this guide.
Mapping Workflow
- Step 1: Prepare input raster layers.
- Using the CHM raster as input, run the Canopy Cost Raster tool. The generated outputs will be used on all following steps.
- Step 2: Prepare input lines.
- Digitize regional-scale (1:5,000 to 1:20,000) input lines. Preferably use the Cost Raster generated on step one as reference. Then, run the Center Line tool.
- Step 3: Inspect center lines.
- Local canopy gaps, anomalies, and misplaced input lines may cause undesired deviations in the output center lines. If the center lines are appropriate upon inspection, move to Step 4. Otherwise, correct the input lines, adding vertices on a more detailed scale (1:2,000) to better guide the center lines towards the actual forest line path, then re-run the Center Line tool. It is expected that, following the recommendations listed in the limitations section below, only minor corrections will be needed in this step.
- Step 4: Set up the least cost corridor threshold (LCCT).
- The LCCT attribute within the center lines will influence the width of the output footprint polygons and how far they can penetrate in the adjacent forest. If the forest composition and forest line width is approximately homogeneous in the application area, then all lines may use the same value for the LCCT (default is 3.0 for 3D lines and 8.0 for 2D lines). Otherwise, the center lines will need to be attributed individually with appropriate corridor thresholds. This attribution can be done automatically using the Zonal Threshold tool. For improved threshold estimation, first the lines may be segmented according to input landscape feature polygons using the Split by Polygon tool. When the LCCT has been set up for all lines run the Line Footprint tool.
- Step 5: Inspect footprint polygons.
- Adjust LCCT of line segments as needed. Wide lines may need a threshold increase while narrow lines on sparsely vegetated terrain may need a decrease. This can be done manually for each line or automatically by fine-tuning the parameters of the Zonal Threshold tool. Certain segments may transition between forest types not captured in the input landscape features and may have to be segmented. Re-run the Line Footprint tool until results are satisfactory.
Limitations
- This tool does not work automatically on completely (80% to 100%) regenerated forest lines.
If a human interpreter is not able to see the footprint on the CHM it is likely that the FLM tool will also not be able to properly map it without fine-tuning. Regenerated forest line segments can either be removed from the inputs or digitized on a smaller scale (adding more vertices, see step 3 in "Workflow").
- The FLM tool was designed to work on forest lines, which are usually narrow corridors (up to 15 meters wide).
FLM can also be used to map the footprint of wide linear features such as roads, pipelines and power-lines (up to 80 meters wide) but this requires fine-tuning the input parameters (usually with a larger corridor threshold, and sometimes including additional input lines to capture separate portions of the same feature).
- The input lines and their vertices must be contained within the input raster and not overlap with null (no data) cells.
On the other hand, null cells are useful to represent unmapped regions and should be used (as opposed to extreme numeric values such as -9999 or +9999) especially in case there are "data holes" in the input raster.
- Application areas with varying levels of tree density may require additional care.
Landscape feature polygons (optional input listed above) may be used to split forest lines via the included "Split by Polygon" tool, enabling improved results on terrain with varying tree density. The included "Zonal Threshold" tool can help with fine tuning individual line corridor thresholds (see step 5 in "Workflow" below) to prevent the footprint polygons from invading the surrounding forest in sparsely vegetated areas.
- Water bodies (e.g.: rivers, ponds, lakes), cut-blocks and wide linear disturbances (e.g.: roads, pipelines) represent areas with extremely low tree density and may be confused as forest line footprint.
Therefore, to avoid this effect, forest lines surrounding these features may have to be digitized on a smaller scale (1:2000), with more vertices than other input lines (see step 3 in "Workflow" below).
- The least-cost path solution incorporated in this tool may occasionally choose to "cut-corners" on windy forest lines with sparsely vegetated surroundings.
This effect is worse if the input lines are too large-scale (e.g.: 1:20,000). To avoid this issue such corners may have to be enforced with additional vertices (see step 3 in "Workflow" below). Note that this effect is expected to be minimal, and may not be reflected in the output polygons even though output lines are affected.
Multiprocessing
The scripts included in this toolset make use of multiprocessing to split the task of mapping and attributing lines into multiple parallel processes. This factor allows several CPU cores to work at once dramatically reducing the processing time on extensive application areas. By default the maximum number of available cores is used by the FLM. This is usually desirable to process large inputs faster, but may temporarily slow down other processes in the computer. If the user wishes to specify the number cores to be used by FLM tools they can find this option within the user interface.
Temporary Files
All subfolders within the Scripts folder are temporary workspaces. These are used to store temporary files which are automatically deleted upon the end of execution. While running FLM tools make sure that files in the temporary folders are not opened in ArcGIS, as this will place a "lock" in these files preventing them from being edited by the FLM. To make sure that there are no locks affecting the tools, clean the temporary folders or delete the folders themselves before running the FLM.