Xavier Olive
Xavier Olive
Indeed, it would be great to clarify the use of data structures as it would be beneficial at the performance level as well. We tried some performance improvement with Cython...
Indeed, `singledispatch` would be a reasonable way to address this though I guess the biggest chunk of the work would be to clarify types in the core decoding functions. Also...
@wrobell don't give up! I agree too... đ¤Ŗ
This is not directly implemented, but here is how you could do: 1. first build a summary dataframe for the so6: you should edit here https://github.com/xoolive/traffic/blob/4dc83c3161e3ff2111d4b6f0979d8e5325400aa8/traffic/data/eurocontrol/ddr/so6.py#L594 to add the `f.start`...
Hello @javisaezh did you find your way with your issue?
Thank you @jsmailes for your comment. Indeed, this feature is still not implemented. Just some points to be careful about (why a simple `.query()` as you suggest is not enough...
The library has now a pandas extension: https://github.com/hgrecco/pint-pandas. We should have a look together with @junzis in https://github.com/junzis/openap to avoid potential troubles. This could lead some incompatibility issues with past...
Hello @simonrp84, I don't have much time in August to investigate the issue but I think OpenSky needed some space in the past and removed some of the data which...
Just as a reminder for myself (and for information @simonrp84), I will (soon đ¤) make a dataset of one day of fully decoded data over Europe so as to illustrate...
Thank you Simon for pointing this out. In the past, `aircraft[identifier]` would return an `Aircraft` if the query result was unique and a pseudo-dataframe otherwise, which was questionable (understand, driving...