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

Aberations and enclave when using precision arguments on geometry field #294

Open
Guilouf opened this issue Apr 3, 2024 · 2 comments
Open
Labels

Comments

@Guilouf
Copy link

Guilouf commented Apr 3, 2024

The geometry when using borders = GeometryField(precision=2, remove_duplicates=True)
image

With no precision or remove duplicates arguments:
image

We can see that reducing precision leads to new enclosed borders and the creation of vertical or horizontal lines.

@nemesifier
Copy link
Member

Welcome @Guilouf.

Is this a bug report? If so, could you please clarify the following:

  • what's the outcome you were expecting
  • what's the current outcome
  • why the actual outcome is wrong

If this is not a bug report, can you please clarify your request?

@Guilouf
Copy link
Author

Guilouf commented Apr 9, 2024

Welcome @Guilouf.

Is this a bug report? If so, could you please clarify the following:

* what's the outcome you were expecting

* what's the current outcome

* why the actual outcome is wrong

If this is not a bug report, can you please clarify your request?

I'd say its a bug report:

  • what's the outcome you were expecting:
    A border with reduced precision but with the same topology, i.e no no enclave ( new zones created along the borders as we can see in the screenshot) and no vertical lines.
    Here is the artifacts i talk about, in the red circles.
    image
  • what's the current outcome
    the image above is the current outcome
  • why the actual outcome is wrong
    It creates new "borders"

@nemesifier nemesifier added the bug label Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants