Created
March 13, 2023 19:49
-
-
Save gbuesing/4868bce793394e225f875ed1719d3341 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Dark Sky Attribute Name | JSON Path | Units (US) | |
---|---|---|---|
time | dt | seconds since UNIX epoch | |
temperature | main.temp | °F | |
apparentTemperature | N/A | N/A | |
dewPoint | main.dew_point | °F | |
humidity | main.humidity | % | |
pressure | main.pressure | hPa | |
windSpeed | wind.speed | mph | |
windGust | wind.gust | mph | |
windBearing | wind.deg | ° | |
cloudCover | clouds.all | % | |
uvIndex | uvi | N/A (0-10+) | |
visibility | visibility | miles | |
ozone | N/A | N/A | |
precipIntensity | hourly | inch/hour | |
precipProbability | probability_of_precipitation | % |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment