Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 42B47200C44 for ; Mon, 27 Mar 2017 20:18:11 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 418A3160B9A; Mon, 27 Mar 2017 18:18:11 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 86A2E160B99 for ; Mon, 27 Mar 2017 20:18:10 +0200 (CEST) Received: (qmail 34203 invoked by uid 500); 27 Mar 2017 18:18:09 -0000 Mailing-List: contact commits-help@climate.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@climate.apache.org Delivered-To: mailing list commits@climate.apache.org Received: (qmail 34156 invoked by uid 99); 27 Mar 2017 18:18:09 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Mar 2017 18:18:09 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 17632DFF7C; Mon, 27 Mar 2017 18:18:09 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: huikyole@apache.org To: commits@climate.apache.org Date: Mon, 27 Mar 2017 18:18:11 -0000 Message-Id: <65c8f896fd57461a9e6b09c1c9fc0a12@git.apache.org> In-Reply-To: <595858d7bd2e42d8b142eb45d24d3b07@git.apache.org> References: <595858d7bd2e42d8b142eb45d24d3b07@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [3/3] climate git commit: Merge branch 'CLIMATE-903' archived-at: Mon, 27 Mar 2017 18:18:11 -0000 Merge branch 'CLIMATE-903' Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/6598b9f1 Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/6598b9f1 Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/6598b9f1 Branch: refs/heads/master Commit: 6598b9f1a020c271ec5017cc9d2b4a95ca0d004a Parents: 34bb0aa 46f901e Author: huikyole Authored: Mon Mar 27 11:17:52 2017 -0700 Committer: huikyole Committed: Mon Mar 27 11:17:52 2017 -0700 ---------------------------------------------------------------------- examples/temperature_trends_over_CONUS.py | 102 +++++++++++++++++++++++++ ocw/dataset_processor.py | 100 ++++++++++++++---------- ocw/plotter.py | 70 +++++++++++++++++ ocw/tests/test_dataset_processor.py | 8 +- ocw/utils.py | 95 ++++++++++++++++++++--- 5 files changed, 323 insertions(+), 52 deletions(-) ----------------------------------------------------------------------