You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The dimension of the string arrays saved in the optimized netCDF is not the same as read from the original product. This is likely caused by treating the strings as nested arrays (both dtypeobject).
E.g., the AE_OPER_AUX_ZWC_1B_20191125T225435_20191126T002435_000/DATA/ZWC_result_type from the original product is read as (shape(106,)):
The dimension of the string arrays saved in the optimized netCDF is not the same as read from the original product. This is likely caused by treating the strings as nested arrays (both
dtype
object
).E.g., the
AE_OPER_AUX_ZWC_1B_20191125T225435_20191126T002435_000
/DATA/ZWC_result_type
from the original product is read as (shape
(106,)
):... but the netCDF stores the same variable as (
shape
(106, 1)
)The text was updated successfully, but these errors were encountered: