SlideShare a Scribd company logo
1 of 46
JGrass: The Horton machine ,[object Object],Foss4G, Cape Town 01/10/2008
[object Object],[object Object],[object Object],[object Object],HortonMachine: what and where
“ to give some quantitative and qualitative instruments for knowing the morphology of catchments” “ to supply a modern environmental modelling framework implementing current standards of the scientific community” HortonMachine: the main purposes
[object Object],[object Object],[object Object],HortonMachine: the history
” marks” the basin outlets It fills the depression points contained in a DEM so that the drainage directions are defined in each point Given the Strahler number of the channel network, the subbasins up to a selected order are labeled Generates a watershed basin mask from a drainage direction map and a set of coordinates ,[object Object],[object Object],HortonMachine:
draining area per length unit inclination angle of the gradient longitudinal, normal and planar curvatures drainage directions minimizing the deviation from the real flow drainage directions with the method of the maximal steepest descent slope module of the gradient vector slope in every site by employing the drainage directions upslope catchment  area ,[object Object],[object Object],[object Object],HortonMachine:
distance of each pixel from the outlet, measured along the drainage directions extracts the channel network from the drainage directions number of sources upriver  drainage density function for the basin upstream of each pixel assign numbers to the network’s links Strahler order in a basin ,[object Object],[object Object],[object Object],[object Object],HortonMachine:
for each hillslope pixel its distance from the river networks, following the steepest descent subdivides the sites of a basin in 11 topographic classes (9 from h.tc) subdivides the sites of a basin in the 9 topographic classes identified by the longitudinal and transversal curvatures ,[object Object],[object Object],[object Object],[object Object],[object Object],HortonMachine:
diameter of the basin subtended to a point euclidean distance of each pixel from the outlet of the bigger basin which contains it main moments of inertia of each subnet of a channel net rescaled distance of each pixel from the outlet topographic index of a basin ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],HortonMachine:
sums the values of an assigned quantity from the point till the outlet the histogram of a set of data contained in a matrix with respect to the set of data contained in another matrix ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],HortonMachine:
the Shalstab hillslope stability model the Peakflow semidistributed model for discharge calculation ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],HortonMachine:
The representation on a regular rectangular grid of the data constitutes the most common and most efficient form in which the terrain digital data can be found. ,[object Object],[object Object],[object Object],[object Object],The data in this raster form usually is made by reporting the vertical coordinate, z, for a subsequent series of points, along an assigned regular spacing profile. Digital Terrain Model
definition the working region pit detection definition of the drainage directions definition of the main network extraction of the interesting catchment D8  (maximum slope)‏ D8 with correction  (correction on the direction of  the gradient)‏ import in JGrass the starting DEM which we want to analyse individuation of the existing sub basins Example of basic geomorphologic analysis
The first operation to do is to fill the depression points present within a DTM so that the drainage directions can be defined in each point. Observations on this topic demonstrate that this calculation addresses lesser than the 1% of the data and that usually this depressions are given by wrong calculation in the DEM creation phase and that in fact they are not real depressions. The command used to fill the depressions is:  h.pitfiller  and is based on the Tarboton algorithm. First step: depitting the DTM
They define how water moves on the surface in relation to the topology of the study region. Flowdirection allow you to calculate the drainage directions. Hypothesis: each DEM cell drains only in one of its 8 neighbours, either adjacent or diagonal in the direction of the steepest downward slope. only 8 possible direction (see Figure for the numbering convention) in which direct the flux this is a limit of modelling the natural flow Flowdirections
In the map each colour represents one of the 8 drainage directions. The map contains the convention number of this directions.
It represents the area that contributes to a particular point of the catchment basin. It is a extremely important quantity in the geomorphologic and hydrologic study of a river basin: it is strictly related to the discharge flowing through the different points of the system in uniform precipitation conditions. On this quantity are based all the more diffusive methods used to extract the stream network from the digital models. Total contributing area
TCA:Total Contributing Area 1 2 3 4 5 6 7 8 9 ,[object Object],[object Object],[object Object],source point
Using the “pure” D8 method for the drainage direction estimation cause an effect of deviation from the real direction identified by the gradients. This algorithm calculates the drainage direction minimizing the deviation of the flow from the real flux direction. The deviation is calculated beginning from the pixel at highest elevation and going downstream. The deviation is calculated with a triangular construction and can be expressed as angular deviation (method D8-LAD) or as transversal distance (method D8-LTD)‏ The    parameter is used to assign a weight to the correction made to the drainage directions. This method has been developed by S. Orlandini A correction to the pure D8 method: h.draindir
LAD method:  angular deviation LTD method:  transversal deviation The deviation is cumulated from higher pixels down-hill and the D8 drainage direction is redirected to the real direction when the value is larger than an assigned threshold. If  λ  = 0 the deviation counter has no memory and the pixels up-hill do not affect the choice.
In the figures are compared the total contributing areas calculated with the pure D8 method and with the corrected method (LAD-D8). In the second case the typical maximum steepest parallelisms are not present with a representation of the flow very near to reality. Results comparison Log(TCA)‏ Log (LAD-TCA)‏
STANDARD METHOD
In flat areas or where there are manmade constructions, it can happen that the extracted channel  network does not coincide with the real channel network. Network assigned method
Network assigned method
Network assigned method
Network assigned method
Threshold on the tca 1°method Channel network extraction The threshold is on the parameter: which is proportional to the stress tangential to the bottom. 2°method Threshold on the tca of the concave sites. 3°method
In the resulting raster map the network pixels have the 2 value and outside the network there are null values (the yellow background is kept for visualization purposes). example with threshold on the tca Channel network extraction
Example of a network extracted with a high threshold value. Channel network extraction
[object Object],[object Object],[object Object],Extraction of the working basin
[object Object],[object Object],[object Object],Extraction of the working basin
Many other modules...
Many other modules...
Many other modules...
Many other modules...
Many other modules...
The planar curvatures separate the concave parts from the convex ones The longitudinal curvatures highlight  valleys Many other modules...
h.tc 9 classes h.tc 3 classes Many other modules...
...didn't I say  standards ? STOP!
[object Object],[object Object],[object Object],DB pit flow Trig getValues getValues getValues Horton Machine OpenMI Implementing standards: The Horton OpenMI Link
JGrass-Console – the scripting engine Horton Machine OpenMI JGrass-Console Engine ,[object Object],[object Object],[object Object]
Horton Machine OpenMI J-Console Engine JGrass UIBuilder GRASS JGrass-Console – the scripting engine
JGrass-Console – the scripting engine
JGrass-Console – the scripting engine
JGrass-Console – the scripting engine ...behind the scenes of the GUI mode - an xml file holds the gui definition and the command syntax  - the gui is automatically generated, and when  ok  is pressed, the console command is launched. Everything goes through the console! ...it is possible to construct complex (hybrid jgrass/grass/groovy/java) commands
JGrass is available at http://www.jgrass.org  Thanks for your attention RELATED WORKSHOP: Hydrological and Geomorphological Terrain Analysis with JGrass  Friday, 3 rd  October  01:30 PM – 05:00 PM Building: UCT Labs Room: Pilanesberg Room (UCT Environmental and Geographic Science Lab)

More Related Content

What's hot

TurnerBottoneStanekNIPS2013
TurnerBottoneStanekNIPS2013TurnerBottoneStanekNIPS2013
TurnerBottoneStanekNIPS2013Clay Stanek
 
Channel Estimation Techniques Based on Pilot Arrangement in OFDM Systems
Channel Estimation Techniques Based on Pilot Arrangement in OFDM SystemsChannel Estimation Techniques Based on Pilot Arrangement in OFDM Systems
Channel Estimation Techniques Based on Pilot Arrangement in OFDM SystemsBelal Essam ElDiwany
 
Lecture 02 Traffic Flow Characteristics (Traffic Engineering هندسة المرور & D...
Lecture 02 Traffic Flow Characteristics (Traffic Engineering هندسة المرور & D...Lecture 02 Traffic Flow Characteristics (Traffic Engineering هندسة المرور & D...
Lecture 02 Traffic Flow Characteristics (Traffic Engineering هندسة المرور & D...Hossam Shafiq I
 
Design and Implementation of Efficient Analysis and Synthesis QMF Bank for Mu...
Design and Implementation of Efficient Analysis and Synthesis QMF Bank for Mu...Design and Implementation of Efficient Analysis and Synthesis QMF Bank for Mu...
Design and Implementation of Efficient Analysis and Synthesis QMF Bank for Mu...TELKOMNIKA JOURNAL
 
Implementation of channel estimation algorithms in ofdm for 64 subcarriers
Implementation of channel estimation algorithms in ofdm for 64 subcarriersImplementation of channel estimation algorithms in ofdm for 64 subcarriers
Implementation of channel estimation algorithms in ofdm for 64 subcarriersIAEME Publication
 
MAP MAKING FROM TABLES
MAP MAKING FROM TABLESMAP MAKING FROM TABLES
MAP MAKING FROM TABLESijcga
 
CFD and Artificial Neural Networks Analysis of Plane Sudden Expansion Flows
CFD and Artificial Neural Networks Analysis of Plane Sudden Expansion FlowsCFD and Artificial Neural Networks Analysis of Plane Sudden Expansion Flows
CFD and Artificial Neural Networks Analysis of Plane Sudden Expansion FlowsCSCJournals
 
Multi-objective and Multi-constrained UAV Path Plan Optimum Selection Based o...
Multi-objective and Multi-constrained UAV Path Plan Optimum Selection Based o...Multi-objective and Multi-constrained UAV Path Plan Optimum Selection Based o...
Multi-objective and Multi-constrained UAV Path Plan Optimum Selection Based o...Angelo State University
 
Reservoir connectivity analysis_with_streamline_sim_nov_2010_v2
Reservoir connectivity analysis_with_streamline_sim_nov_2010_v2Reservoir connectivity analysis_with_streamline_sim_nov_2010_v2
Reservoir connectivity analysis_with_streamline_sim_nov_2010_v2Arif Khan
 
Site surveying 1 - done
Site surveying 1 - done Site surveying 1 - done
Site surveying 1 - done w ss
 

What's hot (19)

L3 Traffic Flow Models
L3 Traffic Flow ModelsL3 Traffic Flow Models
L3 Traffic Flow Models
 
TurnerBottoneStanekNIPS2013
TurnerBottoneStanekNIPS2013TurnerBottoneStanekNIPS2013
TurnerBottoneStanekNIPS2013
 
ACES_Journal_February_2012_Paper_07
ACES_Journal_February_2012_Paper_07ACES_Journal_February_2012_Paper_07
ACES_Journal_February_2012_Paper_07
 
Channel Estimation Techniques Based on Pilot Arrangement in OFDM Systems
Channel Estimation Techniques Based on Pilot Arrangement in OFDM SystemsChannel Estimation Techniques Based on Pilot Arrangement in OFDM Systems
Channel Estimation Techniques Based on Pilot Arrangement in OFDM Systems
 
G05313347
G05313347G05313347
G05313347
 
Lecture 02 Traffic Flow Characteristics (Traffic Engineering هندسة المرور & D...
Lecture 02 Traffic Flow Characteristics (Traffic Engineering هندسة المرور & D...Lecture 02 Traffic Flow Characteristics (Traffic Engineering هندسة المرور & D...
Lecture 02 Traffic Flow Characteristics (Traffic Engineering هندسة المرور & D...
 
Design and Implementation of Efficient Analysis and Synthesis QMF Bank for Mu...
Design and Implementation of Efficient Analysis and Synthesis QMF Bank for Mu...Design and Implementation of Efficient Analysis and Synthesis QMF Bank for Mu...
Design and Implementation of Efficient Analysis and Synthesis QMF Bank for Mu...
 
A05420112
A05420112A05420112
A05420112
 
Implementation of channel estimation algorithms in ofdm for 64 subcarriers
Implementation of channel estimation algorithms in ofdm for 64 subcarriersImplementation of channel estimation algorithms in ofdm for 64 subcarriers
Implementation of channel estimation algorithms in ofdm for 64 subcarriers
 
MAP MAKING FROM TABLES
MAP MAKING FROM TABLESMAP MAKING FROM TABLES
MAP MAKING FROM TABLES
 
CFD and Artificial Neural Networks Analysis of Plane Sudden Expansion Flows
CFD and Artificial Neural Networks Analysis of Plane Sudden Expansion FlowsCFD and Artificial Neural Networks Analysis of Plane Sudden Expansion Flows
CFD and Artificial Neural Networks Analysis of Plane Sudden Expansion Flows
 
Traffic flow model
Traffic flow modelTraffic flow model
Traffic flow model
 
Session 38 Xiaoliang Ma
Session 38 Xiaoliang MaSession 38 Xiaoliang Ma
Session 38 Xiaoliang Ma
 
ASSIGNMENT
ASSIGNMENTASSIGNMENT
ASSIGNMENT
 
Multi-objective and Multi-constrained UAV Path Plan Optimum Selection Based o...
Multi-objective and Multi-constrained UAV Path Plan Optimum Selection Based o...Multi-objective and Multi-constrained UAV Path Plan Optimum Selection Based o...
Multi-objective and Multi-constrained UAV Path Plan Optimum Selection Based o...
 
Reservoir connectivity analysis_with_streamline_sim_nov_2010_v2
Reservoir connectivity analysis_with_streamline_sim_nov_2010_v2Reservoir connectivity analysis_with_streamline_sim_nov_2010_v2
Reservoir connectivity analysis_with_streamline_sim_nov_2010_v2
 
Site surveying 1 - done
Site surveying 1 - done Site surveying 1 - done
Site surveying 1 - done
 
Ak03302260233
Ak03302260233Ak03302260233
Ak03302260233
 
Rpc
RpcRpc
Rpc
 

Viewers also liked

Modelling An Overland Water Flow Path In An Urban Catchment Using GIS
Modelling An Overland Water Flow Path In An Urban Catchment Using GISModelling An Overland Water Flow Path In An Urban Catchment Using GIS
Modelling An Overland Water Flow Path In An Urban Catchment Using GISWaqas Tariq
 
Hyetograph and hydrograph analysis
Hyetograph and hydrograph analysisHyetograph and hydrograph analysis
Hyetograph and hydrograph analysisvivek gami
 
hydro chapter_11_hydrology_by louy al hami
hydro  chapter_11_hydrology_by louy al hami hydro  chapter_11_hydrology_by louy al hami
hydro chapter_11_hydrology_by louy al hami Louy Alhamy
 
Hydrograph explanation and animation
Hydrograph explanation and animationHydrograph explanation and animation
Hydrograph explanation and animationDuncanAshton
 
geographyalltheway.com - IB Geography - The Bradshaw Model
geographyalltheway.com - IB Geography - The Bradshaw Modelgeographyalltheway.com - IB Geography - The Bradshaw Model
geographyalltheway.com - IB Geography - The Bradshaw ModelRichard Allaway
 
Decommissioning of Horton Sphere used for Ammonia Storage
Decommissioning of Horton Sphere used for Ammonia StorageDecommissioning of Horton Sphere used for Ammonia Storage
Decommissioning of Horton Sphere used for Ammonia StorageDharmaraj Daddikar
 

Viewers also liked (12)

Flood Magnitude VLE
Flood Magnitude  VLEFlood Magnitude  VLE
Flood Magnitude VLE
 
Modelling An Overland Water Flow Path In An Urban Catchment Using GIS
Modelling An Overland Water Flow Path In An Urban Catchment Using GISModelling An Overland Water Flow Path In An Urban Catchment Using GIS
Modelling An Overland Water Flow Path In An Urban Catchment Using GIS
 
Hyetograph and hydrograph analysis
Hyetograph and hydrograph analysisHyetograph and hydrograph analysis
Hyetograph and hydrograph analysis
 
Hydrographs VLE
Hydrographs VLEHydrographs VLE
Hydrographs VLE
 
hydro chapter_11_hydrology_by louy al hami
hydro  chapter_11_hydrology_by louy al hami hydro  chapter_11_hydrology_by louy al hami
hydro chapter_11_hydrology_by louy al hami
 
Surface runoff
Surface runoffSurface runoff
Surface runoff
 
Hydrograph explanation and animation
Hydrograph explanation and animationHydrograph explanation and animation
Hydrograph explanation and animation
 
Hydrograph
HydrographHydrograph
Hydrograph
 
geographyalltheway.com - IB Geography - The Bradshaw Model
geographyalltheway.com - IB Geography - The Bradshaw Modelgeographyalltheway.com - IB Geography - The Bradshaw Model
geographyalltheway.com - IB Geography - The Bradshaw Model
 
1 introduction to hydrology
1   introduction to hydrology1   introduction to hydrology
1 introduction to hydrology
 
Hydrology
HydrologyHydrology
Hydrology
 
Decommissioning of Horton Sphere used for Ammonia Storage
Decommissioning of Horton Sphere used for Ammonia StorageDecommissioning of Horton Sphere used for Ammonia Storage
Decommissioning of Horton Sphere used for Ammonia Storage
 

Similar to JGrass: the Horton machine (FOSS4G2008)

Analysis of Time Complexities and Accuracy of Depression Filling Algorithms i...
Analysis of Time Complexities and Accuracy of Depression Filling Algorithms i...Analysis of Time Complexities and Accuracy of Depression Filling Algorithms i...
Analysis of Time Complexities and Accuracy of Depression Filling Algorithms i...iosrjce
 
CaoTupinThursday20110722.ppt
CaoTupinThursday20110722.pptCaoTupinThursday20110722.ppt
CaoTupinThursday20110722.pptgrssieee
 
Prof. Sameh Saad - A Digital Model for 3D Characterization of Groundwater Qua...
Prof. Sameh Saad - A Digital Model for 3D Characterization of Groundwater Qua...Prof. Sameh Saad - A Digital Model for 3D Characterization of Groundwater Qua...
Prof. Sameh Saad - A Digital Model for 3D Characterization of Groundwater Qua...Hudhaib Al-Allatti
 
4af46e43-4dc7-4b54-ba8b-3a2594bb5269 j.pdf
4af46e43-4dc7-4b54-ba8b-3a2594bb5269 j.pdf4af46e43-4dc7-4b54-ba8b-3a2594bb5269 j.pdf
4af46e43-4dc7-4b54-ba8b-3a2594bb5269 j.pdfmrcopyxerox
 
Implementing Map Reduce Based Edmonds-Karp Algorithm to Determine Maximum Flo...
Implementing Map Reduce Based Edmonds-Karp Algorithm to Determine Maximum Flo...Implementing Map Reduce Based Edmonds-Karp Algorithm to Determine Maximum Flo...
Implementing Map Reduce Based Edmonds-Karp Algorithm to Determine Maximum Flo...paperpublications3
 
3D Analyst - Watershed from SRTM
3D Analyst - Watershed from SRTM3D Analyst - Watershed from SRTM
3D Analyst - Watershed from SRTMHartanto Sanjaya
 
Creating watershed using SRTM DEM
Creating watershed using SRTM DEMCreating watershed using SRTM DEM
Creating watershed using SRTM DEMbajajngadat
 
Geomorphology Maps
Geomorphology MapsGeomorphology Maps
Geomorphology Mapshaythemdinar
 
Computational Fluid Dynamics (CFD)
Computational Fluid Dynamics (CFD)Computational Fluid Dynamics (CFD)
Computational Fluid Dynamics (CFD)Khusro Kamaluddin
 
Evaluation of Morphometric Parameters Derived from CartoDEM and Aster GDEM wi...
Evaluation of Morphometric Parameters Derived from CartoDEM and Aster GDEM wi...Evaluation of Morphometric Parameters Derived from CartoDEM and Aster GDEM wi...
Evaluation of Morphometric Parameters Derived from CartoDEM and Aster GDEM wi...Dr Ramesh Dikpal
 
Towards better performance: phase congruency based face recognition
Towards better performance: phase congruency based face recognitionTowards better performance: phase congruency based face recognition
Towards better performance: phase congruency based face recognitionTELKOMNIKA JOURNAL
 

Similar to JGrass: the Horton machine (FOSS4G2008) (20)

E017352634
E017352634E017352634
E017352634
 
Analysis of Time Complexities and Accuracy of Depression Filling Algorithms i...
Analysis of Time Complexities and Accuracy of Depression Filling Algorithms i...Analysis of Time Complexities and Accuracy of Depression Filling Algorithms i...
Analysis of Time Complexities and Accuracy of Depression Filling Algorithms i...
 
WATERSHED ANALYSIS .pptx
WATERSHED ANALYSIS .pptxWATERSHED ANALYSIS .pptx
WATERSHED ANALYSIS .pptx
 
MS Project
MS ProjectMS Project
MS Project
 
CaoTupinThursday20110722.ppt
CaoTupinThursday20110722.pptCaoTupinThursday20110722.ppt
CaoTupinThursday20110722.ppt
 
Rosim.ppt
Rosim.pptRosim.ppt
Rosim.ppt
 
AllPosters
AllPostersAllPosters
AllPosters
 
Prof. Sameh Saad - A Digital Model for 3D Characterization of Groundwater Qua...
Prof. Sameh Saad - A Digital Model for 3D Characterization of Groundwater Qua...Prof. Sameh Saad - A Digital Model for 3D Characterization of Groundwater Qua...
Prof. Sameh Saad - A Digital Model for 3D Characterization of Groundwater Qua...
 
4af46e43-4dc7-4b54-ba8b-3a2594bb5269 j.pdf
4af46e43-4dc7-4b54-ba8b-3a2594bb5269 j.pdf4af46e43-4dc7-4b54-ba8b-3a2594bb5269 j.pdf
4af46e43-4dc7-4b54-ba8b-3a2594bb5269 j.pdf
 
Implementing Map Reduce Based Edmonds-Karp Algorithm to Determine Maximum Flo...
Implementing Map Reduce Based Edmonds-Karp Algorithm to Determine Maximum Flo...Implementing Map Reduce Based Edmonds-Karp Algorithm to Determine Maximum Flo...
Implementing Map Reduce Based Edmonds-Karp Algorithm to Determine Maximum Flo...
 
3D Analyst - Watershed from SRTM
3D Analyst - Watershed from SRTM3D Analyst - Watershed from SRTM
3D Analyst - Watershed from SRTM
 
TINET_FRnOG_2008_public
TINET_FRnOG_2008_publicTINET_FRnOG_2008_public
TINET_FRnOG_2008_public
 
Creating watershed using SRTM DEM
Creating watershed using SRTM DEMCreating watershed using SRTM DEM
Creating watershed using SRTM DEM
 
Geomorphology Maps
Geomorphology MapsGeomorphology Maps
Geomorphology Maps
 
Flood plain mapping
Flood plain mappingFlood plain mapping
Flood plain mapping
 
Final Ppt.pdf
Final Ppt.pdfFinal Ppt.pdf
Final Ppt.pdf
 
Dct and adaptive filters
Dct and adaptive filtersDct and adaptive filters
Dct and adaptive filters
 
Computational Fluid Dynamics (CFD)
Computational Fluid Dynamics (CFD)Computational Fluid Dynamics (CFD)
Computational Fluid Dynamics (CFD)
 
Evaluation of Morphometric Parameters Derived from CartoDEM and Aster GDEM wi...
Evaluation of Morphometric Parameters Derived from CartoDEM and Aster GDEM wi...Evaluation of Morphometric Parameters Derived from CartoDEM and Aster GDEM wi...
Evaluation of Morphometric Parameters Derived from CartoDEM and Aster GDEM wi...
 
Towards better performance: phase congruency based face recognition
Towards better performance: phase congruency based face recognitionTowards better performance: phase congruency based face recognition
Towards better performance: phase congruency based face recognition
 

More from Andrea Antonello

Smash & Geopaparazzi - State of the art 2021
Smash & Geopaparazzi - State of the art 2021Smash & Geopaparazzi - State of the art 2021
Smash & Geopaparazzi - State of the art 2021Andrea Antonello
 
GEOPAPARAZZI: STATE OF THE ART OF THE DIGITAL FIELD MAPPING APPLICATION
GEOPAPARAZZI: STATE OF THE ART OF THE DIGITAL FIELD MAPPING APPLICATIONGEOPAPARAZZI: STATE OF THE ART OF THE DIGITAL FIELD MAPPING APPLICATION
GEOPAPARAZZI: STATE OF THE ART OF THE DIGITAL FIELD MAPPING APPLICATIONAndrea Antonello
 
GEOPAPARAZZI STATE OF THE ART OF THE DIGITAL FIELD MAPPING APPLICATION
GEOPAPARAZZI STATE OF THE ART OF THE DIGITAL FIELD MAPPING APPLICATIONGEOPAPARAZZI STATE OF THE ART OF THE DIGITAL FIELD MAPPING APPLICATION
GEOPAPARAZZI STATE OF THE ART OF THE DIGITAL FIELD MAPPING APPLICATIONAndrea Antonello
 
Geopaparazzi Survey Server workshop
Geopaparazzi Survey Server workshopGeopaparazzi Survey Server workshop
Geopaparazzi Survey Server workshopAndrea Antonello
 
Geopaparazzi Survey Server Installation
Geopaparazzi Survey Server InstallationGeopaparazzi Survey Server Installation
Geopaparazzi Survey Server InstallationAndrea Antonello
 
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
 
GEOPAPARAZZI: STATE OF THE ART
GEOPAPARAZZI: STATE OF THE ARTGEOPAPARAZZI: STATE OF THE ART
GEOPAPARAZZI: STATE OF THE ARTAndrea Antonello
 
Geopaparazzi - NEVER OUT OF DATA IN THE FIELD
Geopaparazzi - NEVER OUT OF DATA IN THE FIELDGeopaparazzi - NEVER OUT OF DATA IN THE FIELD
Geopaparazzi - NEVER OUT OF DATA IN THE FIELDAndrea Antonello
 
The HortonMachine, for data analysis to help scientists... and not only
The HortonMachine, for data analysis to help scientists... and not onlyThe HortonMachine, for data analysis to help scientists... and not only
The HortonMachine, for data analysis to help scientists... and not onlyAndrea Antonello
 
Geopaparazzi & gvSIG Mobile - state of the art
Geopaparazzi & gvSIG Mobile - state of the artGeopaparazzi & gvSIG Mobile - state of the art
Geopaparazzi & gvSIG Mobile - state of the artAndrea Antonello
 
PART 6: FROM GEO INTO YOUR REPORT
PART 6: FROM GEO INTO YOUR REPORTPART 6: FROM GEO INTO YOUR REPORT
PART 6: FROM GEO INTO YOUR REPORTAndrea Antonello
 
PART 4: GEOGRAPHIC SCRIPTING
PART 4: GEOGRAPHIC SCRIPTINGPART 4: GEOGRAPHIC SCRIPTING
PART 4: GEOGRAPHIC SCRIPTINGAndrea Antonello
 
PART 3: THE SCRIPTING COMPOSER AND PYTHON
PART 3: THE SCRIPTING COMPOSER AND PYTHONPART 3: THE SCRIPTING COMPOSER AND PYTHON
PART 3: THE SCRIPTING COMPOSER AND PYTHONAndrea Antonello
 
Foss4g2016 Geopaparazzi Workshop
Foss4g2016 Geopaparazzi WorkshopFoss4g2016 Geopaparazzi Workshop
Foss4g2016 Geopaparazzi WorkshopAndrea Antonello
 
New tools for LiDAR, forestry, river management and hydro-geomorphology in gvSIG
New tools for LiDAR, forestry, river management and hydro-geomorphology in gvSIGNew tools for LiDAR, forestry, river management and hydro-geomorphology in gvSIG
New tools for LiDAR, forestry, river management and hydro-geomorphology in gvSIGAndrea Antonello
 
Digital field mapping with Geopaparazzi and gvSIG
Digital field mapping with Geopaparazzi and gvSIGDigital field mapping with Geopaparazzi and gvSIG
Digital field mapping with Geopaparazzi and gvSIGAndrea Antonello
 
Geopaparazzi, history of a digital mapping kid
Geopaparazzi, history of a digital mapping kidGeopaparazzi, history of a digital mapping kid
Geopaparazzi, history of a digital mapping kidAndrea Antonello
 
Geopaparazzi, state of the art
Geopaparazzi, state of the artGeopaparazzi, state of the art
Geopaparazzi, state of the artAndrea Antonello
 
Geographic scripting in uDig
Geographic scripting in uDigGeographic scripting in uDig
Geographic scripting in uDigAndrea Antonello
 

More from Andrea Antonello (20)

Smash & Geopaparazzi - State of the art 2021
Smash & Geopaparazzi - State of the art 2021Smash & Geopaparazzi - State of the art 2021
Smash & Geopaparazzi - State of the art 2021
 
GEOPAPARAZZI: STATE OF THE ART OF THE DIGITAL FIELD MAPPING APPLICATION
GEOPAPARAZZI: STATE OF THE ART OF THE DIGITAL FIELD MAPPING APPLICATIONGEOPAPARAZZI: STATE OF THE ART OF THE DIGITAL FIELD MAPPING APPLICATION
GEOPAPARAZZI: STATE OF THE ART OF THE DIGITAL FIELD MAPPING APPLICATION
 
GEOPAPARAZZI STATE OF THE ART OF THE DIGITAL FIELD MAPPING APPLICATION
GEOPAPARAZZI STATE OF THE ART OF THE DIGITAL FIELD MAPPING APPLICATIONGEOPAPARAZZI STATE OF THE ART OF THE DIGITAL FIELD MAPPING APPLICATION
GEOPAPARAZZI STATE OF THE ART OF THE DIGITAL FIELD MAPPING APPLICATION
 
Geopaparazzi Survey Server workshop
Geopaparazzi Survey Server workshopGeopaparazzi Survey Server workshop
Geopaparazzi Survey Server workshop
 
Geopaparazzi Survey Server Installation
Geopaparazzi Survey Server InstallationGeopaparazzi Survey Server Installation
Geopaparazzi Survey Server Installation
 
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
 
GEOPAPARAZZI: STATE OF THE ART
GEOPAPARAZZI: STATE OF THE ARTGEOPAPARAZZI: STATE OF THE ART
GEOPAPARAZZI: STATE OF THE ART
 
Geopaparazzi - NEVER OUT OF DATA IN THE FIELD
Geopaparazzi - NEVER OUT OF DATA IN THE FIELDGeopaparazzi - NEVER OUT OF DATA IN THE FIELD
Geopaparazzi - NEVER OUT OF DATA IN THE FIELD
 
The HortonMachine, for data analysis to help scientists... and not only
The HortonMachine, for data analysis to help scientists... and not onlyThe HortonMachine, for data analysis to help scientists... and not only
The HortonMachine, for data analysis to help scientists... and not only
 
Geopaparazzi & gvSIG Mobile - state of the art
Geopaparazzi & gvSIG Mobile - state of the artGeopaparazzi & gvSIG Mobile - state of the art
Geopaparazzi & gvSIG Mobile - state of the art
 
PART 6: FROM GEO INTO YOUR REPORT
PART 6: FROM GEO INTO YOUR REPORTPART 6: FROM GEO INTO YOUR REPORT
PART 6: FROM GEO INTO YOUR REPORT
 
PART 5: RASTER DATA
PART 5: RASTER DATAPART 5: RASTER DATA
PART 5: RASTER DATA
 
PART 4: GEOGRAPHIC SCRIPTING
PART 4: GEOGRAPHIC SCRIPTINGPART 4: GEOGRAPHIC SCRIPTING
PART 4: GEOGRAPHIC SCRIPTING
 
PART 3: THE SCRIPTING COMPOSER AND PYTHON
PART 3: THE SCRIPTING COMPOSER AND PYTHONPART 3: THE SCRIPTING COMPOSER AND PYTHON
PART 3: THE SCRIPTING COMPOSER AND PYTHON
 
Foss4g2016 Geopaparazzi Workshop
Foss4g2016 Geopaparazzi WorkshopFoss4g2016 Geopaparazzi Workshop
Foss4g2016 Geopaparazzi Workshop
 
New tools for LiDAR, forestry, river management and hydro-geomorphology in gvSIG
New tools for LiDAR, forestry, river management and hydro-geomorphology in gvSIGNew tools for LiDAR, forestry, river management and hydro-geomorphology in gvSIG
New tools for LiDAR, forestry, river management and hydro-geomorphology in gvSIG
 
Digital field mapping with Geopaparazzi and gvSIG
Digital field mapping with Geopaparazzi and gvSIGDigital field mapping with Geopaparazzi and gvSIG
Digital field mapping with Geopaparazzi and gvSIG
 
Geopaparazzi, history of a digital mapping kid
Geopaparazzi, history of a digital mapping kidGeopaparazzi, history of a digital mapping kid
Geopaparazzi, history of a digital mapping kid
 
Geopaparazzi, state of the art
Geopaparazzi, state of the artGeopaparazzi, state of the art
Geopaparazzi, state of the art
 
Geographic scripting in uDig
Geographic scripting in uDigGeographic scripting in uDig
Geographic scripting in uDig
 

Recently uploaded

ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesrafiqahmad00786416
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MIND CTI
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024The Digital Insurer
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdfSandro Moreira
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontologyjohnbeverley2021
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...Zilliz
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...apidays
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDropbox
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...apidays
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Victor Rentea
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodJuan lago vázquez
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businesspanagenda
 
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelDeepika Singh
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Victor Rentea
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
Platformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityPlatformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityWSO2
 

Recently uploaded (20)

ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontology
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Platformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityPlatformless Horizons for Digital Adaptability
Platformless Horizons for Digital Adaptability
 

JGrass: the Horton machine (FOSS4G2008)

  • 1.
  • 2.
  • 3. “ to give some quantitative and qualitative instruments for knowing the morphology of catchments” “ to supply a modern environmental modelling framework implementing current standards of the scientific community” HortonMachine: the main purposes
  • 4.
  • 5.
  • 6.
  • 7.
  • 8.
  • 9.
  • 10.
  • 11.
  • 12.
  • 13. definition the working region pit detection definition of the drainage directions definition of the main network extraction of the interesting catchment D8 (maximum slope)‏ D8 with correction (correction on the direction of the gradient)‏ import in JGrass the starting DEM which we want to analyse individuation of the existing sub basins Example of basic geomorphologic analysis
  • 14. The first operation to do is to fill the depression points present within a DTM so that the drainage directions can be defined in each point. Observations on this topic demonstrate that this calculation addresses lesser than the 1% of the data and that usually this depressions are given by wrong calculation in the DEM creation phase and that in fact they are not real depressions. The command used to fill the depressions is: h.pitfiller and is based on the Tarboton algorithm. First step: depitting the DTM
  • 15. They define how water moves on the surface in relation to the topology of the study region. Flowdirection allow you to calculate the drainage directions. Hypothesis: each DEM cell drains only in one of its 8 neighbours, either adjacent or diagonal in the direction of the steepest downward slope. only 8 possible direction (see Figure for the numbering convention) in which direct the flux this is a limit of modelling the natural flow Flowdirections
  • 16. In the map each colour represents one of the 8 drainage directions. The map contains the convention number of this directions.
  • 17. It represents the area that contributes to a particular point of the catchment basin. It is a extremely important quantity in the geomorphologic and hydrologic study of a river basin: it is strictly related to the discharge flowing through the different points of the system in uniform precipitation conditions. On this quantity are based all the more diffusive methods used to extract the stream network from the digital models. Total contributing area
  • 18.
  • 19. Using the “pure” D8 method for the drainage direction estimation cause an effect of deviation from the real direction identified by the gradients. This algorithm calculates the drainage direction minimizing the deviation of the flow from the real flux direction. The deviation is calculated beginning from the pixel at highest elevation and going downstream. The deviation is calculated with a triangular construction and can be expressed as angular deviation (method D8-LAD) or as transversal distance (method D8-LTD)‏ The  parameter is used to assign a weight to the correction made to the drainage directions. This method has been developed by S. Orlandini A correction to the pure D8 method: h.draindir
  • 20. LAD method: angular deviation LTD method: transversal deviation The deviation is cumulated from higher pixels down-hill and the D8 drainage direction is redirected to the real direction when the value is larger than an assigned threshold. If λ = 0 the deviation counter has no memory and the pixels up-hill do not affect the choice.
  • 21. In the figures are compared the total contributing areas calculated with the pure D8 method and with the corrected method (LAD-D8). In the second case the typical maximum steepest parallelisms are not present with a representation of the flow very near to reality. Results comparison Log(TCA)‏ Log (LAD-TCA)‏
  • 23. In flat areas or where there are manmade constructions, it can happen that the extracted channel network does not coincide with the real channel network. Network assigned method
  • 27. Threshold on the tca 1°method Channel network extraction The threshold is on the parameter: which is proportional to the stress tangential to the bottom. 2°method Threshold on the tca of the concave sites. 3°method
  • 28. In the resulting raster map the network pixels have the 2 value and outside the network there are null values (the yellow background is kept for visualization purposes). example with threshold on the tca Channel network extraction
  • 29. Example of a network extracted with a high threshold value. Channel network extraction
  • 30.
  • 31.
  • 37. The planar curvatures separate the concave parts from the convex ones The longitudinal curvatures highlight valleys Many other modules...
  • 38. h.tc 9 classes h.tc 3 classes Many other modules...
  • 39. ...didn't I say standards ? STOP!
  • 40.
  • 41.
  • 42. Horton Machine OpenMI J-Console Engine JGrass UIBuilder GRASS JGrass-Console – the scripting engine
  • 43. JGrass-Console – the scripting engine
  • 44. JGrass-Console – the scripting engine
  • 45. JGrass-Console – the scripting engine ...behind the scenes of the GUI mode - an xml file holds the gui definition and the command syntax - the gui is automatically generated, and when ok is pressed, the console command is launched. Everything goes through the console! ...it is possible to construct complex (hybrid jgrass/grass/groovy/java) commands
  • 46. JGrass is available at http://www.jgrass.org Thanks for your attention RELATED WORKSHOP: Hydrological and Geomorphological Terrain Analysis with JGrass Friday, 3 rd October 01:30 PM – 05:00 PM Building: UCT Labs Room: Pilanesberg Room (UCT Environmental and Geographic Science Lab)