Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interpolate elevation #358

Open
nomeata opened this issue Dec 21, 2023 · 2 comments
Open

Interpolate elevation #358

nomeata opened this issue Dec 21, 2023 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@nomeata
Copy link

nomeata commented Dec 21, 2023

Is your feature request related to a problem?

I wish I could use MovingPandas to analyze paragliding tracks, and I am mostly looking for a nice way to interpolate the tracks and query various parameters at certain times.

Describe the solution you'd like

I’d like to be able to optionally put elevation information into the data frame, and then be able to query it using a get_elevant_at function that interpolates like get_position_at.

@nomeata nomeata added the enhancement New feature or request label Dec 21, 2023
@anitagraser
Copy link
Collaborator

Interesting. We could allow the user to interpolate any numerical column of the dataframe based on distance or based on time. Which one would you need?

@nomeata
Copy link
Author

nomeata commented Dec 30, 2023

I'd probably prefer the timebased interpolation, although for paraglidera the speed doesn't vary that much between data points to make a difference.
(The concrete project I had in mind am probably solving without any fancy interpolation, so no urgent need from my side)

@anitagraser anitagraser added the help wanted Extra attention is needed label Apr 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants