Closed adybbroe closed 5 years ago
Well, my simple change from "FTP" to "FTP_TLS" was too simple, I will be back....
Ok, now I think we are ok
Can we please merge this @pnuu and @mraspaud ?
Sorry, wait, I think there is something I can improve...
Ok, ready. Can I merge @pnuu ?
If it works, why not. I don't use this feature myself, so can't test.
NASA has changed to no longer support plain FTP access for reasons of security. Only FTPS or HTTPS is now supported by these servers.
Now we use ftplib.FTP_TLS instead of ftplib.FTP to connect to the nasa server in order to download Aqua/Terra downlink schedules
This PR also fixes and improves a few other issues:
Get rid of Satpy dependency
Fix for latest Pyresample
Add stickler checks
Use six module to sole urlparse imports instead of try-except solution
[ ] Closes #xxxx
[ ] Tests added
[x] Tests passed
[x] Passes
git diff origin/master **/*py | flake8 --diff
[ ] Fully documented