You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We decided to change the API for pairwise_linestring_distance in 22.12 (iirc) and drop the six unique arrays in favor of taking two GeoSeries instead.
This breaks the pairwise_linestring_distance example in users.ipynb because that example takes advantage of converting the type of a set of polygons into a set of linestrings, which relied on using the six argument API method for pairwise_linestring_distance.
The solution is to convert the polygon series to a linestring series using the GeoColumn constructor, as below.
Version
23.04
On which installation method(s) does this occur?
Rapids-Compose
Describe the issue
We decided to change the API for
pairwise_linestring_distance
in 22.12 (iirc) and drop the six unique arrays in favor of taking two GeoSeries instead.This breaks the
pairwise_linestring_distance
example in users.ipynb because that example takes advantage of converting the type of a set of polygons into a set of linestrings, which relied on using the six argument API method forpairwise_linestring_distance
.The solution is to convert the polygon series to a linestring series using the
GeoColumn
constructor, as below.Minimum reproducible example
No response
Relevant log output
No response
Environment details
No response
Other/Misc.
No response
The text was updated successfully, but these errors were encountered: