We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f0e5f99 + b03b84c commit 1a214beCopy full SHA for 1a214be
safe_s1/reader.py
@@ -668,7 +668,7 @@ def get_calibration_luts(self):
668
pol = os.path.basename(xml_file).split("-")[4].upper()
669
pols.append(pol)
670
tmp.append(luts_ds)
671
- ds = xr.concat(tmp, pd.Index(pols, name="pol"))
+ ds = xr.concat(tmp, pd.Index(pols, name="pol").astype(np.str_))
672
# ds.attrs = {'description':
673
# 'original (ie not interpolation) xr.Dataset sigma0 and gamma0 Look Up Tables'}
674
return ds
0 commit comments