Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to handle the array in netCDF4 file without a maps array. #2

Open
XiaoLinhong opened this issue Dec 7, 2018 · 0 comments
Open

Comments

@XiaoLinhong
Copy link

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant