gams / openkongqi

Outdoor air quality data
Apache License 2.0
3 stars 6 forks source link

Load station maps using a wildcard #69

Closed hrbonz closed 3 years ago

hrbonz commented 3 years ago

The util function openkongqi/stations.py:get_station_map() should be updated to support loading a uuid with a terminating wildcard.

Example: If I have stations in us/dc.json and us/ca.json all associated to one source, they will have uuid us:dc and us:ca respectively. I'm proposing to set the UUID of the source to us:* and have get_station_map() return an aggregated station map of all station files under us/

TODO