developmentseed / developmentseed/titiler-cmr
set concept_id as a path parameter instead of a query parameter
Open
- Dominant language
- Python
- Stars
- 25
- Forks
- 9
- Avg merge
- 1d 6m
- Merged PRs (30d)
- 1
Description
It would be more consistent with applications like `titiler-pgstac` and the OGC APIs if we used `concept_id` as a path parameter rather than a query parameter.
Instead of `{titiler_cmr_endpoint}/statistics?concept_id=C12345-abcdef` it would be `{titiler_cmr_endpoint}/collections/{concept_id}/statistics`
Contributor guide
Assessment
This issue has not been assessed yet.