JuliaAstro / AstroBase.jl

Interfaces, types, and functions for space science packages
Mozilla Public License 2.0
13 stars 6 forks source link

The Plan #1

Open helgee opened 6 years ago

helgee commented 6 years ago

CC: @giordano

Comment and edit away 👍

giordano commented 6 years ago

As a memo, most of constants in https://github.com/JuliaAstro/AstroLib.jl/blob/73621b179b818464e72e942fd3a691ee79f14243/src/common.jl can be moved here. The planets are also defined in other package, and probably the design you used for them is better.

As I proposed in https://github.com/JuliaAstro/ERFA.jl/pull/35, I don't know if users are expecting them to be there, but we may want to move constants in ERFA.jl here, as they're not used at all.

m-wells commented 4 years ago

I recently came across this repo (via an issue on UnitfulAstro) and am curious as to the purpose of this project. There is no information on the readme but the name AstroBase seems to suggest some big plan.

helgee commented 4 years ago

The idea for this package is to serve a similar role as AstroPy in the Python world, i.e. to provide fundamental algorithms and data types for astronomy, astrophysics, and space science and engineering packages.