A python module for reading NASA's Common Data Format (cdf) files
82
stars
45
forks
source link
When checking attributes in the xarray<->cdf stuff, don't check True/False. Instead check if attribute_value is None. #262
Open
bryan-harter opened 4 months ago
Because the blank character '' evaluates to False in python.