podaac / concise

CONCISE (CONCatenatIon SErvice)
https://podaac.github.io/concise
Apache License 2.0
7 stars 4 forks source link

Harmony 1178 paged stac #29

Closed indiejames closed 2 years ago

indiejames commented 2 years ago

Github Issue: N/A

Description

Adds support for paged STAC catalog input (HARMONY-1178). This enables better scaling to many items as no one catalog has more items than the page size.

Overview of work done

Overview of verification done

Overview of integration done

http://localhost:3000/C1234208438-POCLOUD/ogc-api-coverages/1.0.0/collections/all/coverage/rangeset?maxResults=10&concatenate=true
Screen Shot 2022-05-27 at 2 35 58 PM

PR checklist:

See Pull Request Review Checklist for pointers on reviewing this pull request

frankinspace commented 2 years ago

Thanks @indiejames. Can you rebase your branch to start from current podaac/develop? That should resolve the conflicts.