[
https://issues.apache.org/jira/browse/CLIMATE-744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16342218#comment-16342218
]
Michael Anderson commented on CLIMATE-744:
------------------------------------------
I changed my local copy of rcmed.py as follows:
string = urlopen(url)
data_string = ''
while True:
data = string.read(1024)
if data:
data_string += data
else:
break
Each run of the program brings back a different amount of data consistent with
my previous comments.
> Cannot load TRMM data from RCMED
> --------------------------------
>
> Key: CLIMATE-744
> URL: https://issues.apache.org/jira/browse/CLIMATE-744
> Project: Apache Open Climate Workbench
> Issue Type: Bug
> Reporter: Huikyo Lee
> Assignee: Michael Anderson
> Priority: Blocker
> Fix For: 1.3.0
>
>
> For some reasons, rcmed.parameter_dataset causes errors when loading TRMM
> precipitation data.
> start_time = 1990-01-01
> end_time = 2007-12-31
> rcmed.parameter_dataset(3, 36, -45.76, 42.24, -24.64, 60.28, start_time,
> end_time)
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)