Location |
If the Location in the LocationDataRequest was a StationIdLocation, this property will simply hold the canonical form of that weather station's ID. We say "canonical" because it's possible for a station ID to be expressed in more than one way, like upper case or lower case. The canonical form of the station ID is the form that you should display in a UI or store in a database if appropriate.
If the Location in the LocationDataRequest was a GeographicLocation, then:
Either way, the station ID held by this property can be used to fetch more data for the same station(s) that were used to generate the data in this response. For example, you might want to request data using a GeographicLocation initially, and then use the returned station ID to fetch updates each day, week, or month going forwards.