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 convenience function to transform multiple point inputs into the same shape #551

Open
rhugonnet opened this issue May 30, 2024 · 0 comments
Labels
enhancement Feature improvement or request priority

Comments

@rhugonnet
Copy link
Contributor

For function dealing with point input like interp_points, we should support various input types and convert on-the-fly:

  • PointCloud,
  • gpd.GeoDataFrame containing only points,
  • tuple[ArrayLike, ArrayLike],
  • ArrayLike[tuple[Number, Number]],
  • NDArray with either shape Nx2 or 2xN,
  • and exceptions for a single point input.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Feature improvement or request priority
Projects
None yet
Development

No branches or pull requests

1 participant