Junimo.jl is a personal Julia utility library, aimed at automating and streamlining day-to-day workflows.
Junimo.jl gathers practical helpers and conventions into a single package.
It favors small, composable utilities that can be reused across projects and scripts.
YuxuanXie
- Utils:
- colored console output helpers (
cprint,red,green,blue,purpleand macros) - GOSIFv2 8-day downloader (
DownGOSIF)
- colored console output helpers (
- Statistics: goodness-of-fit metrics (
gof, colorizedGofResultoutput) - Visualize: GoF annotation helpers for Makie (
show_gof!) - Model
- Plant Physiology
- Opt model (
OptModel, Hu et al., 2025): an eco-evolutionary optimality-based model that simulates vegetation GPP, gs, Vcmax from LAI and climate drivers.
- Opt model (
- Plant Physiology
pkg> add https://github.com/cug-xyx/Junimo.jlusing Junimojulia --project -e "using Pkg; Pkg.test()"Documentation site: https://cug-xyx.github.io/Junimo.jl/index.html
Contributions are welcome. Please open an issue to discuss ideas before submitting a PR.
GPL-3.0-only
