This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
[BUG]: cuspatial Numba JIT compiler cannot pick up the geopandas table when using the apply function #1292
Labels
bug
Something isn't working
External
Issues filed by people outside the team
Needs Triage
Need team to review and classify
Version
23.10.0
On which installation method(s) does this occur?
Source
Describe the issue
I have built a function that I am applying to each row of a geopandas table. The function finds the neighbouring polygon with the longest boundary and updates a ‘landclass’ field. This then allows polygons to be dissolved based on the updates. There are a few other selection parameters applied i.e. some rows are excluded/included in being selected as a merge object. This works well in geopandas, however is slow when the shapefiles get above 1000 records - hence cuspatial could be useful as I have a lot of processing to do.
Using cuspatial, im getting the following error:
Minimum reproducible example
Relevant log output
Environment details
Other/Misc.
No response
The text was updated successfully, but these errors were encountered: