Replies: 1 comment 3 replies
-
I can't remember if we can filter the assets directly with the CQL filter |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Vincent or any experts,
If there are many assets in database, I just want to register three assets. How to put three assets in the below register command?
curl -X 'POST' 'http://127.0.0.1:8081/mosaic/register'
-H 'accept: application/json'
-H 'Content-Type: application/json'
-d '{"collections":["landsat-c2l2-sr"], "bbox":[-123.75,34.30714385628804,-118.125,38.82259097617712], "filter-lang": "cql-json"}' | jq
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions