Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/janclemenslab/anurogryllus-resonance
- Owner: janclemenslab
- License: mit
- Created: 2024-07-08T16:20:25.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-04T17:02:10.000Z (about 1 month ago)
- Last Synced: 2024-12-04T18:18:59.518Z (about 1 month ago)
- Language: Jupyter Notebook
- Size: 4.11 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```