CS-SI / eodag-labextension

Jupyterlab extension for EODAG search
Apache License 2.0
18 stars 2 forks source link

Enhance NaN display #21

Closed sbrunato closed 3 years ago

sbrunato commented 3 years ago

Products result list should hidde cloud cover value when contains NaN value.

image

Details view is ok:

image

sbrunato commented 3 years ago

In GitLab by @ctriquet-cs on Jun 1, 2021, 12:09

mentioned in merge request !10

sbrunato commented 3 years ago

In GitLab by @PhML on Jun 1, 2021, 12:31

@ctriquet-cs could you give me the parameters you used so that I can see the true cloud values of those products ? (from the code null values should be filtered)

sbrunato commented 3 years ago

In GitLab by @sbrunato on Jun 2, 2021, 17:43

I'm wondering if the cloudCover=100 upper is not an eodag bug?

cloudCover=100 is not in product.properties, but in search_kwargs (internal use). Only metadata from product.properties are standard and should be used

sbrunato commented 3 years ago

In GitLab by @ctriquet-cs on Jun 2, 2021, 19:17

Oops, you're right!

sbrunato commented 3 years ago

In GitLab by @sbrunato on Jun 3, 2021, 18:14

To test using a product having cloudCover=None, you can try (theia provider):

dag.search(productType = 'PLD_PAN', start='2012-05-01',  end='2012-05-31', geom = [-3, 35, -2, 36])
sbrunato commented 3 years ago

In GitLab by @PhML on Jun 15, 2021, 17:00

mentioned in merge request !13 7e08a111b92bbe1904c1895abb11bddac257663b