Preston Hartzell
Preston Hartzell
>Once approved, we should enable these checks as required. What does this mean?
>good catch. I missed the documentation that those pages were used for collection paging as well as item paging. By adding the early short-circuit, I broke of collection fetching tests....
Side note: The `add_item()` method on the `Catalog` class indicates the `strategy` parameter is optional, but it really is required with a default of `BestPracticesLayoutStrategy` (see the `if strategy is...
## Closing Summary The issue was slowness in the `pystac.Item.to_dict()` method. The cause was identified as root link resolution. The problem was compounded when calling `to_dict()` on each Item in...
> At a minimum, it should be easy to regenerate STAC metadata (including metadata for the cloud-optimized assets) without having to regenerate the cloud-optimized assets. I agree. >The user passes...
>do you mind creating a separate issue for that? Certainly. See https://github.com/opendatacube/odc-stac/issues/151.
@Kirill888 Thanks for the clear explanation. `ds = odc.stac.load(items).odc.reproject(32610, anchor="center")` eliminates the data gap. The anchor problem still manifests in the results, but should go away once #151 is fixed...
@Kirill888 Thanks for the info. Yep, that geometry is incorrect. Should be a MultiPolygon with a Polygon on each side of the antimeridian.