Skip to content
This repository was archived by the owner on Sep 23, 2024. It is now read-only.
This repository was archived by the owner on Sep 23, 2024. It is now read-only.

Check on validity of using bbox as a fallback to proj:bbox #7

@TomAugspurger

Description

@TomAugspurger

Right now the computation of the output size uses the bboxes from the individual stac items. In the best case scenario, the items have proj:bbox and we use that. But since proj:bbox isn't required, we fall back to the item-level bbox and then reproject it according to the crs. In some testing on NAIP data in Azure, the reprojected bbox isn't really close to the proj:bbox. The 'reproject bbox' route is also a lot slower, though I haven't profiled things.

Maybe we just require proj:bbox?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions