developmentseed / developmentseed/stac-map
Support antimeridian-crossing searches
Open
- Dominant language
- TypeScript
- Stars
- 108
- Forks
- 15
- Avg merge
- 15h 14m
- Merged PRs (30d)
- 9
Description
In https://github.com/developmentseed/stac-map/pull/79 we narrowed bounding box searches to only hit the "fatter" side of a viewport that crosses the antimeridian. To support antimeridian-crossing searches for most users, we'd need to either:
- Use two search queries, one on each side, and merge their results, or
- Use a multipolygon split on the antimeridian
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.