Open JDragonB opened 1 year ago
I found my happiness with the function [One_Sgp4.SatFunctions]::calcSatSubPoint :
$SP = [One_Sgp4.SatFunctions]::calcSatSubPoint($MaintenantSGP4,$Data,1)
$SP.getLatitude()
$SP.getLongitude()
$SP.getHeight()
Much easier than redoing the calculations, even if it's fun to do it myself.
Thanks for this DLL.
Very Good, Converting would be possible in the Library itself. Depending how it will devolope in the future i might implement more features.
Hello,
Is it possible to convert ECI coordinates to ECEF from the DLL?
I made a script in PowerShell, the import of the DLL works, the latitude is OK but the longitude does anything and I have curiously always an error of 20 km for the altitude:
Thanks.