tps.ftr.list() doesnt seem to parse parameters #67
programme957
started this conversation in
General
Replies: 2 comments 8 replies
|
must be the parsing of the datetime elements |
7 replies
|
I did some testing and development on the file transfer commands. It seems, that the TPS1200+ GeoCOM reference incorrectly documented the parameters returned by the FTR_Download command, so the current implementation of that command in GeoComPy doesn't work properly. I opened a pull request with fixes. I'll merge it before the week ends. I also decided to split out the CLI applications from this package into a separate I-man package. It's not yet published on PyPI, but you can look at the source code in the new repository. I added a file listing and working (tested) file downloader command to it, you can use it as reference. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
This attempt to list files produces a response as shown on the last line but the parameters come back None. I wonder if it's something in the library?
All reactions