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'