xoolive / traffic

A toolbox for processing and analysing air traffic data
https://traffic-viz.github.io/
MIT License
361 stars 80 forks source link

Interpolation Options for Trajectory Resampling #441

Closed niclaswue closed 3 months ago

niclaswue commented 3 months ago

This PR adresses issue https://github.com/xoolive/traffic/issues/440.

Changes made:

Before merging, please check if the documentation is sufficient and whether the intersphinx link to pandas is working, I did not test that.

Also please note that I set the flag check_exact=False for the test case because I had small rounding inaccuracies at 1e-6 and I was unsure if they are deterministic.

Thanks!