Open-EO / openeo-processes

Interoperable processes for openEO's big Earth observation cloud processing.
https://processes.openeo.org
Apache License 2.0
48 stars 15 forks source link

`apply_neighborhood`: Allow `null` as default value for units. #328

Closed m-mohr closed 2 years ago

m-mohr commented 2 years ago

We had a weird and uncommon behavior in apply_neighborhood, where you actually had to remove a parameter/property (instead of setting it to null or having null as the default value) to specify a specific behavior for the units. This PR is fixing this in a backward-compatible way by allowing null and setting the default value to null.