-
There are two different defaults for `quad_segs` parameters for shapely's buffer operation:
- [`object.buffer(..., quad_segs=16, ...)`](https://shapely.readthedocs.io/en/2.0.4/manual.html#object.bu…
-
> Created by bitbucket user **Former user** on 2017-07-27 09:48
> Last updated on 2017-07-27 10:04
I'm getting test failures under Debian 9:
```
====================================================…
FDiot updated
4 years ago
-
Chapter 8 (points) includes imports from `pygeos`:
```python
from pygeos import minimum_rotated_rectangle, from_shapely, to_shapely
```
My sense is, since `shapely` 2.0, general recommendation…
-
### Version
23.12.01
### On which installation method(s) does this occur?
Conda
### Describe the issue
Method `within` does not work as expected when used with a single polygon object.
…
-
Hi!
Do you have any suggestions about why the import fails? I'm using python 3.11.2 and shapely 1.8.5 in Debian testing.
Thanks in advance!
-
Dear trimesh-community,
first of all, thank you for providing and supporting this amazing software package!
I am trying to create a trimesh representation of a 2.5D geometry defined by a 2D-path…
-
Natural Neighbor interpolation uses a lot of computational geometry operations, all currently implemented in pure Python. Shapely provides some better primitives and operations that might allow us to …
-
My understanding of `symmetric_difference_all` is that it returns all parts of geometries that are unique to a single one, i.e. those parts that do not intersect any other. But that doesn't seem to b…
-
## Expected behavior and actual behavior.
The Intersection of two valid Multipolygons (admittedley the second one has a strange shape) returns an invalid GeometryCollection.
I created a workaround…
-
Shapely deprecated its `.coords` accessor and will stop supporting it in 2.0.
> The array interface is deprecated and will no longer work in Shapely 2.0. Convert the '.coords' to a numpy array inst…