Cameron Goodale created CLIMATE-283:
---------------------------------------
Summary: data_source.rcmed module doesn't properly mask data from
the database
Key: CLIMATE-283
URL: https://issues.apache.org/jira/browse/CLIMATE-283
Project: Apache Open Climate Workbench
Issue Type: Bug
Components: data sources
Affects Versions: 0.2-incubating
Reporter: Cameron Goodale
Assignee: Cameron Goodale
Fix For: 0.3-incubating
In the code a parameter metadata element called missingdataflag is used to
setup the values array mask. The element that is returned is of type string.
My plan is to check the value array's dtype, and then set the missingdataflag
to a compatible python type, in this case it would be a float or int.
Then the code can create the masked array using the proper missingdataflag.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira