Results 24 comments of Ian Cooke

The hits keep coming! https://github.com/stac-utils/pystac/blob/main/pystac/link.py#L154-L156 NBD: ```shell find . -type f -name '*.py' \ | xargs -I{} sed -i~ -e 's/link\.href/link.get_href(transform_href=False)/g' {} ```

Might be time to start drafting the new landing page in RODA for the Collection 1 cogs, and add this info there.

This is implemented via the stactools-sentinel2 package, which is following the [grid extension](https://github.com/stac-extensions/grid?tab=readme-ov-file#military-grid-reference-system-mgrs)'s specification that the code should be `MGRS-{GZD}{lat_band}{square}`. The Grid Zone Designator (GZD) can be encoded either way,...

@tingold -- After reading the bits of specs, I concur with your assessment, and have raised the issue. Assuming there's agreement or abstention, we can leave this ticket here as...

This has been merged upstream, and will be deployed to earthsearch soon: stactools-packages/sentinel2#191

This is currently being deployed for forward processing. Back-processing is not scheduled for this change, at this time. Thanks again for catching this, @tingold!

@ZZMitch -- That document mentions a `retry-after` header value being returned from CMR. I wonder if `cmr-stac` is forwarding that over? With that, you might be able to use the...

@hrodmn -- pagination looks back online (#348) ....does that fix this issue up too?

> This issue is scheduled to be fixed in the next sprint. The ticket is https://bugs.earthdata.nasa.gov/browse/CMR-10186 Thanks @william-valencia! Unfortunately that ticket is `Access Denied`. Glad the fix is in.

@jerstlouis -- only recently did the [CQL2 JSON make its way into stac-server](https://github.com/stac-utils/stac-server/pull/825) (which Earth Search uses), so it would be good to get an upgrade of the stac-server for...