ZeevG/python-forecast.io

Is it possible to "exclude" data blocks to reduce latency?

Opened this issue · 0 comments

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?