You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@climate.apache.org by huikyole <gi...@git.apache.org> on 2018/06/13 19:10:33 UTC

[GitHub] climate pull request #507: CLIMATE-952 - Update ocw.data_processor.write_net...

GitHub user huikyole opened a pull request:

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

    CLIMATE-952 - Update ocw.data_processor.write_netcdf to compatible wUpdate ocw.data_processor.write_netcdf to compatible with xarray

    - write_netcdf and write_netcdf_multiple_datasets_with_subregions have been updated
    - now the time dimension is unlimited
    - x and y are names for the dimensions for longitudinal and latitudinal coordinates

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

    $ git pull https://github.com/huikyole/climate CLIMATE-952

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

    https://github.com/apache/climate/pull/507.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 #507
    
----
commit 38c240aa1ab9bc4ad648511e86e40a2aa62251e1
Author: huikyole <hu...@...>
Date:   2018-06-13T19:08:08Z

    CLIMATE-952 - Update ocw.data_processor.write_netcdf to compatible with xarray
    
    - write_netcdf and write_netcdf_multiple_datasets_with_subregions have been updated
    - now the time dimension is unlimited
    - x and y are names for the dimensions for longitudinal and latitudinal coordinates

----


---

[GitHub] climate pull request #507: CLIMATE-952 - Update ocw.data_processor.write_net...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---

[GitHub] climate issue #507: CLIMATE-952 - Update ocw.data_processor.write_netcdf to ...

Posted by agoodm <gi...@git.apache.org>.
Github user agoodm commented on the issue:

    https://github.com/apache/climate/pull/507
  
    LGTM


---

[GitHub] climate issue #507: CLIMATE-952 - Update ocw.data_processor.write_netcdf to ...

Posted by huikyole <gi...@git.apache.org>.
Github user huikyole commented on the issue:

    https://github.com/apache/climate/pull/507
  
    @agoodm Could you review and merge this PR?


---