SciQLop / CDFpp

A modern C++ header only cdf library with Python bindings
MIT License
9 stars 4 forks source link

Python wrapper: change char variables data type #8

Closed jeandet closed 1 year ago

jeandet commented 2 years ago

pycdfpp returns a list of strings or nested list of string for variables containing CDF::CHAR or UCHAR returning a numpy array seems better. It seems that many variables containing CHAR are ND and it's quite weird that varaible.values doesn't always return a numpy array.