From ea40a40396a86f8945a7660fdf2b202be075eb37 Mon Sep 17 00:00:00 2001 From: icweaver Date: Fri, 31 Oct 2025 05:56:11 -0700 Subject: [PATCH] up --- src/JuliaAstroDocs.jl | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/JuliaAstroDocs.jl b/src/JuliaAstroDocs.jl index fc9d1d6375..e79c814a68 100644 --- a/src/JuliaAstroDocs.jl +++ b/src/JuliaAstroDocs.jl @@ -62,6 +62,16 @@ ecosystem() = ( """, astropy = [], ), + ( + name = "SolarPosition.jl", + repo = "https://github.com/JuliaAstro/SolarPosition.jl", + doc = "https://juliaastro.org/SolarPosition.jl/stable/", + tagline = "Meta package for accessing JPL HORIZONS and SPICE sources", + descr = """ + - SolarPosition.jl provides a simple, unified interface to a collection of validated solar position algorithms written in pure, performant julia + """, + astropy = ["astropy.coordinates"], + ), ( name = "SPICE.jl", repo = "https://github.com/JuliaAstro/SPICE.jl",