Skip to content

summarize() vs. interpolate() #1343

Answered by gutzbenj
SB-511 asked this question in Q&A
Aug 13, 2024 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

Dear @SB-511 ,

thanks for letting us know!

  • summarize stitches together the time series of multiple stations taking either one of the closest available actual values of those stations per timestamp
  • in contrary interpolate does actual interpolation of the values of the closest stations which usually results in a unique new interpolated value per timestamp

The benchmark at benchmarks/summary_over_time.py is meant to visualize how summarize would combine a number of stations.

I think I'll update the documentation in the coming weeks...

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@SB-511
Comment options

@SB-511
Comment options

Answer selected by SB-511
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants