Skip to content

Commit

Permalink
ENH: Adding in averaging to the TSI data.
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamTheisen committed Oct 15, 2024
1 parent a182317 commit 7588ff7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/plotting/plot_satellite.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
files = DATASETS.fetch('enatsiskycoverC1.b1.20230307.082100.cdf')
ds_tsi = act.io.read_arm_netcdf(files)
ds_tsi = ds_tsi.where(ds_tsi.percent_opaque > 0)
ds_tsi = ds_tsi.resample(time='30min').mean()

# Set coordinates to extra data for ENA
ena_lat = 39.091600
Expand Down

0 comments on commit 7588ff7

Please sign in to comment.