SlideShare ist ein Scribd-Unternehmen logo
1 von 1
Downloaden Sie, um offline zu lesen
R: A statistical environment for hydrological analysis
                                     R: A statistical environment for hydrological analysis
                                                                                                                Zambrano-Bigiarini, Mauricio and Bellin, Alberto
                                                                                                                Zambrano-Bigiarini, Mauricio and Bellin, Alberto
                                                                                  Dep. of Civil and Environmental Engineering, Faculty of Engineering, Università degli Studi di Trento, Trento, Italy
                                                                                  Dep. of Civil and Environmental Engineering, Faculty of Engineering, Università degli Studi di Trento, Trento, Italy
Abstract:EGU2010-13008
Session: HS4.22/EOS13                                                                                                                                                    e-mail: mauricio.zambrano@ing.unitn.it
                                                                                                                                                                         e-mail: mauricio.zambrano@ing.unitn.it
     May 05th , 2010



   1) Introduction                                                                                                                                                                                                                                                          4) Packages by thematic area:
                                                                                                                                                                                                                                                                            ●
                                                                                                                                                                                                                                                                                Hydrology: RHydro, HydroMe, hydrogeo, hydrosanity,
   The free software environment for statistical computing
                                                                                                                                                                                                                                                                                topmodel, wasim, hydroTSM, hydroGOF
   and graphics “R” has been developed and it is
   maintained by statistical programmers, with the
                                                                                                                                                                                                                                                                            ●
                                                                                                                                                                                                                                                                                Geostatistics: gstat, automap, geoR, fields, RandomFields
   support of an increasing community of users with many
                                                                                                                                                                                                                                                                            ●
                                                                                                                                                                                                                                                                                GIS: spgrass6, RSAGA, rgdal, mapproj, sp, maptools RpyGeo,
   different backgrounds, which allows access to both                                                                                                                                                                                                                           RGoogleMaps, RArcInfo
   well-established and experimental techniques.                                                                                                                                                                                                                            ●
                                                                                                                                                                                                                                                                                Flood frequency: POT, evd, nsRFA, extremes, lmomco
                                                                                                                                                                                                                                                                            ●
                                                                                                                                                                                                                                                                                Programming language interfaces: C, Fortran, Python, Perl,
   Hydrological modelling practitioners spent large                                                                                                                                                                                                                             Java (JRI, JGR,...)
   amount of time in pre- and post-processing data and                                                                                                                                                                                                                      ●
                                                                                                                                                                                                                                                                                Wavelets: wavelets; wavethresh, wmtsa, Rwave
   results with traditional instruments. In this work “R” and                                                                                                                                                                                                               ●
                                                                                                                                                                                                                                                                                High Performance Computing:snowfall, multicore, jit, nws,
   some of its packages are presented as powerful tools
                                                                                                                                                                                                                                                                                Rmpi, snow, taskPR
   to explore and extract patterns from raw information, to
   pre-process input data of hydrological models, and
                                                                                                                                                                                                                                                                            ●
                                                                                                                                                                                                                                                                                Optimization: DEoptim, optim
   post-processing its results. In particular, examples are
                                                                                                                                                                                                                                                                            ●
                                                                                                                                                                                                                                                                                Spreadsheets & DB: RPostgreSQL, RMySQL, RSQLite,
   taken from analyzing 30-years of daily data for a basin                                                                                                                                                                                                                      RNetCDF, RexcelInstaller, xlsReadWrite
   of 85000 km2, saving a large amount of time that could                                                                                # Figure 2: hydroTSM::hydroplot; hydroTSM::sname2plot;               ## Plotting the streamflows at station "Q093"                 ●
                                                                                                                                                                                                                                                                                Other statistical software ( e.g, S, SAS, SPSS, Stata, Systat,
                                                                                                                                         data(EbroQts) # Loading the streamflow dataset                       sname2plot(EbroQts, sname="Q093", dates=1, var.type="Flow")
   be better spent in doing analysis.                                                                                                                                                                                                                                           Minitab): foreign
                                                                 # Figure 1: hydroTSM::matrixplot
                                                                                                                                                                                                                                                                            ●
                                                                                                                                                                                                                                                                                Bayesian statistics: BAS, BLR, ensembleBMA, evdbayes,
                                                                 # Matrix with the days with information per year in selected stations
                                                                                                                                                                                                                                                                                LearnBayes, ramps, spBayes,...
                                                                 info <- dwi(EbroQts[,61:110], out.unit="years", dates=EbroQts[,1])                                                                                                                                         ●
                                                                                                                                                                                                                                                                                Latex: xtable,pgfSweave
                                                                 # Plotting the previous matrix, with custom title
                                                                 matrixplot(info, main="Nº of Days with Information (1961-1990) n in
                                                                                                                                                                                                                                                                            ●
                                                                                                                                                                                                                                                                                Data Mining: Rweka, rattle, party, RandomForest, ...
   2) Why an hydrologist should                                  the Selected Streamgauges")



   invest time in trying R ?                                                                                                                                                                                                                                                5) At the end...              :




     ●
         Many ready-to-use algorithms.                                                                                                                                                                                                                                       "R" is a valuable environment to support undergraduate and
     ●
         Existing functions, graphics and packages can be                                                                                                                                                                                                                   graduate education in hydrology, since it is helpful to capture the
         easily adapted to particular needs.                                                                                                                                                                                                                                main features of large amount of data; it is a flexible and fully
     ●
         Write once, use many times.                                                                                                                                                                                                                                        functional programming language, able to be interfaced to
     ●
         Large and active user community.                                                                                                                                                                                                                                   existing Fortran and C code and well suited to the ever growing
     ●
         Documentation is available in several languages.                                                                                                                                                                                                                   demands of hydrological analysis; and finally because it is a
     ●
         Multi-platform (GNU/Linux, MacOS, Windows).                                                                                                                                                                                                                        promising environment for tackling most of the practical problems
     ●
         Open Source.                                                                                                                                                                                                                                                       that reality poses to the hydrological modeller.
     ●
         Free :)

                                                                                                                                                                                                                                                                                6) Where to Start ?
                                                                                                                                                                                                                                                                            ●
                                                                                                                                                                                                                                                                              Hydrology in R (wiki)
                                                                                                                                                                                                                                                                            ●
                                                                                                                                                                                                                                                                              R reference card
  3) hydroTSM and hydroGOF                                       # Figure 3: hydroTSM::hydropairs
                                                                 hydropairs(EbroQts[,21:24], main="Correlations among Selected
                                                                                                                                                                                                                                                                            ●
                                                                                                                                                                                                                                                                              Graphics: http://addictedtor.free.fr/graphiques/
                                                                 Daily Streamflow Stations")                                             # Figure 4: hydroTSM::hydrokrige and hydroTSM::mspplot
                                                                                                                                                                                                                                                                            ●
                                                                                                                                                                                                                                                                              Quick R: http://www.statmethods.net/index.html
  hydroTSM is an R package with S3 functions devoted
                                                                                                                                                                                                                                                                            ●
                                                                                                                                                                                                                                                                              R-Spatial: http://r-spatial.sourceforge.net/gallery/
  to management, analysis, interpolation and plot of
                                                                                                                                                                                                                                                                            ●
                                                                                                                                                                                                                                                                              CSRL: http://casoilresource.lawr.ucdavis.edu/drupal/node/100
  hydrological time series, mainly oriented to provide
                                                                                                                                                                                                                                                                            ●
                                                                                                                                                                                                                                                                              Manuals: http://cran.r-project.org/manuals.html
  support to hydrological modelling tasks.
                                                                                                                                                                                                                                                                            ●
                                                                                                                                                                                                                                                                              Packages: http://cran.r-project.org/web/packages/
                                                                                                                                                                                                                                                                            ●
                                                                                                                                                                                                                                                                              Search engine: http://www.rseek.org/, R Site search
  hydroGOF is an R package with S3 functions
  providing both, numerical and graphical goodness-of-fit
   measures between observed and simulated time
                                                                                                                                                                                                                                                                            7) References             :




  series.                                                                                                                                                                                                                                                                   ●
                                                                                                                                                                                                                                                                                Jones, O., R. Maillardet, A., Robinson. (2009). Introduction to Scientific
                                                                                                                                                                                                                                                                                Programming and Simulation Using R. 472pp. Chapman & Hall/CRC.
                                                                                                                                                                                                                                                                                Boca Raton, FL.
  Both packages will be soon available on the R website.                                                                                                                                                                                                                    ●
                                                                                                                                                                                                                                                                                Spector, P. 2008. Data Manipulation with R. 154pp. Springer-Verlag,
  Contributions are particularly welcome.                                                                                                                                                                                                                                       Carey, NC. ISBN 978-0-387-74730-9.
                                                                                                                                                                                                                                                                            ●
                                                                                                                                                                                                                                                                                Applied Spatial Data Analysis with R. Series: Use R. Bivand, Roger S.,
                                                                                                                                                                                                                                                                                Pebesma, Edzer J., Gomez-Rubio, Virgilio. 2008. ISBN: 978-0-387-
                                                                # Fig 5: hydroGOF:plotbands                                                                     # Fig 6: hydroGOF:ggof
                                                                                                                                                                                                                                                                                78170-9

Weitere ähnliche Inhalte

Kürzlich hochgeladen

The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
heathfieldcps1
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
KarakKing
 

Kürzlich hochgeladen (20)

ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptx
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 
Spatium Project Simulation student brief
Spatium Project Simulation student briefSpatium Project Simulation student brief
Spatium Project Simulation student brief
 
Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
 
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptx
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptx
 

Empfohlen

Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
Kurio // The Social Media Age(ncy)
 

Empfohlen (20)

PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search Intent
 
How to have difficult conversations
How to have difficult conversations How to have difficult conversations
How to have difficult conversations
 
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data Science
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best Practices
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project management
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
 
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
 
12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work
 
ChatGPT webinar slides
ChatGPT webinar slidesChatGPT webinar slides
ChatGPT webinar slides
 
More than Just Lines on a Map: Best Practices for U.S Bike Routes
More than Just Lines on a Map: Best Practices for U.S Bike RoutesMore than Just Lines on a Map: Best Practices for U.S Bike Routes
More than Just Lines on a Map: Best Practices for U.S Bike Routes
 
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...
 
Barbie - Brand Strategy Presentation
Barbie - Brand Strategy PresentationBarbie - Brand Strategy Presentation
Barbie - Brand Strategy Presentation
 

R: A Statistical Environment for doing Hydrological Analysis and Modelling (EGU 2010)

  • 1. R: A statistical environment for hydrological analysis R: A statistical environment for hydrological analysis Zambrano-Bigiarini, Mauricio and Bellin, Alberto Zambrano-Bigiarini, Mauricio and Bellin, Alberto Dep. of Civil and Environmental Engineering, Faculty of Engineering, Università degli Studi di Trento, Trento, Italy Dep. of Civil and Environmental Engineering, Faculty of Engineering, Università degli Studi di Trento, Trento, Italy Abstract:EGU2010-13008 Session: HS4.22/EOS13 e-mail: mauricio.zambrano@ing.unitn.it e-mail: mauricio.zambrano@ing.unitn.it May 05th , 2010 1) Introduction 4) Packages by thematic area: ● Hydrology: RHydro, HydroMe, hydrogeo, hydrosanity, The free software environment for statistical computing topmodel, wasim, hydroTSM, hydroGOF and graphics “R” has been developed and it is maintained by statistical programmers, with the ● Geostatistics: gstat, automap, geoR, fields, RandomFields support of an increasing community of users with many ● GIS: spgrass6, RSAGA, rgdal, mapproj, sp, maptools RpyGeo, different backgrounds, which allows access to both RGoogleMaps, RArcInfo well-established and experimental techniques. ● Flood frequency: POT, evd, nsRFA, extremes, lmomco ● Programming language interfaces: C, Fortran, Python, Perl, Hydrological modelling practitioners spent large Java (JRI, JGR,...) amount of time in pre- and post-processing data and ● Wavelets: wavelets; wavethresh, wmtsa, Rwave results with traditional instruments. In this work “R” and ● High Performance Computing:snowfall, multicore, jit, nws, some of its packages are presented as powerful tools Rmpi, snow, taskPR to explore and extract patterns from raw information, to pre-process input data of hydrological models, and ● Optimization: DEoptim, optim post-processing its results. In particular, examples are ● Spreadsheets & DB: RPostgreSQL, RMySQL, RSQLite, taken from analyzing 30-years of daily data for a basin RNetCDF, RexcelInstaller, xlsReadWrite of 85000 km2, saving a large amount of time that could # Figure 2: hydroTSM::hydroplot; hydroTSM::sname2plot; ## Plotting the streamflows at station "Q093" ● Other statistical software ( e.g, S, SAS, SPSS, Stata, Systat, data(EbroQts) # Loading the streamflow dataset sname2plot(EbroQts, sname="Q093", dates=1, var.type="Flow") be better spent in doing analysis. Minitab): foreign # Figure 1: hydroTSM::matrixplot ● Bayesian statistics: BAS, BLR, ensembleBMA, evdbayes, # Matrix with the days with information per year in selected stations LearnBayes, ramps, spBayes,... info <- dwi(EbroQts[,61:110], out.unit="years", dates=EbroQts[,1]) ● Latex: xtable,pgfSweave # Plotting the previous matrix, with custom title matrixplot(info, main="Nº of Days with Information (1961-1990) n in ● Data Mining: Rweka, rattle, party, RandomForest, ... 2) Why an hydrologist should the Selected Streamgauges") invest time in trying R ? 5) At the end... : ● Many ready-to-use algorithms. "R" is a valuable environment to support undergraduate and ● Existing functions, graphics and packages can be graduate education in hydrology, since it is helpful to capture the easily adapted to particular needs. main features of large amount of data; it is a flexible and fully ● Write once, use many times. functional programming language, able to be interfaced to ● Large and active user community. existing Fortran and C code and well suited to the ever growing ● Documentation is available in several languages. demands of hydrological analysis; and finally because it is a ● Multi-platform (GNU/Linux, MacOS, Windows). promising environment for tackling most of the practical problems ● Open Source. that reality poses to the hydrological modeller. ● Free :) 6) Where to Start ? ● Hydrology in R (wiki) ● R reference card 3) hydroTSM and hydroGOF # Figure 3: hydroTSM::hydropairs hydropairs(EbroQts[,21:24], main="Correlations among Selected ● Graphics: http://addictedtor.free.fr/graphiques/ Daily Streamflow Stations") # Figure 4: hydroTSM::hydrokrige and hydroTSM::mspplot ● Quick R: http://www.statmethods.net/index.html hydroTSM is an R package with S3 functions devoted ● R-Spatial: http://r-spatial.sourceforge.net/gallery/ to management, analysis, interpolation and plot of ● CSRL: http://casoilresource.lawr.ucdavis.edu/drupal/node/100 hydrological time series, mainly oriented to provide ● Manuals: http://cran.r-project.org/manuals.html support to hydrological modelling tasks. ● Packages: http://cran.r-project.org/web/packages/ ● Search engine: http://www.rseek.org/, R Site search hydroGOF is an R package with S3 functions providing both, numerical and graphical goodness-of-fit measures between observed and simulated time 7) References : series. ● Jones, O., R. Maillardet, A., Robinson. (2009). Introduction to Scientific Programming and Simulation Using R. 472pp. Chapman & Hall/CRC. Boca Raton, FL. Both packages will be soon available on the R website. ● Spector, P. 2008. Data Manipulation with R. 154pp. Springer-Verlag, Contributions are particularly welcome. Carey, NC. ISBN 978-0-387-74730-9. ● Applied Spatial Data Analysis with R. Series: Use R. Bivand, Roger S., Pebesma, Edzer J., Gomez-Rubio, Virgilio. 2008. ISBN: 978-0-387- # Fig 5: hydroGOF:plotbands # Fig 6: hydroGOF:ggof 78170-9