gitbooo / CrossViVit

This repository contains code for the paper "Improving day-ahead Solar Irradiance Time Series Forecasting by Leveraging Spatio-Temporal Context"
https://arxiv.org/abs/2306.01112
MIT License
61 stars 4 forks source link

Spatio-temporal prediction #11

Closed meteoDaniel closed 3 months ago

meteoDaniel commented 4 months ago

Awesome work and it is really interesting that the model seems to learn physics ? Or do you think the good results are because of using Locations in the Center of the satellite Images ?

Nevertheless, i asked myself whether it is possible to generate predictions for locations without observed GHI?

E.g. providing the latest satellite images and all available observations and Receive a prediction for and other Location in the area ?

Thanks and best regards!

jaggbow commented 3 months ago

Hi @meteoDaniel ! The architecture was designed to produce predictions for one location efficiently. You can predict at multiple locations but it will be slow if you try to predict at all possible locations in the satellite area. Unfortunately, you do need past GHI observations, that's how the model was trained.

If you don't want to use past observations, then you'll need to retrain the model with that in mind.

I hope that answers your questions and sorry for missing the issue !