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

Pangeo example #4

Open
mrocklin opened this issue Apr 7, 2023 · 9 comments
Open

Pangeo example #4

mrocklin opened this issue Apr 7, 2023 · 9 comments

Comments

@mrocklin
Copy link
Member

mrocklin commented Apr 7, 2023

@ncclementi any thoughts on a good Pangeo-y example we have lying around?

@ncclementi
Copy link
Contributor

The one on the main page of our geospatial use cases looks pretty and simple: https://coiled-new-clean.webflow.io/use-cases/geospatial

In that page we also have linked

@mrocklin
Copy link
Member Author

@jrbourbeau I'm curious, what are the odds you think you'll find something solid by end of week?

@jrbourbeau
Copy link
Member

There's the issue over in coiled/benchmarks where I'm soliciting representative Pangeo workloads. At the moment I'm waiting for a specific suggestion from the Pangeo folks involved in that issue.

I also just asked if https://gallery.pangeo.io/repos/pangeo-gallery/physical-oceanography/01_sea-surface-height.html or https://gallery.pangeo.io/repos/pangeo-gallery/cmip6/global_mean_surface_temp.html seemed representative to them. I think porting one of those examples over to Coiled would be straightforward.

@mrocklin
Copy link
Member Author

Yeah, sea surface altitude is my usual go-to. A challenge though is that that data is on GCP. Maybe it's easy to lift and shift that data over to AWS though.

We could also use multiple accounts to get multi-cloud. I'd like to avoid the complication when doing demos though. Who knows though, maybe that's a good selling point.

@jrbourbeau
Copy link
Member

A challenge though is that that data is on GCP. Maybe it's easy to lift and shift that data over to AWS though.

I dug a little bit a found that pangeo folks have already lifted and shifted for the cmip6 dataset:

import intake
col = intake.open_esm_datastore("https://cmip6-pds.s3-us-west-2.amazonaws.com/pangeo-cmip6.json") 

We could also use multiple accounts to get multi-cloud

I was chatting with Nat about this offline earlier today. This is doable, but maybe not actually needed at the moment given the above comment ^

@mrocklin
Copy link
Member Author

mrocklin commented Apr 12, 2023 via email

@jrbourbeau
Copy link
Member

Given cmip6 is on AWS, I think it should be straightforward to port over https://gallery.pangeo.io/repos/pangeo-gallery/cmip6/global_mean_surface_temp.html. I'll have some time to focus on that tomorrow unless you beat me to it @mrocklin

@mrocklin
Copy link
Member Author

Playing with this now @jrbourbeau unless you're already on it

@mrocklin
Copy link
Member Author

I've got global surface mean temperature, but it's not a very good demo. It's a lot of fussing about with a single nice graph at the end. I may look a little deeper, but I'm not super excited yet.

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

3 participants