All Projects → bcgov → intro-to-tidyhydat-and-tidyverse

bcgov / intro-to-tidyhydat-and-tidyverse

Licence: other
Introduction to R and the tidyverse in Hydrology

Projects that are alternatives of or similar to intro-to-tidyhydat-and-tidyverse

tidyhydat
An R package to import Water Survey of Canada hydrometric data and make it tidy
Stars: ✭ 67 (+318.75%)
Mutual labels:  hydrology, citz
scala-3-crash-course
Scala 3 workshop presenting the top new features of the language.
Stars: ✭ 34 (+112.5%)
Mutual labels:  workshop
ws-ldn-1
Clojure/Clojurescript workshop (2-4 Nov 2015, London)
Stars: ✭ 22 (+37.5%)
Mutual labels:  workshop
cfn101-workshop
AWS CloudFormation Workshop
Stars: ✭ 114 (+612.5%)
Mutual labels:  workshop
ScribeBot
A highly scriptable automation system full of cool features. Automate everything with a little bit of Lua.
Stars: ✭ 72 (+350%)
Mutual labels:  workshop
python-resources-for-earth-sciences
A Curated List of Python Resources for Earth Sciences
Stars: ✭ 159 (+893.75%)
Mutual labels:  hydrology
tensorflow-k8s-azure
Train TensorFlow Models at Scale with Kubernetes and Kubeflow on Azure
Stars: ✭ 44 (+175%)
Mutual labels:  workshop
touchdesigner-summit-2019-large-systems
No description or website provided.
Stars: ✭ 26 (+62.5%)
Mutual labels:  workshop
ws-ldn-3
DIY Synth / ARM baremetal workshop (London, 5-6 December 2015)
Stars: ✭ 20 (+25%)
Mutual labels:  workshop
guide-to-becoming
แหล่งรวบรวมข้อมูลสำหรับคนที่อยากจะพัฒนาตัวเองในด้านต่างๆจากผู้เริ่มต้นสู่ระดับเทพ
Stars: ✭ 23 (+43.75%)
Mutual labels:  workshop
gocodelabru
Coding simple database for geospatial data using Go programming language workshop in Russian language
Stars: ✭ 64 (+300%)
Mutual labels:  workshop
gtcdk8s
Courseware for a Docker + Kubernetes workshop
Stars: ✭ 15 (-6.25%)
Mutual labels:  workshop
Materiales
📚 Materiales de todas nuestras actividades
Stars: ✭ 37 (+131.25%)
Mutual labels:  workshop
workshop-php
Workshop inicialmente criado pela comunidade PHPWomenRJ
Stars: ✭ 28 (+75%)
Mutual labels:  workshop
gitops-helm-workshop
Progressive Delivery for Kubernetes with Flux, Helm, Linkerd and Flagger
Stars: ✭ 59 (+268.75%)
Mutual labels:  workshop
introduction-to-neural-networks
No description or website provided.
Stars: ✭ 23 (+43.75%)
Mutual labels:  workshop
WhiteboxTools-ArcGIS
ArcGIS Python Toolbox for WhiteboxTools
Stars: ✭ 190 (+1087.5%)
Mutual labels:  hydrology
saturn2019-architecture-island-workshop
What are the most essential ideas in software architecture all developers should know?
Stars: ✭ 25 (+56.25%)
Mutual labels:  workshop
mastering-zsh
Advanced topics to take advantage of zsh 👩‍💻👨‍💻
Stars: ✭ 934 (+5737.5%)
Mutual labels:  workshop
hydrotools
Suite of tools for retrieving USGS NWIS observations and evaluating National Water Model (NWM) data.
Stars: ✭ 36 (+125%)
Mutual labels:  hydrology

img

Introduction to R and the tidyverse in Hydrology

This is the repo for Introduction to R and the tidyverse in Hydrology to be delivered at the Canadian Water Resources Association 2018 conference in Victoria, British Columbia on May 28, 2018. The workshop repo is currently under development and all materials should be considered a work in progress.

This is a 4 hour hands-on workshop that leans heavily on the book R for Data Science and on the tidyhydat package. This workshop is intended as an introduction for people interested in hydrological analysis and who would like to try using R. In this workshop you will learn how to:

  • Recognize basic elements of the R programming language
  • Use the R package tidyhydat to access realtime and historical Water Survey of Canada data directly from R
  • Conduct a variety basic data tidying steps
  • Generate high quality plots in R
  • Understand where and how to seek help for R
  • Take away your R recipes for future analysis

You will learn how to visualize and transform untidy data formats. Along the way, you will learn and use several packages from the tidyverse including ggplot2, dplyr, tidyr, and purrr. In addition, we will make use of the tidyhydat package, which imports and tidies Water Survey of Canada hydrometric data into R.

Software requirements

You will need a working installation of R and RStudio available from here:

Install R from here: https://cloud.r-project.org/

Install RStudio from here: https://www.rstudio.com/products/rstudio/download/#download

You'll need the following packages:

install.packages(c("tidyverse", "tidyhydat", "usethis", "rmarkdown"))

Then you can grab a local copy of all the slides, code and data:

usethis::use_course("https://bit.ly/2L95hCb")

To get back to this project later, double-click on "intro-to-tidyhydat-and-tidyverse.Rproj".

License

Creative Commons License

Original repo Data Science in the tidyverse by Charlotte Wickham is licensed under a Creative Commons Attribution 4.0 International License. Based on a work at https://github.com/rstudio/master-the-tidyverse.

Acknowledgements

I have forked this repo from Hadley Wickham who in turn forked it from Charlotte Wickham, who forked it from RStudio. The feel, look and flow of the material in this workshop was originally created by these authors. My main contribution was adapt the examples to hydrologically based data. Huge thanks to Hadley, Charlotte and Garrett for creating the slides and accompanying materials!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].