18 Jan
2021
18 Jan
'21
4:16 p.m.
On 1/18/21 9:10 AM, Rizwan Merchant wrote:
self.orbit = int(self._line2[63:68]) ValueError: invalid literal for int() with base 10: '4 0'
While Python is not a language I use often, I might be able to answer this:
Are you sure that column 63 should be included in that text-to-integer conversion? I forget where I saw the TLE format specification, but I'd check that first.
In addition, when you cut/paste from email, make sure spaces aren't being missed somehow.
--- Zach N0ZGO