Hi,
I have two orthomosaics in my project/chunk, and I have to enable/disable (Set as Default) them separately inside a script.
I need to activate 'ortho 1' to use with chunk.exportRaster(condition_1), and 'ortho 2' to use with chunk.exportRaster(condition_2).
I can retrieve the orthomosaics available using chunk.orthomosaic, but can't activate the one I need.
Also trying to use chunk.orthomosaic.key but I'm not getting there.
Any suggestions?