I’ve been testing EO-Learn package by trying to execute the jupyter notebook example SI_LULC_pipeline.ipyng you have in GitHub. The problem occurs when python code reaches cell 16. The messages are:
At this point it seems that “disk_radius” argument defined in cell 14 is not understood by PointSamplingTask function.
I’ve tried to remove this argument in cell 14 and the execution continues reaching the end of the jupyter notebook, but the results are clearly anomalous.
Some ideas on solving this problem?