Repository: climate Updated Branches: refs/heads/master 334194118 -> 7d3a27827
CLIMATE-691 - Add a link to the RCMED Query Specification. Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/7ffc9933 Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/7ffc9933 Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/7ffc9933 Branch: refs/heads/master Commit: 7ffc993397685aaa4220d335634fa85935dfad96 Parents: c706df1 Author: Vinicius Silva <[email protected]> Authored: Sat Jan 30 17:30:51 2016 -0200 Committer: Vinicius Silva <[email protected]> Committed: Sat Jan 30 17:30:51 2016 -0200 ---------------------------------------------------------------------- ocw/data_source/rcmed.py | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/climate/blob/7ffc9933/ocw/data_source/rcmed.py ---------------------------------------------------------------------- diff --git a/ocw/data_source/rcmed.py b/ocw/data_source/rcmed.py index baeb326..ee8362c 100644 --- a/ocw/data_source/rcmed.py +++ b/ocw/data_source/rcmed.py @@ -18,6 +18,8 @@ ''' Classes: RCMED - A class for retrieving data from Regional Climate Model Evalutaion Database (JPL). + More information about the RCMED Query Specification can be found below: + https://rcmes.jpl.nasa.gov/query-api/query.php? ''' import urllib, urllib2
