WELLlabs / JaltolAPI

MIT License
0 stars 0 forks source link

ImageCollection Filter #3

Closed WELLlabs closed 2 months ago

WELLlabs commented 6 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

balakumaran247 commented 2 months ago

Archiving this