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.
First, load your environment. Next, run the following:
python -m bokeh serve --show ./02-Neon_Evaluation_diel_cycle_dev.py --port 5012