This is a small introduction to NetCDF and xarray
for the EPIC Orientation seminar.
Rerun this code:
-
Ask @atrisovic for data
-
Run the following commands:
git clone <this repository>
cd xarray-notebooks
mkdir data
# put data into the folder data
- Create a virtual environment:
pip install virtualenv
virtualenv env
source env/bin/activate
pip install -r requirements.txt
- Run a notebook server:
jupyter notebook
These notebooks are based on:
- http://xarray.pydata.org/en/stable/plotting.html
- https://geohackweek.github.io/nDarrays/05-aggregation/
- https://daac.ornl.gov/resources/tutorials/NetCDF_webinar_08302017.html