Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/janclemenslab/anurogryllus-resonance

Code for Mann et al. 2024
https://github.com/janclemenslab/anurogryllus-resonance

Last synced: about 1 month ago
JSON representation

Code for Mann et al. 2024

Awesome Lists containing this project

README

        

# anurogryllus-resonance
Code and data for Mann et al. 2024

## Installation
```shell
conda create -n resonance python=3.12 matplotlib jax metpy numpy pandas scipy numba ipykernel pyyaml matplotlib-scalebar xlrd
conda activate resonance
pip install -e . --force --upgrade --no-dependencies
```