Closed WELLlabs closed 2 months ago
in ee_core.py file,
create a dataclass for ImageCollection filtering,
aim of the class is to return filter object that holds the conditions, which in turn will be used to filter the ImageCollection.
input: start_date, end_date, bounds, list of dict (or tuple) with key, value pair for the conditions
Archiving this
in ee_core.py file,
create a dataclass for ImageCollection filtering,
aim of the class is to return filter object that holds the conditions, which in turn will be used to filter the ImageCollection.
input: start_date, end_date, bounds, list of dict (or tuple) with key, value pair for the conditions