Skip to content

Conversation

aplavin
Copy link

@aplavin aplavin commented Aug 23, 2025

straightforward constructor implementation in an extension

@rafaqz
Copy link
Contributor

rafaqz commented Aug 24, 2025

One issue is that the boundaries of geometries are always closed but in this PR you can convert open intervals to geometries, so information may be lost and can cause correctness bugs.

One option would be to error on open intervals, but that may also be annoying too.

@aplavin
Copy link
Author

aplavin commented Aug 24, 2025

changed to only accept closed intervals – they are returned by 0..1 syntax, and by far the most common kind of intervals

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

Successfully merging this pull request may close these issues.

2 participants