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
@jjhelmus , thanks. I am trying to load a netcdf4 file in with your code. When i have a short list of attributes in the data like this:
//group attributes
:parent_grid_name = "GERMANY" ;
:number_of_subgrids = "0" ;
:minimum_latitude = "50.85" ;
:maximum_latitude = "51.7" ;
:left_longitude = "12.08333333333333" ;
:right_longitude = "13.5" ;
I have no problem getting all the attributes via calling "xxx.attrs", however, if there is a long list of attributes in the file like below, using "xxx.attrs" will return an empty dict instead.
No description provided.
The text was updated successfully, but these errors were encountered: