You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Subset is still not yet possible for insitu, only direct download from website. When trying import copernicusmarine; copernicusmarine.open_dataset(dataset_id="cmems_obs-ins_glo_phy-ssh_my_na_PT1H"), this currently (9-4-2024) raises: "NoServiceAvailable: No service available for dataset with command load"
However, we can use the copernicusmarine "files" service:
Update 8-4-2024: ftp was discontinued, so we have to use an alternative.
Subset is still not yet possible for insitu, only direct download from website. When trying
import copernicusmarine; copernicusmarine.open_dataset(dataset_id="cmems_obs-ins_glo_phy-ssh_my_na_PT1H")
, this currently (9-4-2024) raises:"NoServiceAvailable: No service available for dataset with command load"
However, we can use the copernicusmarine "files" service:
The index_history.txt file is found with the
index_parts=True
argument:Todo:
dfmt.copernicusmarine_credentials()
(no need to return user/pass anymore)The text was updated successfully, but these errors were encountered: