-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
I'm sure there has to be a better way to accomplish this than what I show below. Neither the original or your code seem to return the name and ID of the reporting station. Since you can have multiple or need different stations if water temperature not reported at your nearest station. Recording the source of the data may be useful:
attr["station_name"] = self._station.metadata['name']
attr["station_id"] = self._station.metadata['id']
Metadata
Metadata
Assignees
Labels
No labels