-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
retrieve cmems insitu data on FTP via cmc instead of ftplib #715
Comments
veenstrajelmer
changed the title
retrieve cmems insitu data on FTP via copernicus-marine-client instead of ftplib
retrieve cmems insitu data on FTP via cmc instead of ftplib
Dec 11, 2023
60 tasks
Won't do, we will wait for the data to be available via copernicus-marine-client instead. In the meantime the sonarcloud quality gate will fail on the FTP security issues. |
Update 8-4-2024: ftp was discontinued, so we have to find a solution anyway. This will be done in #817 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently retrieving CMEMS insitu data directly from FTP, since these datasets cannot be subsetted via copernicus-marine-client yet. Also, sonarcloud complains about security issues with FTP protocol and in theory this can be resolved with FTP_TLS but that fails with CMEMS FTP. An alternative is to approach the copernicus-marine-client by forcing the ftp service.
This works quite nicely:
Is it still worth to implement? It is expected that insitu data will be available via cmc subset from mid 2024 or maybe March 2024.
Also, setting
disable_progress_bar=True
hangs the retrieval process, so it seems to be less stable. Furthermore, the retrieval process seems slower.The text was updated successfully, but these errors were encountered: