Skip to content

weisslisa/GINCCO_lib

 
 

Repository files navigation

GINCCO_lib

Utilities for:

  • Reading SYMPHONIE output model
  • Opening multiple files along time
  • Post-processing
  • Data visualization

🚀 Installation (from GitHub)

# Create environment
conda create -n gincco_test2 python=3.7

# Activate environment
conda activate gincco_test2

# Install dependencies
conda install numpy scipy netcdf4
conda install matplotlib 
conda install basemap

# Install GINCCO_lib
pip install git+https://github.com/duytung/GINCCO_lib.git

# Optional: make video from outputs
pip install imageio[ffmpeg] imageio[pyav] pillow

# To update the library
pip install --force-reinstall --no-deps "git+https://github.com/duytung/GINCCO_lib.git"

Documentation

https://gincco-lib.readthedocs.io/

About

GINCCO library: Tools to visualize and analyze SYMPHONIE model outputs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 96.0%
  • Shell 4.0%