Climate and weather data is often stored in NetCDF file formats for many good reasons. In the early stage of your study program you have probably learned the basics of data analysis using csv data files in either Excel or a programming language. When doing your own research, e.g. a thesis, you might need to work with NetCDF data by yourself. This repository contains some examples how to work with NetCDF stored data in R. The examples are made with Jupyter Notebooks. Below you can find instructions how to start.
Instructions and R code examples are available in the online book.
Launch the Jupyter notebook examples online by clicking on the button. It can take very long for the installation is done and the Jupyter notebook is launched.
- Open notebooks in the R folder.
- Install Docker
- build an image:
docker build --rm -t nauta008/tutorials https://github.com/nauta008/tutorials.git - run the build:
docker run --rm -p 127.0.0.1:8787:8787 -e DISABLE_AUTH=true nauta008/tutorials
- Install R: https://cran.r-project.org/
- Download and install Anaconda: https://www.anaconda.com/products/individual
- Install Jupyter Notebooks in Anaconda if not yet installed.
- Download the repository from Git.
- Launch Jupyter Notebooks.
- Browse to the repository and go into the R folder.
- Open the notebooks