<xarray.Dataset> Dimensions: (azimuth: 483, range: 996) Coordinates: time (azimuth) datetime64[ns] ... * range (range) float32 150.0 300.0 ... 1.494e+05 * azimuth (azimuth) float32 0.0 0.75 1.5 ... 358.5 359.2 elevation (azimuth) float32 ... latitude float64 ... longitude float64 ... altitude float64 ... Data variables: (12/18) sweep_number int32 0 sweep_mode |S32 b'azimuth_surveillance' prt_mode |S32 b'not_set' follow_mode |S32 b'not_set' sweep_fixed_angle float32 0.4999 pulse_width (azimuth) timedelta64[ns] 00:00:00 ... 00:00:00 ... ... r_calib_index (azimuth) int8 -1 -1 -1 -1 -1 ... -1 -1 -1 -1 -1 measured_transmit_power_h (azimuth) float32 -9.999e+03 ... -9.999e+03 measured_transmit_power_v (azimuth) float32 -9.999e+03 ... -9.999e+03 scan_rate (azimuth) float32 -3.277e+04 ... -3.277e+04 DBZ (azimuth, range) float32 20.7 39.97 ... -1.32 VR (azimuth, range) float32 -23.38 10.22 ... -25.39
[483 values with dtype=datetime64[ns]]
array([ 150. , 300. , 450.00003, ..., 149100. , 149250. , 149400. ], dtype=float32)
array([ 0. , 0.75, 1.5 , ..., 357.75, 358.5 , 359.25], dtype=float32)
[483 values with dtype=float32]
[1 values with dtype=float64]
[1 values with dtype=float64]
[1 values with dtype=float64]
array(0, dtype=int32)
array(b'azimuth_surveillance', dtype='|S32')
array(b'not_set', dtype='|S32')
array(b'not_set', dtype='|S32')
array(0.4999, dtype=float32)
array([0, 0, 0, ..., 0, 0, 0], dtype='timedelta64[ns]')
array([-9999000000000, -9999000000000, -9999000000000, ..., -9999000000000, -9999000000000, -9999000000000], dtype='timedelta64[ns]')
array([-9999000000000, -9999000000000, -9999000000000, ..., -9999000000000, -9999000000000, -9999000000000], dtype='timedelta64[ns]')
array([26.925, 26.925, 26.925, ..., 26.925, 26.925, 26.925], dtype=float32)
array([150000., 150000., 150000., ..., 150000., 150000., 150000.], dtype=float32)
array([0, 0, 0, ..., 0, 0, 0], dtype=int8)
array([192, 192, 192, ..., 192, 192, 192], dtype=int32)
array([-1, -1, -1, ..., -1, -1, -1], dtype=int8)
array([-9999., -9999., -9999., ..., -9999., -9999., -9999.], dtype=float32)
array([-9999., -9999., -9999., ..., -9999., -9999., -9999.], dtype=float32)
array([-32768., -32768., -32768., ..., -32768., -32768., -32768.], dtype=float32)
array([[ 20.699957, 39.96934 , 29.650644, ..., -2.799595, -3.549335, -1.650112], [ 13.829709, 35.710747, 8.869345, ..., -18.780428, -3.080303, -4.519378], [ -9.129745, 14.810412, 4.539685, ..., 0.179822, -0.550375, -3.519132], ..., [ 5.889927, 26.049406, 32.379555, ..., -2.550866, -1.060269, -1.900617], [ 0.959765, 23.579884, 9.29929 , ..., -8.680257, -5.039932, -2.410512], [ 20.079912, 39.15031 , 13.190121, ..., -4.91912 , -3.160252, -1.319658]], dtype=float32)
array([[-23.380377, 10.219611, 1.169591, ..., 22.359642, -2.259847, 23.109653], [ 8.669698, 8.860268, 1.109885, ..., 16.950077, -17.420368, -16.98034 ], [ 4.479617, 4.959722, -0.799902, ..., -22.860195, 25.97965 , -22.330198], ..., [-21.76994 , -20.16032 , 1.059993, ..., 16.92963 , -25.179747, -10.590118], [ 8.189593, 8.69996 , -0.160308, ..., -26.499832, -18.880312, 18.109854], [ 10.419995, 10.270321, 1.500021, ..., -11.900388, 20.629791, -25.389946]], dtype=float32)
PandasIndex(Float64Index([ 150.0, 300.0, 450.0000305175781, 600.0, 750.0, 900.0000610351562, 1050.0, 1200.0, 1350.0, 1500.0, ... 148050.0, 148200.0, 148350.0, 148500.0, 148650.0, 148800.0, 148950.0, 149100.0, 149250.0, 149400.0], dtype='float64', name='range', length=996))
PandasIndex(Float64Index([ 0.0, 0.75, 1.5, 2.25, 3.0, 3.75, 4.5, 5.25, 6.0, 6.75, ... 352.5, 353.25, 354.0, 354.75, 355.5, 356.25, 357.0, 357.75, 358.5, 359.25], dtype='float64', name='azimuth', length=483))