Convert an string array to a character array with one extra dimension.
arr : array
Array with numpy dtype ‘SN’, where N is the number of characters in the string.
numchars : int
Number of characters used to represent the string. If numchar > N the results will be padded on the right with blanks. The default, None will use N.
chararr : array
Array with dtype ‘S1’ and shape = arr.shape + (numchars, ).
pyart.io.common.dms_to_d
pyart.io.common.radar_coords_to_cart
Enter search terms or a module, class or function name.