----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12471/#review23329 -----------------------------------------------------------
https://svn.apache.org/repos/asf/incubator/climate/trunk/local.py <https://reviews.apache.org/r/12471/#comment47208> print statement should not be here. I wanted to test something but forgot to take them off. - Maziyar Boustani On July 11, 2013, 3:25 p.m., Maziyar Boustani wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/12471/ > ----------------------------------------------------------- > > (Updated July 11, 2013, 3:25 p.m.) > > > Review request for Apache Open Climate. > > > Repository: climate > > > Description > ------- > > Here is the local.py file under 'data_source' directory. > The local.py can load local data in netCDF format. Local observation and > model can be load with this file. > The output of this file is one dataset object (dataset.py). > This file does not change the data structure (does not reshape the variables). > Reshaping should be part of the data_process.py file. > > > Diffs > ----- > > https://svn.apache.org/repos/asf/incubator/climate/trunk/local.py > PRE-CREATION > > Diff: https://reviews.apache.org/r/12471/diff/ > > > Testing > ------- > > This code has been tested with dataset.py and multi netCDF file. > Works fine without any error. > The test_local.py is the coming file after this that can test this code. > > > Thanks, > > Maziyar Boustani > >
