get_observations_as_timeseries not order in time #94
Closed
peterdudfield
announced in
General
Replies: 1 comment
-
|
I think it's in general good to assume things won't be ordered. I can (and probably will!) put ordering in, but if you start hardcoding logic in APIs with assumptions about positioning of things in an array, you're opening yourself up to silent bugs later on if that ever changes... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I tried getting some gsp observation data, and I noticed that sometimes it wasnt return in time order
This was when I pulled the data from
2025-12-10to2025-12-14for gsp_id 100. For observer pvlive_in_dayIf this is not possible, I can put the order by in the API
Beta Was this translation helpful? Give feedback.
All reactions