SatelliteToolbox.jl icon indicating copy to clipboard operation
SatelliteToolbox.jl copied to clipboard

A toolbox for satellite analysis written in julia language.

Results 19 SatelliteToolbox.jl issues
Sort by recently updated
recently updated
newest added

I've been getting the following error lately when trying to use the `get_iers_*()` funcitons: ``` [ Info: Downloading file 'EOP_IAU1980.TXT' from 'https://datacenter.iers.org/data/csv/finals.all.csv' with cURL. ┌ Warning: Download failed with error:...

This pull request changes the compat entry for the `Interpolations` package from `~0.13.3` to `~0.13.3, 0.14`. This keeps the compat entries for earlier versions. Note: I have not tested your...

Hello! I noticed that in the docstrings of getters functions (e.g., get_i) it is not specified that the function call with SV can be done only using the ECI frame....

I know there is a TLE reader. But it need user to provide TLE files or strings. Can we automatically download TLE via NORID IDs and time range?

Is there a high precision orbit propagator considering multiple perturbation forces in SatelliteToolBox.jl? The perturbation forces maight include non-spherical geopotential gravity, third body attraction, atmospheric drag, solar radiation pressure, earth...

We can increase the precision in rotations that are about one axis. See, for example: ```julia julia> JD_TT = 2.460115315972222e6 2.460115315972222e6 julia> JD_UTC = jd_tt_to_utc(JD_TT) 2.460115315171481e6 julia> D = r_eci_to_eci(TEME(),...

I have a use case for calculating ground station accesses for satellites, however, the ground stations I need to use employ off-zenith pointings. It would be helpful if `ground_station_accesses` and...

As a new user, I think it might be helpful if the to have a few examples that work through an entire problem start to finish. Something similar to the...

Is there a Lambert problem solver in SatelliteToolbox.jl? I used poliastro in Python and wondering whether there is such function in Julia?

Is it possible to perform maneuvers with the current SatelliteToolbox.jl? I'm trying to figure out if I could perform impulse maneuvers by directly changing values within orbit propagators. I'm also...