Proximity using multiline string as input #772
-
|
Hi, I am trying to create proximity maps using multi-point and multiline features, for multipoint it works fine, but I am not finding the right way to make it work for line geometries, what would be the appropriate way to convert the gpd to make it suitable for xrspatial? Here is the working code for multipoint gpd as input: |
Beta Was this translation helpful? Give feedback.
Answered by
brendancol
Mar 2, 2026
Replies: 1 comment
-
|
@oscarbau sorry for the late response here. You would want to look at datashader's |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
brendancol
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@oscarbau sorry for the late response here. You would want to look at datashader's
cvs.lineglyph to rasterize your lines instead of thecvs.points.