contrailcirrus/pycontrails

enhancement: resample_and_fill

nickmasson opened this issue · 0 comments

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.