Skip to content

Understanding set_1, set_1d, set_2, etc. #21

Answered by blaylockbk
simondgreenhill asked this question in Q&A
Discussion options

You must be logged in to vote

Good question.

Some stations have multiple sensors measuring the same things, like wind at 2 meters and wind at 10 meters. The Synoptic API returns both report as and uses wind_speed_set_1 and wind_speed_set_2 to distiguish between the two measurements. Usually you would have to have some insider knowledge about the station to know which is which (or it might be in the metadata if you're lucky). Most stations won't have multiple sensors.

The d in _set_1d means it is a derived variable. For example, if a station does not report Relative Humidity, but it reports temperature and dew point, if you request RH from the API, then Synoptic will derive RH from temperature and dew point. In other w…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@simondgreenhill
Comment options

Answer selected by simondgreenhill
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants