You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 23, 2024. It is now read-only.
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.
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:bboxand we use that. But sinceproj:bboxisn't required, we fall back to the item-levelbboxand then reproject it according to thecrs. In some testing on NAIP data in Azure, the reprojectedbboxisn't really close to theproj:bbox. The 'reprojectbbox' route is also a lot slower, though I haven't profiled things.Maybe we just require
proj:bbox?