Skip to content

Commit e7f1b5a

Browse files
authored
Merge pull request #115 from JuliaAstro/icweaver-patch-1
added GeneralAstrodynamics.jl
2 parents ee0848f + b5e26aa commit e7f1b5a

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

src/JuliaAstroDocs.jl

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,23 @@ ecosystem() = (
2121
(
2222
name = "EphemerisSources.jl",
2323
repo = "https://github.com/JuliaAstro/EphemerisSources.jl",
24-
doc = "https://juliaastro.org/EphemerisSources.jl/docs",
24+
doc = "https://juliaastro.org/EphemerisSources.jl",
2525
tagline = "Meta package for accessing JPL HORIZONS and SPICE sources",
2626
descr = """
2727
- Calculate positions and velocities of solar system bodies
2828
""",
2929
astropy = ["astropy.coordinates"],
3030
),
31+
(
32+
name = "GeneralAstrodynamics.jl",
33+
repo = "https://github.com/JuliaAstro/GeneralAstrodynamics.jl",
34+
doc = "https://juliaastro.org/GeneralAstrodynamics.jl",
35+
tagline = "Astrodynamics with units! Provides common astrodynamics calculations, plotting, and iterative Halo, Kepler, and Lambert solvers.",
36+
descr = """
37+
- Common astrodynamics calculations, with hooks into the SciML ecosystem.
38+
""",
39+
astropy = [],
40+
),
3141
(
3242
name = "PerezHz/HORIZONS.jl",
3343
repo = "https://github.com/PerezHz/HORIZONS.jl",

0 commit comments

Comments
 (0)