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

Add QgsLineString method to interpolate nan m values along line #57235

Merged
merged 2 commits into from May 10, 2024

Conversation

nyalldawson
Copy link
Collaborator

Fills in any nan m values by interpolating from non-nan values in neighbouring vertices

@nyalldawson nyalldawson added the API API improvement only, no visible user interface changes label Apr 23, 2024
@github-actions github-actions bot added this to the 3.38.0 milestone Apr 23, 2024
Copy link
Contributor

@nirvn nirvn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice; only one question with regards to distance handling.

src/core/geometry/qgslinestring.cpp Outdated Show resolved Hide resolved
src/core/geometry/qgslinestring.cpp Outdated Show resolved Hide resolved
src/core/geometry/qgslinestring.h Outdated Show resolved Hide resolved
src/core/geometry/qgslinestring.cpp Outdated Show resolved Hide resolved
python/core/auto_generated/geometry/qgslinestring.sip.in Outdated Show resolved Hide resolved
src/core/geometry/qgslinestring.cpp Show resolved Hide resolved
Fills in any nan m values by interpolating from non-nan values
in neighbouring vertices
Copy link

🪟 Windows builds ready!

Windows builds of this PR are available for testing here. Debug symbols for this build are available here.

(Built from commit b5f1ebc)

@nyalldawson nyalldawson merged commit cb8cf14 into qgis:master May 10, 2024
27 of 30 checks passed
@nyalldawson nyalldawson deleted the fill_missing_m branch May 10, 2024 22:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API API improvement only, no visible user interface changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants