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.
1 parent f0e5f99 commit b03b84cCopy full SHA for b03b84c
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