Skip to content

Instantly share code, notes, and snippets.

@willrayeo
Created May 4, 2021 13:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save willrayeo/1e8fb17742e8f712772b5b71513fc093 to your computer and use it in GitHub Desktop.
Save willrayeo/1e8fb17742e8f712772b5b71513fc093 to your computer and use it in GitHub Desktop.
timeseriesVV_dB = water_meadow.VV_dB.mean(axis=(1,2), skipna=True)
timeseriesVV_dB = timeseriesVV_dB.where(timeseriesVV_dB !=0).dropna("time")
timeseriesVV_dB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment