This repository was archived by the owner on Sep 28, 2023. It is now read-only.

Description
Detailed Description
As mentioned in openclimatefix-archives/satflow#101 it would be helpful to have a way of having consistent position encodings for the PV systems/satellite imagery so that the model can associate the PV systems output in time and space with the satellite imagery.
This unified position encoding could also be useful for other modalities, so that the model only needs one set of position encodings but can use it for all the input modalities.
Context
It would help with the joint model and unifying the inputs/outputs. This position encoding can also be used with the openclimatefix/perceiver-pytorch#20 to ensure the queries use the same positional encodings when getting the output
Possible Implementation
Could be just a way of encoding all of this with Fourier Features. Or could be some other way of encoding that works across the different modalities