-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
API: Input Data Last Updated Field incorrect #337
Comments
@peterdudfield Do you think this is a bug? |
yea this is a bug. How important is it for the client? |
No one has mentioned it, I just came across when testing the API. |
ok, thanks @zakwatts |
So just checked, Here's some options
|
There's another fix thats needed. Some ends point load a latest forecast. These forecast get updated everytime a forecast gets saved. We need to update the input_data_lates_updated as well in here |
Discuss with @devsjc and @braddf Idea we think we are going to go with is
|
This is fixed with
|
Nice, good work! |
Had to role back openclimatefix/Satip#273, but this is not a problem |
When the "include_metadata" tag is true the following information returns:
"inputDataLastUpdated": { "gsp": "2023-10-24T16:22:44.812068Z", "nwp": "2023-08-29T14:22:49.582920Z", "pv": "2023-10-24T16:18:29.611871Z", "satellite": "2023-10-24T16:06:39.083938Z" } }
However these dates look very outdated to today 2024-05-15. Possibly a bug.
The text was updated successfully, but these errors were encountered: