Hi,
I am using batch process api to downloading large area data and storing it on S3 bucket. Using the evalscript I am doing simple thresholding and generating binary images. Right now I use opencv for some clustering afterward on my local machine. Is there a way to use opencv through eo-learn somehow/?
Best