Hi,
I try to get the states at a specific epoch and I get some unexplained failing queries (I connect with my username/passwork)
This works:
states = api.get_states(time_secs = datetime.now(), bbox=(50.55, 51.2, 3.4, 5.2))
These fail: (states returns None)
states = api.get_states(time_secs = 1564298732, bbox=(50.55, 51.2, 3.4, 5.2))
states = api.get_states(time_secs = datetime(2019,7,27,23,3,28), bbox=(50.55, 51.2, 3.4, 5.2))
Any idea what I am doing wrong?
Do you need the exact time_secs to get results?
It it possible to query a time window?
Thanks,
Luc