hakantekbas

Results 9 comments of hakantekbas

I want to give one more detail. This method only supports to accept 31 polygons at one time. If I create seperate shape file for every 31 polygons, it is...

Thanks. When you say there is an issue in my code, are you pointing pickups2 ? I will ask another question about cuspatial.quadtree_point_in_polygon. Is this method faster than point_in_polygon? or...

Hİ @zhangjianting; You can try following command. But if you look at pickups dataframe, you should see many trues in last column. `pickups.sum()` I will also ask how I can...

Thanks @zhangjianting for fast response. I also want to hear your thoughts about cuspatial.quadtree_point_in_polygon. If you can give more details about how to use this method and why my calculation...

@zhangjianting thanks for sharing python file in github, and explanation

Hi @zhangjianting I will try the last one at weekend. I will keep you informed. If I create polygon shape file for each group of 31 polygons, it is 10...

Hi @zhangjianting I received following error. It seems this method is also expecting 31 polygons maximum. `RuntimeError: cuSpatial failure at: /workspace/.conda-bld/work/cpp/src/spatial/point_in_polygon.cu:202: Number of polygons cannot exceed 31` If I put...

Hi @zhangjianting I displayed np.unique(result). All data files are downloaded from the links shared in notebook. Thanks. ``` import cuspatial from cuspatial.core.gis import as_column import pandas as pd import geopandas...

is there any timeline to fix this issue? It seems this method is one fo the most important methods in api.