earthdaily.earthdatastore.validate_property_condition
- earthdaily.earthdatastore.validate_property_condition(item, property_name, conditions)[source]
Validate if an item meets all conditions for a specific property.
- Parameters:
item (any) – The STAC item to check.
property_name (str) – The name of the property to validate.
conditions (dict[str, any]) – Dictionary of conditions to apply to the property.
- Returns:
True if all conditions are met, False otherwise.
- Return type:
bool