----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12471/ -----------------------------------------------------------
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
