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
Sometimes, the array in a netCDF4 file is used a Lambert projection, like the out files of WRF model, which means its dimensions don't match its coordinates. in this case, the corresponding maps are not existence.
How can I handle this?
Traceback (most recent call last):
File "init.py", line 187, in
application = NetCDFHandler(sys.argv[1])
File "init.py", line 86, in init self.dataset[grid][dim] = BaseType(dim, vars[dim][:],
KeyError: 'south_north'
The text was updated successfully, but these errors were encountered:
Sometimes, the array in a netCDF4 file is used a Lambert projection, like the out files of WRF model, which means its dimensions don't match its coordinates. in this case, the corresponding maps are not existence.
How can I handle this?
Traceback (most recent call last):
File "init.py", line 187, in
application = NetCDFHandler(sys.argv[1])
File "init.py", line 86, in init
self.dataset[grid][dim] = BaseType(dim, vars[dim][:],
KeyError: 'south_north'
The text was updated successfully, but these errors were encountered: