H. Thomson Comer

Results 118 comments of H. Thomson Comer

Heya, this is possible with the API as it exists, but it could be a lot easier. Are you wanting to do this on a heterogeneous dataframe with many different...

I support this renaming. I think polyline is possibly older, and has moved toward linestring. Primarily I'm pretty sure it just heralds from a slightly different GIS community than ours....

Wonder if this is still on your radar @taureandyernv ?

What's the root library that we're adding these functions to? Create a new one like cuGeo?

@Salonijain27 this code will extract the lats and lons that you want from the above file. `cudf.read_json` is only sufficient for reading json objects with no object nesting. You'll have...

I think we can round-trip the above just by putting the selected polygons into a cuGeoDataframe. I'll give a stab at it tomorrow.

I think we should restructure the library packages as the requirements for cuSpatial are better defined. If you think that it is confusing enough to reduce further adoption, combining `trajectories`...

Hi @jweisbaum ! That's correct, there's no point-on-line API at this time, but you could use the polyline distance API `cuspatial.quadtree_point_to_nearest_polyline`. We don't have intersection checks or line simplification -...