Closed darkstar007 closed 6 years ago
Was this resolved? I was able to load from file in the local directory with:
tles = load.tle('./tle_file.txt')
I'm going to add a special case to load.tle()
that recognizes local file paths, instead of assuming that everything is a URL.
If the following code is run:
it fails with:
However, the documentation says:
So it only excepts a URL (i.e. http: or file:) and not a local path?
Thanks,
Matt