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

enable the query of dataset with no spatial extent #332

Merged
merged 1 commit into from
Aug 7, 2023

Conversation

Mark-Niemeyer
Copy link
Member

(spatial bounding box is a point)

Problem: if bounding box of dataset has no spatial extent, the polygon created based on this aabb has multiple point which are the same. Thus, the polygon isn't simple

Solution: only add one point to the "polygon" if the bounding box is just a point without spatial extent

@jarkenau jarkenau force-pushed the feat/queryDataWithPointBB branch from 1c471fe to 349bfd2 Compare August 7, 2023 07:07
@jarkenau jarkenau force-pushed the feat/queryDataWithPointBB branch from 349bfd2 to 1c40962 Compare August 7, 2023 07:07
@Mark-Niemeyer Mark-Niemeyer merged commit 92021dc into main Aug 7, 2023
@Mark-Niemeyer Mark-Niemeyer deleted the feat/queryDataWithPointBB branch August 7, 2023 07:22
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