pleira / sgp4s

Other
1 stars 1 forks source link

Permission to use your library #1

Closed manasdebashiskar closed 8 years ago

manasdebashiskar commented 9 years ago

Hi, I would like to use the satellite TLE library in my code. Also I would like to be able to give the time of the satellite and know the satellite location at that time. Can you please give me some guidance?

Thanks in advance. ..Manas

pleira commented 9 years ago

Manas,

No problem to use the library. I have set the license to Apache 2.0.

Regarding the use case you have, you need the TLE, and then propagate the orbit a number of minutes with respect the date from the TLE to calculate the new Position and Velocity coordinates which are in the TEME reference frame (a special frame used for TLE data).

I would recommend as well looking into the Orekit project for doing your calculations.