-
Is it possible to make a search by tilename for sentinel 2 data... i tried but nothing worked . |
Beta Was this translation helpful? Give feedback.
Answered by
sbrunato
Apr 17, 2023
Replies: 1 comment 4 replies
-
Hello @Squiccio , this is not standardized yet (see #255), but for the moment you can use:
eodag search --productType S2_MSI_L1C --start 2023-03-01 --query tileid=32TPT
eodag search --productType S2_MSI_L1C --start 2023-03-01 --query tileIdentifier=32TPT
eodag search --productType S2_MSI_L1C --start 2023-03-01 --query tileId=32TPT
eodag search --productType S2_MSI_L2A --start 2023-03-01 --query "sentinel:utm_zone=32&sentinel:latitude_band=T&sentinel:grid_square=PT"
eodag search --productType S2_MSI_L2A_MAJA --start 2023-03-01 --query location=T32TPT |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @Squiccio , this has just been resolved with #713 and will be available in incoming
v2.10.0