SlideShare a Scribd company logo
1 of 75
Download to read offline
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
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
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
JGRASSTOOLS
JGRASSTOOLS
JGRASSTOOLS
JGRASSTOOLS
JGRASSTOOLS
JGRASSTOOLS
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.
U
tilities
las
reading/w
riting
las
spatialindex
las
info,overview
las
pointdensity
R
aster
las
interpolation
-D
TM
-D
SM
-C
H
M
Filters
las
heightdistribution
las
histogram
las
m
erge
las
threshold
Tools
Building
extraction
Forestry
analysis
Intensity
analysis
MODULES OVERVIEW
MODULES OVERVIEW IN STAGE
MODULES OVERVIEW IN STAGE
PREPROCESSING
Packages including the available pre-processing operations
are:
● Utilities
– LasIndexer: creates indexes for LAS files
LasIndexer
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
LasInfo
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
LasOverviewCreator
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
LasPointDensityExtractor
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
LasHeightDistribution
LasHeightDistribution
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
LasHistogram
elevation
LasHistogram
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
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
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
RASTER
ADAPTIVE TIN
RASTER
ADAPTIVE TIN
RASTER
MAX HEIGHT
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
BUILDINGS
BUILDINGS
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)
FLIGHTLINES
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.
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.
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
RasterMaximaFinder
RasterMaximaFinder
RasterMaximaFinder
RasterMaximaFinder
RasterMaximaFinder
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
PointCloudMaximaFinder
PointCloudMaximaFinder
PointCloudMaximaFinder
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
WatershedAlgorithm
WatershedAlgorithm
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
DATA VISUALIZATION TOOLS
DATA VISUALIZATION TOOLS
DATA VISUALIZATION TOOLS
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
points classification
points difference DTM
DTM + DSM
points density = 10 p/m2
APPLICATION: LiDAR SURVEY (2012)
12 CIRCULAR PLOTS
RADIUS = 15 m
BUFFER 150 m ROADS
FOREST STRUCTURES:
● young
● biplane
● adult
● multilayer
APPLICATION: FIELD SURVEY (2013)
Plot
777
Plot
1223
Plot
485
Plot
683
APPLICATION: RESULTS
method T1: local maxima, raster based
method T11: local maxima, point cloud based
APPLICATION: RESULTS
APPLICATION: RESULTS
WATERSHEAD MANAGEMENT
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
SHALSTAB
model
Unstable slopes connected
to fluvial network
CONNECTIVITY
model
AREAS THAT
PROVIDES LW
Channel
widening
Slope
instability
EXTREME EVENTS
INPUTS AND PROCESSES OUTPUTSLEGEND
LW TRANSPORT DURING FLOODS
SHALSTAB
model
Unstable slopes connected
to fluvial network
CONNECTIVITY
model
AREAS THAT
PROVIDES LW
TREE HEIGHT AND
FOREST STAND VOLUME
CHM and
semi-empirical model
Channel
widening
Slope
instability
EXTREME EVENTS
INPUTS AND PROCESSES OUTPUTSLEGEND
LW TRANSPORT DURING FLOODS
LW TRANSPORT DURING FLOODS
SHALSTAB
model
Unstable slopes connected
to fluvial network
CONNECTIVITY
model
AREAS THAT
PROVIDES LW
TREE HEIGHT AND
FOREST STAND VOLUME
CHM and
semi-empirical model
CRITICAL SECTIONS
AND LW VOLUME
Channel
widening
Slope
instability
EXTREME EVENTS
INPUTS AND PROCESSES OUTPUTSLEGEND
Volume and dimensions
of available LW
LW propagation
Field data
monitoring LW transport
LW TRANSPORT DURING FLOODS
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)
LW FROM HILLSLOPES
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
LW PROPAGATION
critical
non critical
● 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
USEFUL LINKS
http://www.jgrasstools.org
http://bit.ly/stage_downloads
Franceschi Silvia
silvia.franceschi@gmail.com
THANKS FOR THE ATTENTION!

More Related Content

Viewers also liked

LiDAR Market is Expected to Reach $921.2 Million by 2022 - Allied Market Rese...
LiDAR Market is Expected to Reach $921.2 Million by 2022 - Allied Market Rese...LiDAR Market is Expected to Reach $921.2 Million by 2022 - Allied Market Rese...
LiDAR Market is Expected to Reach $921.2 Million by 2022 - Allied Market Rese...Allied Market Research
 
Rilevare in campagna con il cellulare: Solo un gioco o il nostro futuro?
Rilevare in campagna con il cellulare: Solo un gioco o il nostro futuro?Rilevare in campagna con il cellulare: Solo un gioco o il nostro futuro?
Rilevare in campagna con il cellulare: Solo un gioco o il nostro futuro?Andrea Antonello
 
Lidar hsi datafusion ilmf 2010
Lidar hsi datafusion ilmf 2010Lidar hsi datafusion ilmf 2010
Lidar hsi datafusion ilmf 2010raj.m.rao
 
Advanced Data Interoperability: LiDAR, 3D, and BIM - Esri UC 2015
Advanced Data Interoperability:LiDAR, 3D, and BIM - Esri UC 2015Advanced Data Interoperability:LiDAR, 3D, and BIM - Esri UC 2015
Advanced Data Interoperability: LiDAR, 3D, and BIM - Esri UC 2015Safe Software
 
Utilising the Virtual World for Urban Planning and Development
Utilising the Virtual World for Urban Planning and DevelopmentUtilising the Virtual World for Urban Planning and Development
Utilising the Virtual World for Urban Planning and DevelopmentDavid Jonas
 
BIM to GIS Interoperability
BIM to GIS InteroperabilityBIM to GIS Interoperability
BIM to GIS InteroperabilitySafe Software
 
Online Job Portal SnapShots
Online Job Portal SnapShots Online Job Portal SnapShots
Online Job Portal SnapShots Aj Maurya
 
2012 Workshop, Introduction to LiDAR Workshop, Bruce Adey and Mark Stucky (Me...
2012 Workshop, Introduction to LiDAR Workshop, Bruce Adey and Mark Stucky (Me...2012 Workshop, Introduction to LiDAR Workshop, Bruce Adey and Mark Stucky (Me...
2012 Workshop, Introduction to LiDAR Workshop, Bruce Adey and Mark Stucky (Me...GIS in the Rockies
 
Rankin LiDAR presentation
Rankin LiDAR presentationRankin LiDAR presentation
Rankin LiDAR presentationJustin Farrow
 
Post conversion of Lidar data on complex terrains
Post conversion of Lidar data on complex terrainsPost conversion of Lidar data on complex terrains
Post conversion of Lidar data on complex terrainsJean-Claude Meteodyn
 
light-detection-and-ranging(lidar)
 light-detection-and-ranging(lidar) light-detection-and-ranging(lidar)
light-detection-and-ranging(lidar)sandeep reddy
 

Viewers also liked (18)

LIDAR
LIDARLIDAR
LIDAR
 
LiDAR Market is Expected to Reach $921.2 Million by 2022 - Allied Market Rese...
LiDAR Market is Expected to Reach $921.2 Million by 2022 - Allied Market Rese...LiDAR Market is Expected to Reach $921.2 Million by 2022 - Allied Market Rese...
LiDAR Market is Expected to Reach $921.2 Million by 2022 - Allied Market Rese...
 
JGrasstools
JGrasstoolsJGrasstools
JGrasstools
 
Rilevare in campagna con il cellulare: Solo un gioco o il nostro futuro?
Rilevare in campagna con il cellulare: Solo un gioco o il nostro futuro?Rilevare in campagna con il cellulare: Solo un gioco o il nostro futuro?
Rilevare in campagna con il cellulare: Solo un gioco o il nostro futuro?
 
Lidar hsi datafusion ilmf 2010
Lidar hsi datafusion ilmf 2010Lidar hsi datafusion ilmf 2010
Lidar hsi datafusion ilmf 2010
 
Advanced Data Interoperability: LiDAR, 3D, and BIM - Esri UC 2015
Advanced Data Interoperability:LiDAR, 3D, and BIM - Esri UC 2015Advanced Data Interoperability:LiDAR, 3D, and BIM - Esri UC 2015
Advanced Data Interoperability: LiDAR, 3D, and BIM - Esri UC 2015
 
Utilising the Virtual World for Urban Planning and Development
Utilising the Virtual World for Urban Planning and DevelopmentUtilising the Virtual World for Urban Planning and Development
Utilising the Virtual World for Urban Planning and Development
 
BIM to GIS Interoperability
BIM to GIS InteroperabilityBIM to GIS Interoperability
BIM to GIS Interoperability
 
Solar mobile charger
Solar mobile chargerSolar mobile charger
Solar mobile charger
 
Online Job Portal SnapShots
Online Job Portal SnapShots Online Job Portal SnapShots
Online Job Portal SnapShots
 
Autonomous Vehicles
Autonomous VehiclesAutonomous Vehicles
Autonomous Vehicles
 
2012 Workshop, Introduction to LiDAR Workshop, Bruce Adey and Mark Stucky (Me...
2012 Workshop, Introduction to LiDAR Workshop, Bruce Adey and Mark Stucky (Me...2012 Workshop, Introduction to LiDAR Workshop, Bruce Adey and Mark Stucky (Me...
2012 Workshop, Introduction to LiDAR Workshop, Bruce Adey and Mark Stucky (Me...
 
LiDAR 101
LiDAR 101LiDAR 101
LiDAR 101
 
Rankin LiDAR presentation
Rankin LiDAR presentationRankin LiDAR presentation
Rankin LiDAR presentation
 
LIDAR
LIDARLIDAR
LIDAR
 
Post conversion of Lidar data on complex terrains
Post conversion of Lidar data on complex terrainsPost conversion of Lidar data on complex terrains
Post conversion of Lidar data on complex terrains
 
Solar Mobile Charger Report
Solar Mobile Charger ReportSolar Mobile Charger Report
Solar Mobile Charger Report
 
light-detection-and-ranging(lidar)
 light-detection-and-ranging(lidar) light-detection-and-ranging(lidar)
light-detection-and-ranging(lidar)
 

Similar to Spatial tools for LiDAR based watershed management and forestry analysis

Modelling natural hazards in gvSIG with the HortonMachine plugins
Modelling natural hazards in gvSIG with the HortonMachine pluginsModelling natural hazards in gvSIG with the HortonMachine plugins
Modelling natural hazards in gvSIG with the HortonMachine pluginsAndrea Antonello
 
LiDAR analysis for hazard mapping and forestry management using JGrassTools a...
LiDAR analysis for hazard mapping and forestry management using JGrassTools a...LiDAR analysis for hazard mapping and forestry management using JGrassTools a...
LiDAR analysis for hazard mapping and forestry management using JGrassTools a...silli
 
Hiba idris - GIS Based Visualisation of the Aesthetic Value of The Landscapes...
Hiba idris - GIS Based Visualisation of the Aesthetic Value of The Landscapes...Hiba idris - GIS Based Visualisation of the Aesthetic Value of The Landscapes...
Hiba idris - GIS Based Visualisation of the Aesthetic Value of The Landscapes...swenney
 
Application of a pattern recognition algorithm for single tree detection from...
Application of a pattern recognition algorithm for single tree detection from...Application of a pattern recognition algorithm for single tree detection from...
Application of a pattern recognition algorithm for single tree detection from...silli
 
FOSS4G2018: presentation of the HortonMachine library
FOSS4G2018: presentation of the HortonMachine libraryFOSS4G2018: presentation of the HortonMachine library
FOSS4G2018: presentation of the HortonMachine librarysilli
 
Habitat suitability of One horned Rhinoceros using GIS.pptx
Habitat suitability of One horned Rhinoceros using GIS.pptxHabitat suitability of One horned Rhinoceros using GIS.pptx
Habitat suitability of One horned Rhinoceros using GIS.pptxsahl_2fast
 
GIS & RS in Forest Mapping
GIS & RS in Forest MappingGIS & RS in Forest Mapping
GIS & RS in Forest MappingKamlesh Kumar
 
MODULE VII_ Remote Sensing_Avantika.pptx
MODULE VII_ Remote Sensing_Avantika.pptxMODULE VII_ Remote Sensing_Avantika.pptx
MODULE VII_ Remote Sensing_Avantika.pptxavantikaadhruj1
 
Application packaging and systematic processing in earth observation exploita...
Application packaging and systematic processing in earth observation exploita...Application packaging and systematic processing in earth observation exploita...
Application packaging and systematic processing in earth observation exploita...terradue
 
R3 TREES - Integrated Management of Urban Green Areas
R3 TREES - Integrated Management of Urban Green AreasR3 TREES - Integrated Management of Urban Green Areas
R3 TREES - Integrated Management of Urban Green AreasPaolo Viskanic
 
Participatory GIS for collaborative deer management
Participatory GIS for collaborative deer managementParticipatory GIS for collaborative deer management
Participatory GIS for collaborative deer managementAberdeen CES
 
Final Project Update
Final Project UpdateFinal Project Update
Final Project Updatemolivos
 
Free and open source software for remote sensing and GIS
Free and open source software for remote sensing and GISFree and open source software for remote sensing and GIS
Free and open source software for remote sensing and GISNopphawanTamkuan
 
Large Scale Forest Taxation based on Single Tree Measurements by means of Air...
Large Scale Forest Taxation based on Single Tree Measurements by means of Air...Large Scale Forest Taxation based on Single Tree Measurements by means of Air...
Large Scale Forest Taxation based on Single Tree Measurements by means of Air...mawe99
 
2015 FOSS4G Track: Analyzing Aspen's Community Forest with Lidar, Object-Base...
2015 FOSS4G Track: Analyzing Aspen's Community Forest with Lidar, Object-Base...2015 FOSS4G Track: Analyzing Aspen's Community Forest with Lidar, Object-Base...
2015 FOSS4G Track: Analyzing Aspen's Community Forest with Lidar, Object-Base...GIS in the Rockies
 
Application of gis for forest study
Application of gis for forest studyApplication of gis for forest study
Application of gis for forest studymeengistu adane
 

Similar to Spatial tools for LiDAR based watershed management and forestry analysis (20)

Modelling natural hazards in gvSIG with the HortonMachine plugins
Modelling natural hazards in gvSIG with the HortonMachine pluginsModelling natural hazards in gvSIG with the HortonMachine plugins
Modelling natural hazards in gvSIG with the HortonMachine plugins
 
LiDAR analysis for hazard mapping and forestry management using JGrassTools a...
LiDAR analysis for hazard mapping and forestry management using JGrassTools a...LiDAR analysis for hazard mapping and forestry management using JGrassTools a...
LiDAR analysis for hazard mapping and forestry management using JGrassTools a...
 
Hiba idris - GIS Based Visualisation of the Aesthetic Value of The Landscapes...
Hiba idris - GIS Based Visualisation of the Aesthetic Value of The Landscapes...Hiba idris - GIS Based Visualisation of the Aesthetic Value of The Landscapes...
Hiba idris - GIS Based Visualisation of the Aesthetic Value of The Landscapes...
 
Application of a pattern recognition algorithm for single tree detection from...
Application of a pattern recognition algorithm for single tree detection from...Application of a pattern recognition algorithm for single tree detection from...
Application of a pattern recognition algorithm for single tree detection from...
 
FOSS4G2018: presentation of the HortonMachine library
FOSS4G2018: presentation of the HortonMachine libraryFOSS4G2018: presentation of the HortonMachine library
FOSS4G2018: presentation of the HortonMachine library
 
Habitat suitability of One horned Rhinoceros using GIS.pptx
Habitat suitability of One horned Rhinoceros using GIS.pptxHabitat suitability of One horned Rhinoceros using GIS.pptx
Habitat suitability of One horned Rhinoceros using GIS.pptx
 
GIS & RS in Forest Mapping
GIS & RS in Forest MappingGIS & RS in Forest Mapping
GIS & RS in Forest Mapping
 
Land cover and Land Use
Land cover and Land UseLand cover and Land Use
Land cover and Land Use
 
gis.pdf
gis.pdfgis.pdf
gis.pdf
 
gis.pdf
gis.pdfgis.pdf
gis.pdf
 
MODULE VII_ Remote Sensing_Avantika.pptx
MODULE VII_ Remote Sensing_Avantika.pptxMODULE VII_ Remote Sensing_Avantika.pptx
MODULE VII_ Remote Sensing_Avantika.pptx
 
Application packaging and systematic processing in earth observation exploita...
Application packaging and systematic processing in earth observation exploita...Application packaging and systematic processing in earth observation exploita...
Application packaging and systematic processing in earth observation exploita...
 
R3 TREES - Integrated Management of Urban Green Areas
R3 TREES - Integrated Management of Urban Green AreasR3 TREES - Integrated Management of Urban Green Areas
R3 TREES - Integrated Management of Urban Green Areas
 
Participatory GIS for collaborative deer management
Participatory GIS for collaborative deer managementParticipatory GIS for collaborative deer management
Participatory GIS for collaborative deer management
 
Final Project Update
Final Project UpdateFinal Project Update
Final Project Update
 
Free and open source software for remote sensing and GIS
Free and open source software for remote sensing and GISFree and open source software for remote sensing and GIS
Free and open source software for remote sensing and GIS
 
Large Scale Forest Taxation based on Single Tree Measurements by means of Air...
Large Scale Forest Taxation based on Single Tree Measurements by means of Air...Large Scale Forest Taxation based on Single Tree Measurements by means of Air...
Large Scale Forest Taxation based on Single Tree Measurements by means of Air...
 
2015 FOSS4G Track: Analyzing Aspen's Community Forest with Lidar, Object-Base...
2015 FOSS4G Track: Analyzing Aspen's Community Forest with Lidar, Object-Base...2015 FOSS4G Track: Analyzing Aspen's Community Forest with Lidar, Object-Base...
2015 FOSS4G Track: Analyzing Aspen's Community Forest with Lidar, Object-Base...
 
Application of gis for forest study
Application of gis for forest studyApplication of gis for forest study
Application of gis for forest study
 
47192586 fragstats
47192586 fragstats47192586 fragstats
47192586 fragstats
 

More from silli

2020 foss4gjapan presentation_smash
2020 foss4gjapan presentation_smash2020 foss4gjapan presentation_smash
2020 foss4gjapan presentation_smashsilli
 
Geopaparazzi workshop 2019
Geopaparazzi workshop 2019Geopaparazzi workshop 2019
Geopaparazzi workshop 2019silli
 
2019 08 foss4g_horton_franceschi
2019 08 foss4g_horton_franceschi2019 08 foss4g_horton_franceschi
2019 08 foss4g_horton_franceschisilli
 
2019 08 26_foss4g_workshop_horton
2019 08 26_foss4g_workshop_horton2019 08 26_foss4g_workshop_horton
2019 08 26_foss4g_workshop_hortonsilli
 
FOSS4G2018: presentation of the app Geopaparazzi
FOSS4G2018: presentation of the app GeopaparazziFOSS4G2018: presentation of the app Geopaparazzi
FOSS4G2018: presentation of the app Geopaparazzisilli
 
FOSS4G2018: Geopaparazzi workshop
FOSS4G2018: Geopaparazzi workshop FOSS4G2018: Geopaparazzi workshop
FOSS4G2018: Geopaparazzi workshop silli
 
Geopaparazzi state of the art
Geopaparazzi state of the artGeopaparazzi state of the art
Geopaparazzi state of the artsilli
 
Geopaparazzi Workshop Foss4ge-Paris
Geopaparazzi Workshop Foss4ge-ParisGeopaparazzi Workshop Foss4ge-Paris
Geopaparazzi Workshop Foss4ge-Parissilli
 
A simplified GIS-based model for Large Wood recruitment and connectivity in m...
A simplified GIS-based model for Large Wood recruitment and connectivity in m...A simplified GIS-based model for Large Wood recruitment and connectivity in m...
A simplified GIS-based model for Large Wood recruitment and connectivity in m...silli
 
Workshope HALE GFOSS-it
Workshope HALE GFOSS-itWorkshope HALE GFOSS-it
Workshope HALE GFOSS-itsilli
 
Hale @FOSS4G2013
Hale @FOSS4G2013Hale @FOSS4G2013
Hale @FOSS4G2013silli
 
step by step mapping with hale for inspire
step by step mapping with hale for inspirestep by step mapping with hale for inspire
step by step mapping with hale for inspiresilli
 
Interpolazione Meteo
Interpolazione MeteoInterpolazione Meteo
Interpolazione Meteosilli
 
Corso Pat Jgrasshorton 2008 10 17
Corso Pat Jgrasshorton 2008 10 17Corso Pat Jgrasshorton 2008 10 17
Corso Pat Jgrasshorton 2008 10 17silli
 
Corso Pat Jgrasspeakflow 2008 10 23
Corso Pat Jgrasspeakflow 2008 10 23Corso Pat Jgrasspeakflow 2008 10 23
Corso Pat Jgrasspeakflow 2008 10 23silli
 
JGrass intro Italiano
JGrass intro ItalianoJGrass intro Italiano
JGrass intro Italianosilli
 
JHydro - an implementation of the digital watershed
JHydro - an implementation of the digital watershedJHydro - an implementation of the digital watershed
JHydro - an implementation of the digital watershedsilli
 

More from silli (17)

2020 foss4gjapan presentation_smash
2020 foss4gjapan presentation_smash2020 foss4gjapan presentation_smash
2020 foss4gjapan presentation_smash
 
Geopaparazzi workshop 2019
Geopaparazzi workshop 2019Geopaparazzi workshop 2019
Geopaparazzi workshop 2019
 
2019 08 foss4g_horton_franceschi
2019 08 foss4g_horton_franceschi2019 08 foss4g_horton_franceschi
2019 08 foss4g_horton_franceschi
 
2019 08 26_foss4g_workshop_horton
2019 08 26_foss4g_workshop_horton2019 08 26_foss4g_workshop_horton
2019 08 26_foss4g_workshop_horton
 
FOSS4G2018: presentation of the app Geopaparazzi
FOSS4G2018: presentation of the app GeopaparazziFOSS4G2018: presentation of the app Geopaparazzi
FOSS4G2018: presentation of the app Geopaparazzi
 
FOSS4G2018: Geopaparazzi workshop
FOSS4G2018: Geopaparazzi workshop FOSS4G2018: Geopaparazzi workshop
FOSS4G2018: Geopaparazzi workshop
 
Geopaparazzi state of the art
Geopaparazzi state of the artGeopaparazzi state of the art
Geopaparazzi state of the art
 
Geopaparazzi Workshop Foss4ge-Paris
Geopaparazzi Workshop Foss4ge-ParisGeopaparazzi Workshop Foss4ge-Paris
Geopaparazzi Workshop Foss4ge-Paris
 
A simplified GIS-based model for Large Wood recruitment and connectivity in m...
A simplified GIS-based model for Large Wood recruitment and connectivity in m...A simplified GIS-based model for Large Wood recruitment and connectivity in m...
A simplified GIS-based model for Large Wood recruitment and connectivity in m...
 
Workshope HALE GFOSS-it
Workshope HALE GFOSS-itWorkshope HALE GFOSS-it
Workshope HALE GFOSS-it
 
Hale @FOSS4G2013
Hale @FOSS4G2013Hale @FOSS4G2013
Hale @FOSS4G2013
 
step by step mapping with hale for inspire
step by step mapping with hale for inspirestep by step mapping with hale for inspire
step by step mapping with hale for inspire
 
Interpolazione Meteo
Interpolazione MeteoInterpolazione Meteo
Interpolazione Meteo
 
Corso Pat Jgrasshorton 2008 10 17
Corso Pat Jgrasshorton 2008 10 17Corso Pat Jgrasshorton 2008 10 17
Corso Pat Jgrasshorton 2008 10 17
 
Corso Pat Jgrasspeakflow 2008 10 23
Corso Pat Jgrasspeakflow 2008 10 23Corso Pat Jgrasspeakflow 2008 10 23
Corso Pat Jgrasspeakflow 2008 10 23
 
JGrass intro Italiano
JGrass intro ItalianoJGrass intro Italiano
JGrass intro Italiano
 
JHydro - an implementation of the digital watershed
JHydro - an implementation of the digital watershedJHydro - an implementation of the digital watershed
JHydro - an implementation of the digital watershed
 

Recently uploaded

The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...HostedbyConfluent
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGSujit Pal
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 

Recently uploaded (20)

The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAG
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 

Spatial tools for LiDAR based watershed management and forestry analysis