contrailcirrus / pycontrails

Python library for modeling contrails and other aviation climate impacts
https://py.contrails.org/
Apache License 2.0
59 stars 18 forks source link

enhancement: resample_and_fill #230

Open nickmasson opened 3 months ago

nickmasson commented 3 months ago

Description Request to improve the resample and fill method with the following:

1) relax the WARNING for the rate of climb/descent to only trigger when the rate is at or above 50 ft/sec

2) improve the non-linear climb/descent heuristic for interpolation. suggest we use linear interpolation if the intra-waypoint time delta is below 10min, and the non-linear (climb then cruise) if time delta is >10min.