scikit-spatial icon indicating copy to clipboard operation
scikit-spatial copied to clipboard

Spatial objects and computations based on NumPy arrays.

Results 6 scikit-spatial issues
Sort by recently updated
recently updated
newest added

Sphere's intersection on a 2D plane in 3D space is a circle on a plane. Test files and new class with barebone implementation added.

I was wondering if its possible to intersect a line with a line segment?

Took me quite a bit of time to realize I can do `Point + Vector`. I think I have looked at all the documentations, but could not find anything that...

Bumps [setuptools](https://github.com/pypa/setuptools) from 69.0.3 to 70.0.0. Changelog Sourced from setuptools's changelog. v70.0.0 Features Emit a warning when [tools.setuptools] is present in pyproject.toml and will be ignored. -- by :user:SnoopJ (#4150)...

dependencies

We like to upgrade our usage of `numpy` to the latest possible version >=2.1, but `scikit-spatial` explicitly rejects numpy>=2 in its dependency configuration, see `pyproject.toml`. Are there any plans to...