WELLlabs / JaltolAPI

MIT License
0 stars 0 forks source link

Basic FC Filter #2

Closed WELLlabs closed 2 months ago

WELLlabs commented 7 months ago

in ee_core.py file,

create a dataclass for basic FeatureCollection filtering,

aim of the class is to return filter object that holds the conditions, which in turn will be used to filter the FeatureCollection.

Input: {'state': state_name, 'district': district_name, 'subdistrict': subD_name, 'village_na': vill_name}

WELLlabs commented 7 months ago

input need not be dict, it can be a tuple too. depends on the schema of info from frontend.

balakumaran247 commented 2 months ago

Archiving this