Opened 17 months ago
Closed 6 months ago
#1137 closed defect (fixed)
SetPrecision returns 3D empty geometries after collapsing
Reported by: | caspervdw | Owned by: | strk |
---|---|---|---|
Priority: | minor | Milestone: | 3.10.1 |
Component: | Core | Version: | main |
Severity: | Unassigned | Keywords: | |
Cc: |
Description
This detail popped up after implementing a workaround for #1136 in pygeos. It is also obfuscated by the issue that the WKT writer does not serialialize 3D empty geometries as 3D.
SetPrecision on for instance POLYGON ((0 0, 0.1 0, 0.1 0.1, 0 0.1, 0 0)) with grid size of 1 and the default make_valid behaviour gives a 3D empty polygon as result.
Change History (3)
comment:1 by , 6 months ago
comment:2 by , 6 months ago
Fixed in
main
with f3e7fb66397d20952f39938b97dec48f4524284d/git- 3.11 with acb8c73df30c7fd9e3f819676c55b07e2cfaa777/git
- 3.10 with ae6ffdd927621bdb5d48f003c5162a74749ffbce/git
- 3.9 with [changset:6724ad641098630763d1d58fbcac5e484c0ecb89/git[
comment:3 by , 6 months ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
PR at https://github.com/libgeos/geos/pull/684