Michael Wang
Michael Wang
The last test failure was results from the incorrect grid-stride loop guard condition. The last point of the last linestring point array should not be accessed since each iteration handles...
@thomcom I believe I have added the geoarrow point array format and offset array format support per your review above. The good news is I almost didn't have to touch...
@gpucibot merge
Thanks to all reviewers, a draft follow up PR is up as promised: https://github.com/rapidsai/cuspatial/pull/660
Tried 7 hours later and running into the same issue.
In a local cluster, I tried setting up the pods with the same specs described above. The error I ran into this time is that when `dask-kubernetes` scale up a...
Doesn't seem to parameterize? ``` kubernetes_asyncio.client.exceptions.ApiException: (422) Reason: Unprocessable Entity HTTP response headers: HTTP response body: {"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"Pod \"gpu_worker\" is invalid: [metadata.name: Invalid value: \"gpu_worker\": a lowercase RFC 1123 subdomain must...
@zhangjianting out of scope of this PR. For polyline-polyline distance (and the rest more popular variants), do you consider the API should compute the matrix from a set of polylines...
> We may also need the segment index within each linestring of the intersection. Can you confirm?
Linestring intersections can return not only points, but also linestrings. This happens when two linestrings overlaps. Based on this, the return result of intersecting two linestrings could be not just...