Skip to content

Commit

Permalink
Merge branch 'eodag_filter_sort' into eodag_queryables
Browse files Browse the repository at this point in the history
  • Loading branch information
HamedElgizery authored Jul 1, 2024
2 parents 2f26ab2 + 6d99e7f commit 6de3114
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/imagery/i.eodag/i.eodag.py
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,7 @@ def list_products(products):
product_attribute_value = product.properties[column]
else:
product_attribute_value = None

# Display NA if not available
if product_attribute_value is None:
product_attribute_value = columns_NA[i]
Expand Down Expand Up @@ -806,6 +807,7 @@ def get_range(info):
print(json.dumps(queryables_dict, indent=4))



def main():
# Products: https://github.com/CS-SI/eodag/blob/develop/eodag/resources/product_types.yml

Expand Down

0 comments on commit 6de3114

Please sign in to comment.