OvertureMaps / OvertureMaps/stac
Incorrect collection bounding boxes
Open
@jjcfrancisco is already working on this.
Since Aug 26, 2026.
- Dominant language
- Rust
- Stars
- 39
- Forks
- 3
- Avg merge
- 4d 18m
- Merged PRs (30d)
- 7
Description
Type
Bug
Scope
Multi-theme or Platform
Skillset
dev ops
Description
E.g. for water:
$ curl -s https://stac.overturemaps.org/2026-08-19.0/base/water/collection.json | jq '.extent.spatial.bbox.[0]'
[
-180.0,
-86.77666473388672,
-62.31107711791992,
32.24882125854492
]
Per the spec:
The first bounding box always describes the overall spatial extent of the data.
So I'd assume that water should be [-180, -90, 180, 90], and the others might be the same or a bit tighter?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.