I only need to get forecast.currently(). So, I would like to exclude getting the minutely, hourly, daily, alerts, and flags data (to reduce latency).
The Dark Sky documentation supports an exclude parameter. Does the python-forecast.io library accept this parameter?
I only need to get
forecast.currently(). So, I would like to exclude getting the minutely, hourly, daily, alerts, and flags data (to reduce latency).The Dark Sky documentation supports an
excludeparameter. Does the python-forecast.io library accept this parameter?