Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parts of MULTIPOLYGON Without Three Unique Points #275

Open
ksendzo opened this issue Feb 12, 2025 · 0 comments
Open

Parts of MULTIPOLYGON Without Three Unique Points #275

ksendzo opened this issue Feb 12, 2025 · 0 comments

Comments

@ksendzo
Copy link

ksendzo commented Feb 12, 2025

There are a few entities in base where the geometry is MULTIPOLYGON but one of the polygons is basically a line.

Pattern: POLYGON (A, B, C, A), where B is the same point with different decimal precision as C or A. So, when you normalize all the points to the same precision, you get POLYGON (A, B, B, A) which is actually a linestring.

Could you change these geometries either to LINESTRING or removing them completely.

Entities that have this issue:

  • base - land - 08b346989ad92fff0003c199ca07c21a
  • base - land - 08b1faac92655fff0003c693839e301e
  • base - land - 08b452d768903fff0003cc29bf31ac8f
  • base - water - 08b0b0ba74908fff0004ceca52d5e520
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant