Mark Harris
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...
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...
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...
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_
### 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)...
### 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...
### 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)...
### 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...
## 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...
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