Relocate the call to _customize_read_vars()
in NetCDFRead.read
#233
Labels
Milestone
_customize_read_vars()
in NetCDFRead.read
#233
Currently, the
self._customize_read_vars()
call inNetCDFRead.read
occurs after the parsing of list, DSG, and geometry variables. This means that custom read vars can't be applied to those features. The_customize_read_vars
call should come before these features are parsed, but still after the basic parsing of the file.PR to follow.
The text was updated successfully, but these errors were encountered: