Publications by Trent Biggs

Water quality: Q-C hysteresis plots

27.10.2020

0. Functions in R Functions are scripts that you want to run over and over again, but not have to type the details every time. For example, if you want to calculate the area of a circle (A = pi*r2) but don’t want to have to write the equation, you could make a function: circle.area <- function(r){ # Input value is "r", the radius. A = pi*...

1319 sym R (1338 sym/9 pcs) 3 img

GEOG 576 Exercise Land use tabulation

12.11.2020

This Exercise will introduce you to reading vector and raster data into R, and tabulating raster areas using a vector (watershed boundary). For more information on spatial analysis in R, see: https://cran.r-project.org/doc/contrib/intro-spatial-rl.pdf 0. Open R, and click on File > New File > R Script For each line of code below, enter it into t...

5485 sym R (119813 sym/37 pcs) 2 img

Vazoes minimas

20.03.2021

Todos os arquivos apresentado aqui foram baixado a http://www.snirh.gov.br/hidroweb/ O formato dos arquivos de hidroweb nao podem ser leito directamente em R. Escrevi outra programma para reformatar os arquivos no formato csv. Como usar este documento O codigo abaxio nas caixas cinzas pode ser copiado directamente em “Rstudio”, na janela par...

2363 sym R (5566 sym/44 pcs) 52 img

GEOG 576 Read USGS Discharge Data

03.11.2021

In this exercise, you will: - read USGS streamflow data into R - calculate monthly discharge - calculate runoff coefficients 0. Load the libraries you’ll need. The USGS has a website dedicated to R: https://owi.usgs.gov/R/ There are packages for streamflow and water quality data retrieval and analysis. Here, we install and use the dataRetrie...

4602 sym R (8054 sym/38 pcs) 7 img

GEOG576 Exercise 9

28.10.2021

This Exercise will introduce you to reading vector and raster data into R, and tabulating raster areas using a vector (watershed boundary). For more information on spatial analysis in R, see: https://cran.r-project.org/doc/contrib/intro-spatial-rl.pdf 0. Open R, and click on File > New File > R Script For each line of code below, enter it into t...

3187 sym R (119870 sym/34 pcs) 2 img 4 tbl

Analises hidrologicos em R: Parte II

06.10.2021

II. Vazões mínimas Neste módulo, vamos aprender a: 1. Ler dados de vazão com “url”. 2. Separar descarga em “baseflow” e “stormflow”. 3. Calcular vazões mínimas. Será que a conversão de floresta para pastagem tem mudado as vazões mínimas? Todos os arquivos apresentados aqui foram baixados do: http://www.snirh.gov.br/hidroweb/...

2634 sym R (7741 sym/61 pcs) 52 img

Mini Curso: Introduccao Hidrologia em R

05.10.2021

Como usar este documento O código abaxio nas caixas cinzas pode ser copiado diretamente ao “Rstudio”, na janela para Scripts. I. Introdução: Ler e visualizar dados Neste módulo, vamos aprender: 1. Como criar um script em R e rodá-lo. 2. Como instalar pacotes. 3. Como ler dados de vazão. 4. Como visualizar dados de vazão. 1. Criar...

2349 sym R (2229 sym/46 pcs) 1 img

Exercise 5 Water balance

30.09.2021

In this exercise, you will: - read USGS streamflow data into R - calculate monthly discharge - calculate runoff coefficients 0. Load the libraries you’ll need. The USGS has a website dedicated to R: https://owi.usgs.gov/R/ There are packages for streamflow and water quality data retrieval and analysis. Here, we install and use the dataRetrie...

3899 sym R (8108 sym/38 pcs) 7 img

OfficinaPartII

05.10.2021

II. Vazoes minimas En este modulo, vai aprender: 1. Ler dados de vazao com “url”. 2. Separar descarga em “baseflow” e “stormflow”. 3. Calcular vazoes minimas. Sera que conversao de floresta a pastagem tem mudado as vazoes minimas? Todos os arquivos apresentado aqui foram baixado a http://www.snirh.gov.br/hidroweb/ O formato dos arquiv...

2591 sym R (7340 sym/58 pcs) 47 img