----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11785/ -----------------------------------------------------------
(Updated June 11, 2013, 5:19 p.m.) Review request for Apache Open Climate, Cameron Goodale and Alex Goodman. Changes ------- Some changes have been made to address Cam's suggestions. 1. Now '.nc' is not added to file names when writing data 2. keys = [key.encode().lower() for key in f.variables.keys()] is used to extract variable names. 3. Used enumerate function. Description ------- PyNio has been replaced by netCDF4. We still have to rewrite plots.py to replace PyNgl with matplotlib. https://issues.apache.org/jira/browse/CLIMATE-55 Diffs (updated) ----- http://svn.apache.org/repos/asf/incubator/climate/trunk/rcmet/src/main/python/rcmes/storage/db.py 1491550 http://svn.apache.org/repos/asf/incubator/climate/trunk/rcmet/src/main/python/rcmes/storage/files.py 1491550 http://svn.apache.org/repos/asf/incubator/climate/trunk/rcmet/src/main/python/rcmes/toolkit/do_data_prep.py 1491550 http://svn.apache.org/repos/asf/incubator/climate/trunk/rcmet/src/main/python/rcmes/toolkit/metrics.py 1491550 http://svn.apache.org/repos/asf/incubator/climate/trunk/rcmet/src/main/python/rcmes/toolkit/process.py 1491550 Diff: https://reviews.apache.org/r/11785/diff/ Testing ------- Multiple testings have been done using cordexAF.cfg Thanks, Kyo Lee
