pyart.io
Input/Output routines.
pyart.io.auto_read
Automatic reading of radar files by detecting format.
read(filename[, use_rsl]) |
Read a radar file and return a radar object. |
determine_filetype(filename) |
Return the filetype of a given file by examining the first few bytes. |
pyart.io.common
Input/output routines common to many file formats.
pyart.io.cfradial
Utilities for reading CF/Radial files.
read_cfradial(filename[, field_names, ...]) |
Read a Cfradial netCDF file. |
write_cfradial(filename, radar[, format, ...]) |
Write a Radar object to a CF/Radial compliant netCDF file. |
_find_all_meta_group_vars(ncvars, ...) |
Return a list of all variables which are in a given meta_group. |
_ncvar_to_dict(ncvar) |
Convert a NetCDF Dataset variable to a dictionary. |
_stream_ncvar_to_dict(ncvar, sweeps, sweepe, ...) |
Convert a Stream NetCDF Dataset variable to a dict. |
_stream_to_2d(data, sweeps, sweepe, ray_len, ...) |
Convert a 1D stream to a 2D array. |
_create_ncvar(dic, dataset, name, dimensions) |
Create and fill a Variable in a netCDF Dataset object. |
pyart.io.grid
Reading and writing Grid objects.
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 |
_read_grid_cf(filename) |
Read a CF compliant netCDF file containing a grid. |
_read_grid_wrf(filename) |
Read a WRF netCDF file containing a grid. |
Grid(fields, axes, metadata) |
An object for holding gridded Radar data. |
pyart.io.mdv
Utilities for reading of MDV files.
MdvFile(filename[, debug, read_fields]) |
A file object for MDV data. |
read_mdv(filename[, field_names, ...]) |
Read a MDV file. |
pyart.io.nexrad_archive
Functions for reading NEXRAD Level II Archive files.
pyart.io.nexrad_cdm
Functions for accessing Common Data Model (CDM) NEXRAD Level 2 files.
read_nexrad_cdm(filename[, field_names, ...]) |
Read a Common Data Model (CDM) NEXRAD Level 2 file. |
_scan_info(dvars) |
Return a list of information on the scans in the volume. |
_populate_scan_dic(scan_dic, time_var, ...) |
Populate a dictionary in the scan_info list. |
_get_moment_data(moment_var, index, ngates) |
Retieve moment data for a given scan. |
pyart.io.nexrad_level2
NEXRADLevel2File(filename[, bzip]) |
Class for accessing data in a NEXRAD (WSR-88D) Level II file. |
pyart.io.radar
A general central radial scanning (or dwelling) instrument class.
Radar(time, _range, fields, metadata, ...[, ...]) |
A class for storing antenna coordinate radar data. |
join_radar(radar1, radar2) |
|
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. |
pyart.io.sigmet
Reading and writing of Sigmet (raw format) files
pyart.io._sigmetfile
A class and supporting functions for reading Sigmet (raw format) files.