hrbrmstr / darksky

:cloud: R interface to the Dark Sky API [APPLE IS SHUTTING DOWN THE API 2022-12-31]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Temperatures in Celsius

kimnewzealand opened this issue · comments

Thanks for creating the package.

Are the temperatures available from Darksky API in Celsius too ?

I wrote a quick function to convert but then realised there a few temperature fields so thought it might be better from source if available?

@hrbrmstr This feature would be great :-)

Have you tried setting units to "si" or "auto" when making a call? E.g. get_forecast_for(54.898521, 23.903597, "2019-10-21T12:00:00-0400", units = "si")