Skip to content

Commit

Permalink
Update seasons.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ericgitonga authored Oct 8, 2023
1 parent 1319196 commit c99d6b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ecoscope/analysis/seasons.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ def std_ndvi_vals(
scale=1,
start=None,
end=None
):

coll = ee.ImageCollection(image_coll).select(band).filterDate(start, end).map(lambda x: x.multiply(ee.Image(scale)))

Expand Down

0 comments on commit c99d6b7

Please sign in to comment.