Thank you for your response, Alexey!
I attached the related data in this reply..
My goal is how can I export orthomosaic based on the keyid of my polygon boundaries?
As you can see, I have 2 polygons with 1 keyid (B02), it is possible if I want to export my orthomosaic based on the 2 polygon boundaries in 1 file?
I already loop the shape with this code:
for shape in chunk.shapes:
print(shape)
but this gave me one by one feature, I can't loop by its keyid
Thank you!