hdim_1 and hdim_2 double-defined in feature dataframe #216
Labels
bug
Code that is failing or producing the wrong result
High Priority
This issue needs immediate fixing, and may warrant a hotfix release
Milestone
Also from discussion #214:
The columns
hdim_1
andhdim_2
in the output data frame fromfeature_detection_multithreshold()
are some cases double-defined, whereby one of the twohdim_1
(hdim_2
) has the same value assouth_north
west_east
. This can, for example, be seen in our example notebook for WRF model data and seems only be the case for non latlon grids as it does not appear in this example.I am not sure of the scope of this problem. It leads to the fact that the
Features
andTrack
data frames cannot be saved to an HDF file because column names are not allowed to be double-defined. Additionally, I believe that this issue could cause more serious bugs when we have suddenly two different values forhdim_1
/hdim_2
?The text was updated successfully, but these errors were encountered: