You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update value function for extracting greenery data
New value function uses a step function instead which is 1 if green is
the dominant channel of a pixel, 0 otherwise.
The value function looks at the proportion of green-dominant pixels
in a bounding box surrounding a point and returns that as the greenery
value of the point.
0 commit comments