We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
UN_CMEMS = input('Please input your CMEMS username: ') PW_CMEMS = getpass('Please input your CMEMS password: ') .... (ds_w, ds_p) = get_cmems(startTime, endTime, UN_CMEMS, PW_CMEMS) .... path_date = date[0:4] + "/" + date[4:6] url = 'nrt.cmems-du.eu' path_w = 'Core/GLOBAL_ANALYSIS_FORECAST_WAV_001_027/global-analysis-forecast-wav-001-027/' + path_date path_p = 'Core/GLOBAL_ANALYSIS_FORECAST_PHY_001_024/global-analysis-forecast-phy-001-024/' + path_date with ftplib.FTP(url) as ftp: try: ...
When we download the data from FTP, it occurred an error !
FTP error: 530 Login incorrect.
So, could you give us your test data by Cloud Dirve ? In our country, it's so hard to access the test data!
Thank you so much ! Thank you for your project !
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When we download the data from FTP, it occurred an error !
So, could you give us your test data by Cloud Dirve ?
In our country, it's so hard to access the test data!
Thank you so much !
Thank you for your project !
The text was updated successfully, but these errors were encountered: