xradar.io.backends.gamic.GamicBackendEntrypoint#
- class xradar.io.backends.gamic.GamicBackendEntrypoint[source]#
Xarray BackendEntrypoint for GAMIC data.
- Keyword Arguments:
first_dim (
str
) – Can betime
orauto
first dimension. If set toauto
, first dimension will be eitherazimuth
orelevation
depending on type of sweep. Defaults toauto
.reindex_angle (
bool
ordict
) – Defaults to False, no reindexing. Given dict should contain the kwargs to reindex_angle. Only invoked if decode_coord=True.fix_second_angle (
bool
) – For PPI only. If True, fixes erroneous second angle data. Defaults toFalse
.site_coords (
bool
) – Attach radar site-coordinates to Dataset, defaults toTrue
.kwargs (
dict
) – Additional kwargs are fed toxarray.open_dataset()
.
- __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, **kwargs)Backend open_datatree method used by Xarray in
open_datatree()
.open_groups_as_dict
(filename_or_obj, **kwargs)Opens a dictionary mapping from group names to Datasets.
Attributes
description
open_dataset_parameters
url