Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 481 Bytes

File metadata and controls

20 lines (16 loc) · 481 Bytes

streamframe

streamframe is a small package for generating efficient, stream-centric, great circle frames. The package uses Jax for speed and auto-differentiability.

Requirements

  • Jax
  • Optax (for optimized stream frames)

Installation

You can install the package using pip:

pip install git+https://github.com/jnibauer/streamframe.git

Or from source:

git clone https://github.com/jnibauer/streamframe.git
cd streamframe
python setup.py install