Closed shiwakotisurendra closed 3 years ago
please use the product id (item.id
), that's more consistant.
But we are using this to download sentinel , which links to sentinelsat.SentinelAPI
and they are using product_uuid
for download.
You would need to go from item.id
to product_uuid
. Maybe you can also support both of them, that would be better for compatibility with older versions as well.
Describe the bug when the item is created we set a value for the ID's,
But when we query the hub we take another value of the item ìtem.id for Landsat and ```item. Properties['uuid'] for sentinel to download.
To Reproduce To download we can give the
item.id
(product "ID") here always and solve this internally.Expected behavior
UKIS_PYSAT
download method forSCIHUB
andEARTHEXPLORER
both should have used eitherproduct_uuid
or ``product_id"``` .