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
The map files consist of an array of station dictionaries containing some meta-keys (station_name, latitude, longitude, altitude, region), and colocated statistics for a given frequency (yearly|monthly|weekly|daily) and period ({time}-{season}).
I would like to be able to pass optional arguments: frequency, time, and season in order to get a subset of the map file. If provided, the subset should only contain statistics for the given frequency, time and season.
Note
maybe more relevant for the API, but the time parameter can contain slashes
The text was updated successfully, but these errors were encountered:
The map files consist of an array of station dictionaries containing some meta-keys (station_name, latitude, longitude, altitude, region), and colocated statistics for a given frequency (yearly|monthly|weekly|daily) and period ({time}-{season}).
Those files are accessed from the API with the following function:
I would like to be able to pass optional arguments: frequency, time, and season in order to get a subset of the map file. If provided, the subset should only contain statistics for the given frequency, time and season.
Note
maybe more relevant for the API, but the time parameter can contain slashes
The text was updated successfully, but these errors were encountered: