Skip to content

Can not download the TEST DATA #7

@newham

Description

@newham
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 !

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions