Skip to content

A Julia package containing advanced eco-hydrological process modules and utility tools

License

Notifications You must be signed in to change notification settings

cug-xyx/Junimo.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Junimo.jl

Tests Documentation

Junimo.jl is a personal Julia utility library, aimed at automating and streamlining day-to-day workflows.

Table of Contents

Overview

Junimo.jl gathers practical helpers and conventions into a single package. It favors small, composable utilities that can be reused across projects and scripts.

Author

YuxuanXie

Function Categories

  • Utils:
    • colored console output helpers (cprint, red, green, blue, purple and macros)
    • GOSIFv2 8-day downloader (DownGOSIF)
  • Statistics: goodness-of-fit metrics (gof, colorized GofResult output)
  • 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.

Installation

pkg> add https://github.com/cug-xyx/Junimo.jl

Quick Start

using Junimo

Testing

julia --project -e "using Pkg; Pkg.test()"

Documentation

Documentation site: https://cug-xyx.github.io/Junimo.jl/index.html

Contributing

Contributions are welcome. Please open an issue to discuss ideas before submitting a PR.

License

GPL-3.0-only

About

A Julia package containing advanced eco-hydrological process modules and utility tools

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages