rockdoc / cdlparser

A python module for parsing files encoded in netCDF's common data form language (CDL)
BSD 3-Clause "New" or "Revised" License
2 stars 4 forks source link

Shape data arrays before assigning to variables #4

Closed rockdoc closed 11 years ago

rockdoc commented 11 years ago

For multidimensional variables, any data arrays defined in the DATA section need to be suitably shaped before assigning to netCDF4 variable instances.