You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@climate.apache.org by jo...@apache.org on 2013/08/15 17:24:54 UTC

svn commit: r1514321 - /incubator/climate/branches/RefactorInput/ocw/dataset_processor.py

Author: joyce
Date: Thu Aug 15 15:24:53 2013
New Revision: 1514321

URL: http://svn.apache.org/r1514321
Log:
CLIMATE-237 - Add logging import to dataset_processor

Modified:
    incubator/climate/branches/RefactorInput/ocw/dataset_processor.py

Modified: incubator/climate/branches/RefactorInput/ocw/dataset_processor.py
URL: http://svn.apache.org/viewvc/incubator/climate/branches/RefactorInput/ocw/dataset_processor.py?rev=1514321&r1=1514320&r2=1514321&view=diff
==============================================================================
--- incubator/climate/branches/RefactorInput/ocw/dataset_processor.py (original)
+++ incubator/climate/branches/RefactorInput/ocw/dataset_processor.py Thu Aug 15 15:24:53 2013
@@ -25,6 +25,8 @@ import scipy.interpolate
 import scipy.ndimage
 from scipy.ndimage import map_coordinates
 
+import logging
+
 def temporal_rebin(target_dataset, temporal_resolution):
     """ Rebin a Dataset to a new temporal resolution