Resolve CLIMATE-518. Merge PR #115.
Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/15a93c83 Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/15a93c83 Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/15a93c83 Branch: refs/heads/master Commit: 15a93c833af5f828899d33299a679632e6fb8036 Parents: 3355123 28d9293 Author: Michael Joyce <[email protected]> Authored: Mon Oct 27 12:19:03 2014 -0700 Committer: Michael Joyce <[email protected]> Committed: Mon Oct 27 12:19:03 2014 -0700 ---------------------------------------------------------------------- .gitignore | 2 +- docs/source/data_source/data_sources.rst | 5 ++ esgf/README | 17 ---- esgf/src/esgf/__init__.py | 18 ---- esgf/src/esgf/rcmes/__init__.py | 18 ---- esgf/src/esgf/rcmes/constants.py | 35 -------- esgf/src/esgf/rcmes/download.py | 67 --------------- esgf/src/esgf/rcmes/logon.py | 44 ---------- esgf/src/esgf/rcmes/logon2.py | 43 ---------- esgf/src/esgf/rcmes/main.py | 116 -------------------------- esgf/src/esgf/rcmes/search.py | 89 -------------------- ocw/data_source/esgf.py | 111 ++++++++++++++++++++++++ ocw/esgf/__init__.py | 18 ++++ ocw/esgf/constants.py | 36 ++++++++ ocw/esgf/download.py | 67 +++++++++++++++ ocw/esgf/logon.py | 44 ++++++++++ ocw/esgf/logon2.py | 43 ++++++++++ ocw/esgf/main.py | 116 ++++++++++++++++++++++++++ ocw/esgf/search.py | 89 ++++++++++++++++++++ setup.py | 4 +- 20 files changed, 532 insertions(+), 450 deletions(-) ----------------------------------------------------------------------
