davidfrantz / force-udf

User-Defined Functions for FORCE
GNU General Public License v3.0
13 stars 8 forks source link

Mowing detection date conversion #13

Open davidfrantz opened 5 months ago

davidfrantz commented 5 months ago

There seems to be a bug in the mowing detection python UDF that can cause no output when a date too early in the season is included: https://github.com/davidfrantz/force/discussions/318#discussioncomment-9008265

Apparently, the workaround is to use the DOY_RANGE parameters to mitigate this, but a proper fix might be the better solution.

davidfrantz commented 5 months ago

@geo-masc @ernstste

can you help here?

geo-masc commented 5 months ago

@davidfrantz I just saw the discussion. Thanks @ernstste for clarifying. We had the same issue for processing some tiles in Switzerland. I had in mind that we already pushed a solution. I will have a look at it.