pyart.io¶
Description
Functions to read and write radar and grid data to and from a number of file formats.
In most cases the pyart.io.read()
function should be used to read
in radar data from a file. In certain cases the function the read function
for the format in question should be used.
Functions
|
Return a file like object read for reading. |
|
Read a radar file and return a radar object. |
|
Read a ARM sonde file returning a wind profile. |
|
Read a ARM interpolated or merged sonde returning a wind profile. |
|
Read a Cfradial netCDF file. |
|
Read a CSU-CHILL CHL file. |
|
Read a netCDF grid file produced by Py-ART. |
|
Read a MDV file to a Grid Object. |
|
Read a MDV file. |
|
Read a NEXRAD Level 2 Archive file. |
|
Read a Common Data Model (CDM) NEXRAD Level 2 file. |
|
Read a NEXRAD Level 3 product. |
|
Read a file supported by RSL. |
|
Read a Sigmet (IRIS) product file. |
|
Read a UF File. |
|
Write a Radar object to a CF/Radial compliant netCDF file. |
|
Write a Grid object to a CF-1.5 and ARM standard netCDF file. |
|
Write a Py-ART Grid object to a GeoTIFF file. |
|
Write grid object to MDV file. |
|
Write a Radar object to a UF file. |