Top Banner
Spatial tools for LiDAR based watershed management and forestry analysis Antonello Andrea, Franceschi Silvia, Tonon Giustino and Comiti Francesco FOSS4G-EU Como 16 July 2015
75

Spatial tools for LiDAR based watershed management and forestry analysis

Aug 16, 2015

Download

Technology

silli
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Spatial tools for LiDAR based watershed management and forestry analysis

Spatial tools for LiDAR based watershed

management and forestry analysis

Antonello Andrea, Franceschi Silvia, Tonon Giustino and Comiti Francesco

FOSS4G-EU Como 16 July 2015

Page 2: Spatial tools for LiDAR based watershed management and forestry analysis

WHO AM I?

● co-founder of HydroloGIS with Andrea Antonello

● environmental engineer specialized in hydrology, hydraulics and geomorphology

● PhD student of Science and Technology at the Free University of Bolzano (Italy)

● developed scientific models contained in the JGrassTools library in the field of:

– hydrology

– hydraulics

– forestry● OSGeo Charter Member

Page 3: Spatial tools for LiDAR based watershed management and forestry analysis

JGRASSTOOLS

● geospatial library containing modules for:

– vector and raster processing

– geomorphology

– forestry

– mobile mapping connection● it is the core behind the Spatial Toolbox of uDig GIS

