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

The problem of using pangeo data #1060

Open
LiYfeng917 opened this issue Jun 12, 2023 · 0 comments
Open

The problem of using pangeo data #1060

LiYfeng917 opened this issue Jun 12, 2023 · 0 comments

Comments

@LiYfeng917
Copy link

When I used follow codes,

from intake import open_catalog
cat = open_catalog("https://raw.githubusercontent.com/pangeo-data/pangeo-datastore/master/intake-catalogs/ocean.yaml")
list(cat)
ds  = cat["sea_surface_height"].to_dask()
ds

I face this error.

ValueError: Bad Request: https://storage.googleapis.com/download/storage/v1/b/pangeo-cmems-duacs/o/.zmetadata?alt=media
User project specified in the request is invalid.

And I get into this website, it told me that
Bucket is a requester pays bucket but no user project provided.

I think maybe the problem is about i have no pangeo account.But how I can check whether i have got the account,for I had delievered my application for twice.
Thanks for all reply!

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