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
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.
read_gamic
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
is_vpt(radar[, offset]) Determine if a Radar appears to be a vertical pointing scan.
to_vpt(radar[, single_scan]) Convert an existing Radar object to represent a vertical pointing scan.
Radar(time, _range, fields, metadata, ...[, ...]) A class for storing antenna coordinate radar data.
Grid(fields, axes, metadata) An object for holding gridded Radar data.
Read the Docs v: latest
Versions
latest
Downloads
PDF
HTML
Epub
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.