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

Apply correct handling of _FillValue attribute #8

Closed rockdoc closed 11 years ago

rockdoc commented 11 years ago

When the _FillValue attribute is specified for a variable, we need to assign a numeric value of the correct type to the corresponding netcdf variable.