Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 824 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 824 Bytes

NEON-visualization

Binder

Repository to include all neon-related visualization scripts.


To install all required libraries:

conda create --name neon -c conda-forge python=3.9 numpy scipy matplotlib pandas netcdf4 jupyter xarray tqdm bokeh jupyterlab
conda activate neon

bokeh_script folder:
Includes the stand-alone script for running the diurnal cycle outside the notebook: to show case stand-alone application. image

First, load your environment. Next, run the following:

python -m bokeh serve  --show ./02-Neon_Evaluation_diel_cycle_dev.py  --port 5012