h5py library is added
Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/55d1c4d9 Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/55d1c4d9 Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/55d1c4d9 Branch: refs/heads/master Commit: 55d1c4d9b7ab13a590aa2df954ff5c2a16397b8c Parents: 74a8bff Author: huikyole <[email protected]> Authored: Thu Oct 8 18:33:06 2015 -0700 Committer: huikyole <[email protected]> Committed: Thu Oct 8 18:33:06 2015 -0700 ---------------------------------------------------------------------- ocw/data_source/local.py | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/climate/blob/55d1c4d9/ocw/data_source/local.py ---------------------------------------------------------------------- diff --git a/ocw/data_source/local.py b/ocw/data_source/local.py index 272402e..50a7f26 100644 --- a/ocw/data_source/local.py +++ b/ocw/data_source/local.py @@ -27,6 +27,7 @@ from ocw.dataset import Dataset import ocw.utils as utils import netCDF4 +import h5py import numpy import numpy.ma as ma
