Path: blob/main/add_variable-Copy2.ipynb
186 views
Kernel: Python 3
In [1]:
Out[1]:
## You are using the Python ARM Radar Toolkit (Py-ART), an open source
## library for working with weather radar data. Py-ART is partly
## supported by the U.S. Department of Energy as part of the Atmospheric
## Radiation Measurement (ARM) Climate Research Facility, an Office of
## Science user facility.
##
## If you use this software to prepare a publication, please cite:
##
## JJ Helmus and SM Collis, JORS 2016, doi: 10.5334/jors.119
In [2]:
Out[2]:
dict_keys(['DBZH', 'DBZV', 'VELH', 'VELV'])
altitude: <ndarray of type: float64 and shape: (1,)>
altitude_agl: None
antenna_transition: None
azimuth: <ndarray of type: float32 and shape: (9270,)>
elevation: <ndarray of type: float32 and shape: (9270,)>
fields:
DBZH: <ndarray of type: float32 and shape: (9270, 2500)>
DBZV: <ndarray of type: float32 and shape: (9270, 2500)>
VELH: <ndarray of type: float32 and shape: (9270, 2500)>
VELV: <ndarray of type: float32 and shape: (9270, 2500)>
fixed_angle: <ndarray of type: float32 and shape: (18,)>
instrument_parameters:
frequency: <ndarray of type: float32 and shape: (1,)>
pulse_width: <ndarray of type: float32 and shape: (9270,)>
prt_mode: <ndarray of type: |S1 and shape: (18, 10)>
prt: <ndarray of type: float32 and shape: (9270,)>
prt_ratio: <ndarray of type: float32 and shape: (9270,)>
polarization_mode: <ndarray of type: |S1 and shape: (18, 10)>
nyquist_velocity: <ndarray of type: float32 and shape: (9270,)>
n_samples: <ndarray of type: int32 and shape: (9270,)>
radar_antenna_gain_h: <ndarray of type: float32 and shape: (1,)>
radar_antenna_gain_v: <ndarray of type: float32 and shape: (1,)>
radar_beam_width_h: <ndarray of type: float32 and shape: (1,)>
radar_beam_width_v: <ndarray of type: float32 and shape: (1,)>
radar_receiver_bandwidth: <ndarray of type: float32 and shape: (1,)>
radar_measured_transmit_power_h: <ndarray of type: float32 and shape: (9270,)>
radar_measured_transmit_power_v: <ndarray of type: float32 and shape: (9270,)>
latitude: <ndarray of type: float64 and shape: (1,)>
longitude: <ndarray of type: float64 and shape: (1,)>
nsweeps: 18
ngates: 2500
nrays: 9270
radar_calibration: None
range: <ndarray of type: float32 and shape: (2500,)>
scan_rate: None
scan_type: ppi
sweep_end_ray_index: <ndarray of type: int32 and shape: (18,)>
sweep_mode: <ndarray of type: |S1 and shape: (18, 10)>
sweep_number: <ndarray of type: int32 and shape: (18,)>
sweep_start_ray_index: <ndarray of type: int32 and shape: (18,)>
target_scan_rate: None
time: <ndarray of type: float64 and shape: (9270,)>
metadata:
Conventions: Cf/Radial instrument_parameters radar_parameters
title: PPIVol
institution: EEC
references: EEC
source: EDGE
history: original
comment: PPIVol
instrument_name: MDV
site_name: MDV
n_gates_vary: false
volume_number: 1
platform_type: fixed
instrument_type: radar
primary_axis: axis_z
In [3]:
Out[3]:
(9270, 2500)
(9270, 2500)
In [4]:
In [5]:
In [6]:
In [7]:
Out[7]:
dict_keys(['DBZH', 'DBZV', 'VELH', 'VELV', 'R', 'DZ'])
In [9]:
Out[9]:
/opt/anaconda3/lib/python3.8/site-packages/pyart/graph/radarmapdisplay.py:256: UserWarning: No projection was defined for the axes. Overridding defined axes and using default axes.
warnings.warn("No projection was defined for the axes."
/opt/anaconda3/lib/python3.8/site-packages/pyart/graph/radarmapdisplay.py:507: DeprecationWarning: The outline_patch property is deprecated. Use GeoAxes.spines['geo'] or the default Axes properties instead.
ax.outline_patch.get_path().vertices.tolist())
/opt/anaconda3/lib/python3.8/site-packages/pyart/graph/radarmapdisplay.py:507: DeprecationWarning: The outline_patch property is deprecated. Use GeoAxes.spines['geo'] or the default Axes properties instead.
ax.outline_patch.get_path().vertices.tolist())
In [10]:
Out[10]:
/opt/anaconda3/lib/python3.8/site-packages/pyart/graph/radarmapdisplay.py:256: UserWarning: No projection was defined for the axes. Overridding defined axes and using default axes.
warnings.warn("No projection was defined for the axes."
/opt/anaconda3/lib/python3.8/site-packages/pyart/graph/radarmapdisplay.py:507: DeprecationWarning: The outline_patch property is deprecated. Use GeoAxes.spines['geo'] or the default Axes properties instead.
ax.outline_patch.get_path().vertices.tolist())
/opt/anaconda3/lib/python3.8/site-packages/pyart/graph/radarmapdisplay.py:507: DeprecationWarning: The outline_patch property is deprecated. Use GeoAxes.spines['geo'] or the default Axes properties instead.
ax.outline_patch.get_path().vertices.tolist())
In [11]:
Out[11]:
/opt/anaconda3/lib/python3.8/site-packages/pyart/graph/radarmapdisplay.py:256: UserWarning: No projection was defined for the axes. Overridding defined axes and using default axes.
warnings.warn("No projection was defined for the axes."
/opt/anaconda3/lib/python3.8/site-packages/pyart/graph/radarmapdisplay.py:507: DeprecationWarning: The outline_patch property is deprecated. Use GeoAxes.spines['geo'] or the default Axes properties instead.
ax.outline_patch.get_path().vertices.tolist())
/opt/anaconda3/lib/python3.8/site-packages/pyart/graph/radarmapdisplay.py:507: DeprecationWarning: The outline_patch property is deprecated. Use GeoAxes.spines['geo'] or the default Axes properties instead.
ax.outline_patch.get_path().vertices.tolist())
In [ ]:
In [ ]:
In [ ]: