pynco icon indicating copy to clipboard operation
pynco copied to clipboard

Python bindings for NCO

Results 2 pynco issues
Sort by recently updated
recently updated
newest added

I am modifying the read_array function inside nco.py as below: ``` def read_array(self, infile, var_names): file_handle = self.read_cdf(infile) for var_name in var_names: try: # return the data array for each...

This project goes under a few names in different places, and the differences are confusing some users. * The repository is called `pynco` * It uses the nco programs *...