● it can be used stand alone using the application Stage (http://bit.ly/stage_downloads): Spatial Toolbox And Geoscripting Ennvironment tool for environmental modelling

Page 4: Spatial tools for LiDAR based watershed management and forestry analysis

JGRASSTOOLS

Page 5: Spatial tools for LiDAR based watershed management and forestry analysis

JGRASSTOOLS

Page 6: Spatial tools for LiDAR based watershed management and forestry analysis

JGRASSTOOLS

Page 7: Spatial tools for LiDAR based watershed management and forestry analysis

JGRASSTOOLS

Page 8: Spatial tools for LiDAR based watershed management and forestry analysis

JGRASSTOOLS

Page 9: Spatial tools for LiDAR based watershed management and forestry analysis

JGRASSTOOLS

Page 10: Spatial tools for LiDAR based watershed management and forestry analysis

WHAT IS LESTO?

● Open Source

● GIS aware

● library dedicated to

● sciences that make use of

● LiDAR data

Developed and maintained by HydroloGIS and the team of prof. Tonon at the Faculty of Science and Technology of the Free University of Bolzano (Italy).

Contains tools for handling high resolution LiDAR data (LAS) and for LiDAR analysis related to forestry.

Page 11: Spatial tools for LiDAR based watershed management and forestry analysis

Utilitie

s

las re

ading

/writ

ing

las sp

atial

inde

x

las in

fo, o

verv

iew

las p

oint d

ensit

y

Rasterlas interpolation

- DTM- DSM

- CHM

Filterslas height distribution

las histogram

las merge

las threshold

Tools

Buildin

g ex

tracti

on

Fores

try a

nalys

is

Inte

nsity

ana

lysis

MODULES OVERVIEW

Page 12: Spatial tools for LiDAR based watershed management and forestry analysis

MODULES OVERVIEW IN STAGE

Page 13: Spatial tools for LiDAR based watershed management and forestry analysis

MODULES OVERVIEW IN STAGE

Page 14: Spatial tools for LiDAR based watershed management and forestry analysis

PREPROCESSING

Packages including the available pre-processing operations are:

● Utilities

– LasIndexer: creates indexes for LAS files

Page 15: Spatial tools for LiDAR based watershed management and forestry analysis

LasIndexer

Page 16: Spatial tools for LiDAR based watershed management and forestry analysis

PREPROCESSING

Packaging including the available pre-processing operations are:

● Utilities

– LasIndexer: creates indexes for LAS files

– LasInfo: prints out information of a LAS file/folder

Page 17: Spatial tools for LiDAR based watershed management and forestry analysis

LasInfo

Page 18: Spatial tools for LiDAR based watershed management and forestry analysis

PREPROCESSING

Packaging including the available pre-processing operations are:

● Utilities

– LasIndexer: creates indexes for LAS files

– LasInfo: prints out information of a LAS file/folder

– LasOverviewCreator: creates a shp with overview

Page 19: Spatial tools for LiDAR based watershed management and forestry analysis

LasOverviewCreator

Page 20: Spatial tools for LiDAR based watershed management and forestry analysis

PREPROCESSING

Packaging including the available pre-processing operations are:

● Utilities

– LasIndexer: creates indexes for LAS files

– LasInfo: prints out information of a LAS file/folder

– LasOverviewCreator: creates a shp with overview

– LasPointDensityExtractor: creates a shp with point cloud density on a given grid

Page 21: Spatial tools for LiDAR based watershed management and forestry analysis

LasPointDensityExtractor

Page 22: Spatial tools for LiDAR based watershed management and forestry analysis

PREPROCESSING

Packaging including the available pre-processing operations are:

● Utilities

– LasIndexer

– LasInfo

– LasOverviewCreator

– LasPointDensityExtractor● Filter

– LasHeightDistribution: analyze the height distribution and categorize the forest type

Page 23: Spatial tools for LiDAR based watershed management and forestry analysis

LasHeightDistribution

Page 24: Spatial tools for LiDAR based watershed management and forestry analysis

LasHeightDistribution

Page 25: Spatial tools for LiDAR based watershed management and forestry analysis

PREPROCESSING

Packaging including the available pre-processing operations are:

● Utilities

– LasIndexer

– LasInfo

– LasOverviewCreator

– LasPointDensityExtractor● Filter

– LasHeightDistribution

– LasHistogram: creates an histogram of the elevation or intensity of all the points in the LAS file

Page 26: Spatial tools for LiDAR based watershed management and forestry analysis

LasHistogram

elevation

Page 27: Spatial tools for LiDAR based watershed management and forestry analysis

LasHistogram

Page 28: Spatial tools for LiDAR based watershed management and forestry analysis

PREPROCESSING

Packaging including the available pre-processing operations are:

● Utilities

– LasIndexer

– LasInfo

– LasOverviewCreator

– LasPointDensityExtractor● Filter

– LasHeightDistribution

– LasHistogram

– LasMerger: merges all the LAS file contained in a folder in a single one

Page 29: Spatial tools for LiDAR based watershed management and forestry analysis

PREPROCESSING

Packaging including the available pre-processing operations are:

● Utilities

– LasIndexer

– LasInfo

– LasOverviewCreator

– LasPointDensityExtractor● Filter

– LasHeightDistribution

– LasHistogram

– LasMerger

– LasThresholder: extracts the points with values interval

Page 30: Spatial tools for LiDAR based watershed management and forestry analysis

RASTER

Raster package contains all the available modules to interpolate and create a raster (DTM, DSM) from raw point cloud. The different interpolation algorithms are

● AdaptiveTinFilter: the implementation of the adaptive TIN method of Axelsons

● Las2BivariateRasterMosaic: uses the bivariate function to interpolate a raster from the point cloud and creates a mosaic of TIF

● Las2RasterInterpolator: interpolates a raster from LAS points using the Inverse Distance Weight method

● LasOnRasterMapper: creates a raster by mapping max/min elevation point in each pixel

● LasTriangulation2Dsm: creates a DSM from the triangulation of the point cloud

Page 31: Spatial tools for LiDAR based watershed management and forestry analysis

RASTER

ADAPTIVE TIN

Page 32: Spatial tools for LiDAR based watershed management and forestry analysis

RASTER

ADAPTIVE TIN

Page 33: Spatial tools for LiDAR based watershed management and forestry analysis

RASTER

MAX HEIGHT

Page 34: Spatial tools for LiDAR based watershed management and forestry analysis

BUILDINGS

This package contains a module to extract the vector data of the buildings from a LAS file.

● LasOnDtmBuildingExtractor: based on the identification of the holes in the ground generated by cutting all the points with an elevation on the ground over a given threshold

● the output shapefile can be cleaned from noise data and smoothed on the boundaries

Page 35: Spatial tools for LiDAR based watershed management and forestry analysis

BUILDINGS

Page 36: Spatial tools for LiDAR based watershed management and forestry analysis

BUILDINGS

Page 37: Spatial tools for LiDAR based watershed management and forestry analysis

FLIGHTLINES

Modules to separate different flightlines inside a LAS file:

● FlightLinesExtractor: creates different las files for each of the different flightlines inside the single las

● FlightLinesIntensityNormalizer: normalize intensity values between different flightlines considering the position of the aircraft (x,y,z)

Page 38: Spatial tools for LiDAR based watershed management and forestry analysis

FLIGHTLINES

Page 39: Spatial tools for LiDAR based watershed management and forestry analysis

VEGETATION

Extrapolation of the whole forest biometric data (e.g. forest biomass) can be obtained through two approaches:

● area-based approaches (AB): forest attributes are estimated by relating plot data to ALS data by statistically procedure

● individual tree crown (ITC) approaches: ITC approaches can use both raster CHM and point ALS data and are aimed to detect position and main characteristics of each single tree. Single-tree records can then be aggregated at plot, forest, watershed or regional scale.

Page 40: Spatial tools for LiDAR based watershed management and forestry analysis

VEGETATION

Extrapolation of the whole forest biometric data (e.g. forest biomass) can be obtained through two approaches:

● area-based approaches (AB): forest attributes are estimated by relating plot data to ALS data by statistically procedure

● individual tree crown (ITC) approaches: ITC approaches can use both raster CHM and point ALS data and are aimed to detect position and main characteristics of each single tree. Single-tree records can then be aggregated at plot, forest, watershed or regional scale.

Page 41: Spatial tools for LiDAR based watershed management and forestry analysis

VEGETATION MODULES

The available modules for single tree extraction are based on the identification of local maxima:

● RasterMaximaFinder: identifies local maxima on raster input data

Page 42: Spatial tools for LiDAR based watershed management and forestry analysis

RasterMaximaFinder

Page 43: Spatial tools for LiDAR based watershed management and forestry analysis

RasterMaximaFinder

Page 44: Spatial tools for LiDAR based watershed management and forestry analysis

RasterMaximaFinder

Page 45: Spatial tools for LiDAR based watershed management and forestry analysis

RasterMaximaFinder

Page 46: Spatial tools for LiDAR based watershed management and forestry analysis

RasterMaximaFinder

Page 47: Spatial tools for LiDAR based watershed management and forestry analysis

VEGETATION MODULES

The available modules for single tree extraction are based on the identification of local maxima:

● RasterMaximaFinder: identifies local maxima on raster input data

● PointCluodMaximaFinder: identifies local maxima on point cloud input data

Page 48: Spatial tools for LiDAR based watershed management and forestry analysis

PointCloudMaximaFinder

Page 49: Spatial tools for LiDAR based watershed management and forestry analysis

PointCloudMaximaFinder

Page 50: Spatial tools for LiDAR based watershed management and forestry analysis

PointCloudMaximaFinder

Page 51: Spatial tools for LiDAR based watershed management and forestry analysis

VEGETATION MODULES

The available modules for single tree extraction are based on the identification of local maxima:

● RasterMaximaFinder: identifies local maxima on raster input data

● PointCluodMaximaFinder: identifies local maxima on point cloud input data

● WatershedAlgorithm: delineates the crowns of the trees based on raster data

Page 52: Spatial tools for LiDAR based watershed management and forestry analysis

WatershedAlgorithm

Page 53: Spatial tools for LiDAR based watershed management and forestry analysis

WatershedAlgorithm

Page 54: Spatial tools for LiDAR based watershed management and forestry analysis

DATA VISUALIZATION TOOLS

● profiles of the LAS data considering 4 main directions

● position of the measured trees

● position of the extracted trees with highlighted the type of the tree: true positive, false positive

Page 55: Spatial tools for LiDAR based watershed management and forestry analysis

DATA VISUALIZATION TOOLS

Page 56: Spatial tools for LiDAR based watershed management and forestry analysis

DATA VISUALIZATION TOOLS

Page 57: Spatial tools for LiDAR based watershed management and forestry analysis

DATA VISUALIZATION TOOLS

Page 58: Spatial tools for LiDAR based watershed management and forestry analysis

APPLICATION: STUDY AREA

high local variety in forest structure

AURINA VALLEY

VEGETATION:●Norway spruce (Picea abies)●Larch (Larix decidua)●Stone pine (Pinus cembra)

AREA = 10 km2

Page 59: Spatial tools for LiDAR based watershed management and forestry analysis

points classification

points difference DTM

DTM + DSM

points density = 10 p/m2

APPLICATION: LiDAR SURVEY (2012)

Page 60: Spatial tools for LiDAR based watershed management and forestry analysis

12 CIRCULAR PLOTS

RADIUS = 15 m

BUFFER 150 m ROADS

FOREST STRUCTURES:● young● biplane● adult● multilayer

APPLICATION: FIELD SURVEY (2013)

Page 61: Spatial tools for LiDAR based watershed management and forestry analysis

Plot 777

Plot 1223

Plot 485

Plot 683

APPLICATION: RESULTS

Page 62: Spatial tools for LiDAR based watershed management and forestry analysis

method T1: local maxima, raster based

method T11: local maxima, point cloud based

APPLICATION: RESULTS

Page 63: Spatial tools for LiDAR based watershed management and forestry analysis

APPLICATION: RESULTS

Page 64: Spatial tools for LiDAR based watershed management and forestry analysis

WATERSHEAD MANAGEMENT

Page 65: Spatial tools for LiDAR based watershed management and forestry analysis

WATERSHEAD MANAGEMENT

● GIS-based tool for predicting the magnitude of LW transport during flood events at any given section within a river basin

● two main processes related to wood debris:

– LW recruitment from hillslopes

– LW transport/propagation along the network

Page 66: Spatial tools for LiDAR based watershed management and forestry analysis

SHALSTABmodel

Unstable slopes connectedto fluvial network

CONNECTIVITYmodel

AREAS THAT PROVIDES LW

Channelwidening

Slopeinstability

EXTREME EVENTS

INPUTS AND PROCESSES OUTPUTSLEGEND

LW TRANSPORT DURING FLOODS

Page 67: Spatial tools for LiDAR based watershed management and forestry analysis

SHALSTABmodel

Unstable slopes connectedto fluvial network

CONNECTIVITYmodel

AREAS THAT PROVIDES LW

TREE HEIGHT ANDFOREST STAND VOLUME

CHM and semi-empirical model

Channelwidening

Slopeinstability

EXTREME EVENTS

INPUTS AND PROCESSES OUTPUTSLEGEND

LW TRANSPORT DURING FLOODS

Page 68: Spatial tools for LiDAR based watershed management and forestry analysis

LW TRANSPORT DURING FLOODS

SHALSTABmodel

Unstable slopes connectedto fluvial network

CONNECTIVITYmodel

AREAS THAT PROVIDES LW

TREE HEIGHT ANDFOREST STAND VOLUME

CHM and semi-empirical model

CRITICAL SECTIONS AND LW VOLUME

Channelwidening

Slopeinstability

EXTREME EVENTS

INPUTS AND PROCESSES OUTPUTSLEGEND

Volume and dimensionsof available LW

LW propagationField data

monitoring LW transport

Page 69: Spatial tools for LiDAR based watershed management and forestry analysis

LW TRANSPORT DURING FLOODS

Page 70: Spatial tools for LiDAR based watershed management and forestry analysis

JGRASSTOOLS: INPUT

● digital models of the terrain and vegetation: DTM, DSM, FSV

● DTM derived geomorphology attributes: TCA, slope, connectivity, watershed delineation

● extension of the bankfull area: area covered by water during standard flow conditions

● position and dimensions of bridges and dams: field survey or available cadaster

● superficial geology: rock and deposits (erodible)

Page 71: Spatial tools for LiDAR based watershed management and forestry analysis

LW FROM HILLSLOPES

Page 72: Spatial tools for LiDAR based watershed management and forestry analysis

LW PROPAGATION

● identifies the critical section for the transit of LW in the given stream network

● based on the comparison between the length of the logs and channel width

Page 73: Spatial tools for LiDAR based watershed management and forestry analysis

LW PROPAGATION

criticalnon critical

Page 74: Spatial tools for LiDAR based watershed management and forestry analysis

● finalize the implementation of a Particle Swarming Optimizer for automatic calibration of the models

● improve the propagation algorithm to consider also the height of the water in the rivers

● connect the results of the elaboration of LiDAR data for the evaluation of the volume, height and diameter of the logs in each section

FUTURE PLANS

Page 75: Spatial tools for LiDAR based watershed management and forestry analysis

USEFUL LINKShttp://www.jgrasstools.org

http://bit.ly/stage_downloads

Franceschi [email protected]

THANKS FOR THE ATTENTION!