Skip to content
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

Can not download the TEST DATA #7

Open
newham opened this issue Nov 8, 2023 · 0 comments
Open

Can not download the TEST DATA #7

newham opened this issue Nov 8, 2023 · 0 comments

Comments

@newham
Copy link

newham commented Nov 8, 2023

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 !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant