CADWRDeltaModeling / vtools3

Pandas/xarray implementation of the most important functionality of vtools, emphasizing csv and netcdf as data sources.
https://cadwrdeltamodeling.github.io/vtools3/
Apache License 2.0
7 stars 1 forks source link

interpolate_ts implementation #6

Open water-e opened 4 years ago

water-e commented 4 years ago

One thing that is not in the pandas API is this:

ts_dest = interpolate_ts( ts_src, new_index, method)

The main use case seems to be irregular destinations or our own methods, I have code for this, but it needs test, example, doc

dwr-psandhu commented 4 years ago

Are the semantics that different from pandas interpolate? https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.Series.interpolate.html

I don't want to API users confused if the names are similar and mean similar things

dwr-psandhu commented 4 years ago

@esatel Is this issue related to issue #11 ?