Input and output (pyart.io)ΒΆ

Py-ART has modules, classes and functions which are able to read data from and write data to a number of file formats.

read(filename[, use_rsl]) Read a radar file and return a radar object.
read_rsl(filename[, field_names, ...]) Read a file supported by RSL
read_mdv(filename[, field_names, ...]) Read a MDV file.
read_sigmet(filename[, field_names, ...]) Read a Sigmet (IRIS) product file.
read_cfradial(filename[, field_names, ...]) Read a Cfradial netCDF file.
read_nexrad_archive(filename[, field_names, ...]) Read a NEXRAD Level 2 Archive file.
read_nexrad_cdm(filename[, field_names, ...]) Read a Common Data Model (CDM) NEXRAD Level 2 file.
write_cfradial(filename, radar[, format, ...]) Write a Radar object to a CF/Radial compliant netCDF file.
read_grid(filename) Read a netCDF grid file
write_grid(filename, grid[, format]) Write a Grid object to a CF-1.5 and ARM standard netcdf file
Radar(time, _range, fields, metadata, ...[, ...]) A class for storing antenna coordinate radar data.
Grid(fields, axes, metadata) An object for holding gridded Radar data.

Previous topic

User Reference Manual

Next topic

pyart.io.read

This Page