You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
openaq trends would require measurands_id and and locations_id so I am not sure what is the best way to implement it. Could be openaq trends location 2178 measurand 2. Likely would only be for power users so they may be willing to put in the effort. Would also need to include optional flags for --period (month, day, year) --from and --to
The text was updated successfully, but these errors were encountered:
This is a tough one. I htink the most semantic way to do it would be:
openaq trends list 2178 2
i.e. require two positional args: [locationsID] then [parametersID]. The positional args can feel a little arbitrary but woudl be the most standard way of doing it.
openaq trends
would requiremeasurands_id
and andlocations_id
so I am not sure what is the best way to implement it. Could beopenaq trends location 2178 measurand 2
. Likely would only be for power users so they may be willing to put in the effort. Would also need to include optional flags for--period
(month, day, year)--from
and--to
The text was updated successfully, but these errors were encountered: