Skip to content

Commit

Permalink
ENH: Updating format
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamTheisen committed Feb 2, 2024
1 parent 225b965 commit c51ab44
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 11 deletions.
1 change: 0 additions & 1 deletion examples/plot_cfad.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"""


import radtraq
from act.io.arm import read_arm_netcdf
import matplotlib.pyplot as plt
Expand Down
4 changes: 1 addition & 3 deletions examples/plot_cloud_mask.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@
"""


import act
import radtraq
import matplotlib.pyplot as plt
from open_radar_data import DATASETS

import radtraq

# Read in sample data using ACT
filename = DATASETS.fetch('sgpkazrgeC1.a1.20190529.000002.cdf')
ds = act.io.arm.read_arm_netcdf(filename)
Expand Down
1 change: 0 additions & 1 deletion examples/plot_corner_reflector_raster.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"""


import radtraq
from act.io.arm import read_arm_netcdf
import matplotlib.pyplot as plt
Expand Down
2 changes: 0 additions & 2 deletions examples/plot_dual_doppler_lobes.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@
"""


import matplotlib.pyplot as plt

import radtraq

d = {
Expand Down
2 changes: 0 additions & 2 deletions examples/plot_mask_vpt.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
"""



import radtraq
from act.io.arm import read_arm_netcdf
import matplotlib.pyplot as plt
Expand Down
1 change: 0 additions & 1 deletion examples/plot_self_consistency.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
from open_radar_data import DATASETS

# Read in example data

filename = DATASETS.fetch('csapr.nc')
ds = read_arm_netcdf(filename)

Expand Down
1 change: 0 additions & 1 deletion examples/plot_zdr_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"""


import radtraq
from act.io.arm import read_arm_netcdf
import matplotlib.pyplot as plt
Expand Down

0 comments on commit c51ab44

Please sign in to comment.