It is pretty clear that almost every field today needs data-savvy researchers. It has become something as basic as driving a car in our intellectual work
– Saul Perlmutter (2011 Nobel Laureate in Physics)
Data science is a rapidly growing field and is becoming an integral part of nearly all fields of study, including the Earth and environmental sciences. In the past few years, programs specifically focused on data analytics for Earth and environmental sciences have been created or expanded at many prominent institutions (Stanford, Berkeley, U. Chicago , and UC Boulder to name a few).
The demand in the academic, public, and private sectors for environmental scientists with skills is data analytics has been growing and job and research opportunities are strong. The articles below provide a nice overview on the rising importance of data science in the environmental fields.
https://eos.org/opinions/training-the-next-generation-of-physical-data-scientists
https://earth.stanford.edu/news/21st-century-earth-science-computer-intensive-and-data-driven
https://www.earthdatascience.org/blog/earth-data-scientist-demand/
Why learn programming?
Why learn R?
R is rapidly growing in popularity
source (https://pypl.github.io/PYPL.html)
We will write and run our code within the RStudio Integrated Development Environment (IDE). RStudio allows us to write, excute (run), and debug code, along with view output and plots, within a single integrated environment.
There are lots of resources for getting help in R. In addition to me and your classmates, there is a massive amount of help available freely online (a quick Google search typically yields an answer to just about any R question). There are also many websites devoted to teaching R.
Visit Union College’s very own Center for Data Analytics! It is located in Wold 010 and hosts a data science help desk, where expert students and faculty who staff the help desk can help answer your questions. The Center for Data Analytics also host regular training workshops and guest speakers.
You can also get help directly in R Studio by typing ?term_of_interest_here
in the R Console or by searching in the Help bar on the right-hand side of your RStudio window.
Your textbooks R for Data Science and ModernDive are also amazing resources and freely available online in a nice searchable format.
R Cheatsheets are also amazing resources that succintly summarize many different aspects of R. I will hand these out throughout the term, though you can find them freely available here.