Mark Harris

Results 351 comments of Mark Harris

Should mention the rule for when testing the same geometry, e.g. point-to-point distance. Is it named `pairwise_point_to_point_distance` or `pairwise_point_distance`? Should we consider making the distance metric a parameter of these...

We should add more of an explanation as provided by @zhangjianting to the documentation for this function.

@trxcllnt can you add the explanation as part of your refactoring?

This is still worthwhile. Reopening.

We are of course interested, we are just a small team with a long list of requests, plans and priorities. :) If you think those APIs would be useful to...

I don't like "generic". What are the functions that fall within generic? Perhaps we can come up with some categories. Why doesn't each function get it's own .py file like...

So how does this affect how one imports, e.g. `derive_trajectories()`? Does it become `import cuspatial.core.trajectory.generic.derive_trajectories`? Why not eliminate "core" and "generic" from this so we can just have `import cuspatial.trajectory.derive_trajectories`?

I think `distance`, `projection`, `bounding`, `indexing` and `joining` are all on the same footing and should be at the same level. "joining" is a bit weird, but it grammatically matches....

I think we decided that `interpolate` should be independent of `trajectory`. I did not hear the part where `trajectory` should be removed -- there's still useful functionality for trajectories (and...

I am now having second thoughts on my "infinitive" suggestion, mostly because "measure" is vague where "distance" was quite clear. You can measure a lot of quantities besides distance. I...