Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.
This repository was 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

@JackKelly

Description

@JackKelly

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions