When using the apply_neighborhood function and leaving the overlap parameter undefined (which is set to None by default), the geotrellis driver returns a 500 code on the request.
OpenEoApiError: [500] Internal: Server error: TypeError("'NoneType' object is not iterable")
Maybe the overlap parameter should be set by default to overlap=[] instead of overlap=None?
When using the apply_neighborhood function and leaving the
overlap
parameter undefined (which is set to None by default), the geotrellis driver returns a 500 code on the request.Maybe the
overlap
parameter should be set by default tooverlap=[]
instead ofoverlap=None
?Minimal example: