ee-packages-py
ee-packages-py copied to clipboard
Python version of some usefuly Google Earth Engine utilities (migrated from /users/gena/packages JavaScript)
Adding a confidence margin to the waterwatch algorithm by not only taking the median JRC water occurrence values sampled at water edges, but also using other percentages, and exporting them...
added functionality (backwards compatible) to filter duplicates using s2merge = 'dd' in the complete compute_inverse_depth function or s2TimeMerger = 'dd' in the getImages subfunction. Note that dd stands for the...
I want to generate Otsu threshold server side, to make sure I can map over reservoirs server side. @gena please check this code, I used `ee.Algorithms.If` to do the argument...