Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

Maybe provide surface height and land/sea mask as coordinates on all batches? #642

Open
JackKelly opened this issue Apr 8, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@JackKelly
Copy link
Member

In power_perceiver, I'm planning to encode the surface height (and maybe land/sea mask) as part of the position encoding.

At the moment, it's actually quite tricky to align the topo data with the satellite data (because xarray.align doesn't like the fact that the satellite data's OSGB coords are each 2D. So we have to reproject the topo data first, and then align it).

It'd be much easier if the topo data was just another coord in the satellite data and the PV data.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
No open projects
Status: Todo
Development

No branches or pull requests

1 participant