Skip to content

Commit 6495ac8

Browse files
authored
Merge pull request #176 from JuliaAstro/solarposition
Add SolarPosition.jl
2 parents 4dfe0a1 + fef25b2 commit 6495ac8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/JuliaAstroDocs.jl

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,16 @@ ecosystem() = (
6262
""",
6363
astropy = [],
6464
),
65+
(
66+
name = "SolarPosition.jl",
67+
repo = "https://github.com/JuliaAstro/SolarPosition.jl",
68+
doc = "https://juliaastro.org/SolarPosition.jl/stable/",
69+
tagline = "Meta package for accessing JPL HORIZONS and SPICE sources",
70+
descr = """
71+
- SolarPosition.jl provides a simple, unified interface to a collection of validated solar position algorithms written in pure, performant julia
72+
""",
73+
astropy = ["astropy.coordinates"],
74+
),
6575
(
6676
name = "SPICE.jl",
6777
repo = "https://github.com/JuliaAstro/SPICE.jl",

0 commit comments

Comments
 (0)