xradar.io.backends.imd.IMDBackendEntrypoint#
- class xradar.io.backends.imd.IMDBackendEntrypoint[source]#
Xarray BackendEntrypoint for India Meteorological Department (IMD) radar files.
IMD provides one NetCDF file per sweep. Open a single file with
xr.open_dataset(file, engine="imd")to get a CfRadial2-compatible sweepxarray.Dataset. To assemble a multi-sweep volume, useopen_imd_datatree()with a list of files.- Keyword Arguments:
first_dim (
str) – Can betimeorauto(default).autoselectsazimuth(PPI) orelevation(RHI) as the first dimension.reindex_angle (
boolordict) – If a dict, kwargs are passed toxradar.util.reindex_angle(). Defaults toFalse.site_as_coords (
bool) – If True (default), promotelatitude/longitude/altitudeto Dataset coordinates.
- __init__()#
Methods
__init__()guess_can_open(filename_or_obj)Backend open_dataset method used by Xarray in
open_dataset().open_dataset(filename_or_obj, *[, ...])Backend open_dataset method used by Xarray in
open_dataset().open_datatree(filename_or_obj, *[, ...])Backend open_datatree method used by Xarray in
open_datatree().open_groups_as_dict(filename_or_obj, *[, ...])Opens a dictionary mapping from group names to Datasets.
Attributes
descriptionopen_dataset_parameterssupports_groupsurl