python-forecast.io
python-forecast.io copied to clipboard
Is it possible to "exclude" data blocks to reduce latency?
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?