Closed WELLlabs closed 2 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}
input need not be dict, it can be a tuple too. depends on the schema of info from frontend.
Archiving this
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}