Testing functions and files.
Functions for creating sample Radar and Grid objects.
make_empty_ppi_radar(ngates, rays_per_sweep, ...) | Return an Radar object, representing a PPI scan. |
make_target_radar() | Return a PPI radar with a target like reflectivity field. |
make_velocity_aliased_radar() | Return a PPI radar with a target like reflectivity field. |
make_single_ray_radar() | Return a PPI radar with a single ray taken from a ARM C-SAPR Radar |
make_empty_grid(grid_shape, grid_limits) | Make an empty grid object without any fields or metadata. |
make_target_grid() | Make a sample Grid with a rectangular target. |
Sample radar files in a number of formats. Many of these files are incomplete, they should only be used for testing, not production.
MDV_PPI_FILE | str(object) -> string |
MDV_RHI_FILE | str(object) -> string |
CFRADIAL_PPI_FILE | str(object) -> string |
CFRADIAL_RHI_FILE | str(object) -> string |
SIGMET_PPI_FILE | str(object) -> string |
SIGMET_RHI_FILE | str(object) -> string |
NEXRAD_ARCHIVE_FILE | str(object) -> string |
NEXRAD_ARCHIVE_COMPRESSED_FILE | str(object) -> string |
NEXRAD_CDM_FILE | str(object) -> string |
INTERP_SOUNDE_FILE | str(object) -> string |