pyart.aux_io.read_product_py#
- pyart.aux_io.read_product_py(radar_file, physic_value=False, masked_array=False, verbose=False)#
Reads a METRANET cartesian data file
- Parameters:
radar_file (str) – file name
physic_value (boolean) – If true returns the physical value. Otherwise the digital value
masked_array (boolean) – If true returns a numpy masked array with NaN values masked. Otherwise returns a regular masked array with NaN values
verbose (boolean) – If true prints out extra information
- Returns:
ret_data (RadarData object) – An object containing the information read from the file. None if the file has not been properly read