Skip to content

owentmfoo/S5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SolarSim Strategy Support Software (S5)

To install the package directly from GitHub:

pip install git+https://github.com/owentmfoo/S5

Optional dependencies:

  • test
  • grib
  • aws

Dependencies will be installed automatically apart from ecCodes which requires building with conda.

To install ecCodes: Use conda

conda install -c conda-forge eccodes 

or you can install the official source distribution, follow the instructions here