You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@climate.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/02/27 21:45:05 UTC

[jira] [Commented] (CLIMATE-594) Add Dataset location tracking to data sources

    [ https://issues.apache.org/jira/browse/CLIMATE-594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14340778#comment-14340778 ] 

ASF GitHub Bot commented on CLIMATE-594:
----------------------------------------

GitHub user MJJoyce opened a pull request:

    https://github.com/apache/climate/pull/161

    CLIMATE-594 - Add origin information to Datasets

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/MJJoyce/climate CLIMATE-594

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/climate/pull/161.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #161
    
----
commit d4f2b50ff1c6531e6c4589aa72c6c04916f7911a
Author: Michael Joyce <jo...@apache.org>
Date:   2015-02-27T18:39:53Z

    CLIMATE-594 - Add 'origin' attribute to Dataset class
    
    - Add 'origin' attribute to the Dataset class for tracking where a
      dataset was loaded from. Future commits will update the data sources
      so that this attribute is set.

commit b02d74c6a07e6225502ee1acc80d5dd1dad9d431
Author: Michael Joyce <jo...@apache.org>
Date:   2015-02-27T18:46:27Z

    CLIMATE-594 - Add tests for Dataset attribute changes
    
    - Add attribute test for Dataset 'name' since this was missing.
    - Add test for new Dataset 'origin' attribute.

commit e716ad95d100a29b929453deae3fd3a86495ae30
Author: Michael Joyce <jo...@apache.org>
Date:   2015-02-27T19:40:08Z

    CLIMATE-594 - Update DAP data source with origin info
    
    - Add origin information when loading a dataset with the DAP data
      source.
    - Minor updates to previous DAP test.

commit 25b7267faaa6dfd49afefa34b79ffdd0f6c68085
Author: Michael Joyce <jo...@apache.org>
Date:   2015-02-27T20:18:37Z

    CLIMATE-594 - Update local data load with origin info

commit 7f1f033f32f9c60ba8731cee27dae2b9a94246d7
Author: Michael Joyce <jo...@apache.org>
Date:   2015-02-27T20:32:49Z

    CLIMATE-594 - Add origin information to rcmed data source

commit a708478beb9126175ca5ce297b9ab781e33ad175
Author: Michael Joyce <jo...@apache.org>
Date:   2015-02-27T20:41:21Z

    CLIMATE-594 - Add origin info to ESGF data source

----


> Add Dataset location tracking to data sources
> ---------------------------------------------
>
>                 Key: CLIMATE-594
>                 URL: https://issues.apache.org/jira/browse/CLIMATE-594
>             Project: Apache Open Climate Workbench
>          Issue Type: Improvement
>          Components: data sources
>    Affects Versions: 0.5
>            Reporter: Michael Joyce
>            Assignee: Michael Joyce
>             Fix For: 1.0.0
>
>
> It would sometimes be beneficial to know where a Dataset was loaded from. For instance, when attempting to dump an evaluation object to a config file. To do this, we will need to add an attribute to the Dataset class and set this on load in the data_source modules.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)