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

xcube <> GoogleEarthEngine interface #1023

Open
mkoenig3 opened this issue Jun 21, 2024 · 3 comments
Open

xcube <> GoogleEarthEngine interface #1023

mkoenig3 opened this issue Jun 21, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@mkoenig3
Copy link

Hi folks,

we talked about this a while ago and Gunnar recommended to open a feature request so we don't forget about it.

I occasionally work with GoogleEarthEngine and found that Google's CloudScore+ product for Sentinel-2 works really well (https://developers.google.com/earth-engine/datasets/catalog/GOOGLE_CLOUD_SCORE_PLUS_V1_S2_HARMONIZED). I think it would be great to have access to this data outside of GEE, too.

I found the xee Python package which is an interface for xarray and GEE (https://github.com/google/Xee) but it appears to be rather slow and I wonder if there are plans to provide an xcube interface to GEE.

Cheers,
Marcel

@forman
Copy link
Member

forman commented Jun 25, 2024

but it appears to be rather slow and I wonder if there are plans to provide an xcube interface to GEE.

Hi Marcel, how have you tested xee? Since it uses a Google Cloud API I guess the most appropriate way is to test it in an environment that is "close" to the data archives accessible through GEE.

If performance is the driver for your request, it may turn out that an xcube implementation may not be faster if executed in a non-Google infrastructure such as AWS or CDSE.

@forman
Copy link
Member

forman commented Jun 25, 2024

FYI @gunbra32

@mkoenig3
Copy link
Author

Hi Norman, I ran it on DeepESDL but I can give it another try on colab for comparison.
I was just surprised that it appears to be much slower compared to accessing data from Sentinel-Hub through xcube.

@forman forman added the enhancement New feature or request label Jun 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants