Skip to content

feat: Granules Sort by time or other properties #532

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 33 commits into from
Feb 10, 2025
Merged
Changes from 2 commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
c9dd83f
breaking: using latest uds-lib + update docker
wphyojpl Oct 28, 2024
d803e28
feat: use latest uds-lib
wphyojpl Oct 28, 2024
9df22f5
Merge branch 'develop' of github.com:unity-sds/unity-data-services in…
wphyojpl Nov 4, 2024
db5833f
Merge branch 'develop' of github.com:unity-sds/unity-data-services in…
wphyojpl Nov 4, 2024
2368a4c
chore: merge from develop
wphyojpl Nov 4, 2024
ebaaab5
Merge branch 'develop' of github.com:unity-sds/unity-data-services in…
wphyojpl Dec 3, 2024
84cfda4
Merge branch 'develop' of github.com:unity-sds/unity-data-services in…
wphyojpl Dec 8, 2024
3345c13
Merge branch 'develop' of github.com:unity-sds/unity-data-services in…
wphyojpl Dec 9, 2024
bc7a4cf
Merge branch 'develop' of github.com:unity-sds/unity-data-services in…
wphyojpl Dec 9, 2024
dd500cb
Merge branch 'develop' of github.com:unity-sds/unity-data-services in…
wphyojpl Dec 16, 2024
e02e045
Merge branch 'develop' of github.com:unity-sds/unity-data-services in…
wphyojpl Dec 17, 2024
b8bf96c
Merge branch 'develop' of github.com:unity-sds/unity-data-services in…
wphyojpl Dec 20, 2024
5fa73a4
chore: allow local ES
wphyojpl Dec 20, 2024
790969b
fix: add es type
wphyojpl Jan 7, 2025
4ff56d3
Merge branch 'develop' of github.com:unity-sds/unity-data-services in…
wphyojpl Jan 17, 2025
3bd1a0b
fix: adding a no-ssl option
wphyojpl Jan 17, 2025
2fb799f
feat: optionally omitting cumulus in collection creation
wphyojpl Jan 21, 2025
d7d8fc2
feat: split archive api to a different file to simplify documentation
wphyojpl Jan 21, 2025
a977826
feat: move one more archive api
wphyojpl Jan 21, 2025
0fc4b18
fix: add granule addition (w/o cumulus)
wphyojpl Jan 21, 2025
532c164
feat: allow cross collection query + bbox
wphyojpl Jan 30, 2025
1513652
Merge branch 'develop' of github.com:unity-sds/unity-data-services in…
wphyojpl Jan 31, 2025
640e9b7
feat: Api documentation (#522)
wphyojpl Jan 31, 2025
54b6a14
fix: boto3 s3 transfer lib issue
wphyojpl Jan 31, 2025
e593288
Merge branch 'local.es' of github.com:unity-sds/unity-data-services i…
wphyojpl Jan 31, 2025
d7549b8
Merge branch 'develop' of github.com:unity-sds/unity-data-services in…
wphyojpl Jan 31, 2025
6c75f52
feat: add sort by argument
wphyojpl Feb 1, 2025
8d93869
update keyword to match ogc
wphyojpl Feb 1, 2025
23e18fb
Merge branch 'develop' into local.es
wphyojpl Feb 6, 2025
f7a62b9
Merge branch 'local.es' of github.com:unity-sds/unity-data-services i…
wphyojpl Feb 6, 2025
18152fc
fix: bbox need to check for None type
wphyojpl Feb 6, 2025
1213bec
chore: dummy
wphyojpl Feb 6, 2025
e51b576
Merge branch 'develop' into sort-by-time
wphyojpl Feb 10, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions cumulus_lambda_functions/uds_api/misc_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ async def stac_entry(request: Request, response: Response):
Optionally, it will add a required authorization cookie if available.
However, this endpoint should be called from a separate URL due to the infrastructure.

How to re-load UCS
https://github.com/unity-sds/unity-data-services/issues/381#issuecomment-2201165672

:param request:
:param response:
:return:
Expand Down