Mark Harris

Results 91 issues of Mark Harris

### Version 23.06 ### On which installation method(s) does this occur? _No response_ ### Describe the issue cuspatial/doc/source/developer_guide/build.md is a bit out of date. It refers to nonexistent tests and...

bug
doc

https://github.com/rapidsai/cuspatial/blob/2509fce6be981353da18697ab3f14fc7ccd4fc05/python/cuspatial/cuspatial/core/_column/geometa.py#L15 We should change to a non-negative value. If we ever need to do a multi-column sort on geometry type (which we will), it will be more efficient if we...

bug
Python

This (geometry index from part index) seems like an operation that we do in C++ already that could be exposed to Python and be much more efficient. _Originally posted by...

Python
improvement
libcuspatial
performance

I think here we should encourage the use of `cuspatial::test::BaseFixture`? https://github.com/rapidsai/cuspatial/blob/branch-23.06/cpp/include/cuspatial_test/base_fixture.hpp We also support value-parameterized tests now. Show an example in TESTING.md. _Originally posted by @isVoid in https://github.com/rapidsai/cuspatial/pull/1081#discussion_r1176860914_

doc

### Is this a new feature, an improvement, or a change to existing functionality? Improvement ### How would you describe the priority of this feature request Low (would be nice)...

feature request
tech debt
improvement

### Is this a new feature, an improvement, or a change to existing functionality? New Feature ### How would you describe the priority of this feature request Medium ### Please...

doc
feature request

### Is this a new feature, an improvement, or a change to existing functionality? Improvement ### How would you describe the priority of this feature request Low (would be nice)...

feature request
tech debt
libcuspatial

### Is this a new feature, an improvement, or a change to existing functionality? New Feature ### How would you describe the priority of this feature request Low (would be...

feature request
Needs Triage

## Description This PR is in progress (draft). This is a modification of the CrossingsMultiply algorithm worked out by @harrism and @isvoid that avoids explicit collinearity checks and consistently treats...

improvement
non-breaking
libcuspatial

Does this repo depend on GDAL other than for cuSpatial? cuSpatial dropped its GDAL dep, so perhaps remove it here as well? References: https://github.com/search?q=repo%3Arapidsai%2Fnode%20gdal&type=code