diff --git a/src/JuliaAstroDocs.jl b/src/JuliaAstroDocs.jl index eeca9a87a..3b9f0888e 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",