Skip to content

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

@XiaoLinhong

Description

@XiaoLinhong

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions