Skip to content

Commit

Permalink
update std_ndvi_vals
Browse files Browse the repository at this point in the history
  • Loading branch information
ericgitonga authored Oct 12, 2023
1 parent ee3a230 commit 1516a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecoscope/analysis/seasons.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def std_ndvi_vals(
return pd.DataFrame(
{
"img_date": pd.to_datetime(coll.aggregate_array("system:time_start").getInfo(), unit="ms", utc=True),
"NDVI": ndvi_vals_std,
"NDVI": ndvi_vals,
}
).dropna(axis=0)

Expand Down

0 comments on commit 1516a0c

Please sign in to comment.