Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 803 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 803 Bytes

Reading and plotting netCDF data using Jupyter notebooks

This repo contains a Jupyter notebook detailing how to read netCDF files and create typical 2D/3D plots. The script makes use of a number of files which are stored here under the directory 'files'.

Installation

Clone this repository. Create a suitable conda environment using the environment.yaml file and activate it as follows:

conda env create -f environment.yml
conda activate netcdf_plot

Where to get test files

This notebook makes use of a number of different netCDF files. It can be modified to read in any netCDF files, but the specific test files can be accessed on Hugging Face. The notebook expects these files to be stored within a directory named 'files'.