[
https://issues.apache.org/jira/browse/CLIMATE-952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16511562#comment-16511562
]
ASF GitHub Bot commented on CLIMATE-952:
----------------------------------------
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 <huikyole@...>
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
----
> Update ocw.data_processor.write_netcdf to compatible with xarray
> ----------------------------------------------------------------
>
> Key: CLIMATE-952
> URL: https://issues.apache.org/jira/browse/CLIMATE-952
> Project: Apache Open Climate Workbench
> Issue Type: Improvement
> Affects Versions: 1.3.0
> Reporter: Huikyo Lee
> Assignee: Huikyo Lee
> Priority: Major
> Fix For: 1.4.0
>
>
> With this update, the time dimension will be an unlimited dimension and 'lat'
> and 'lon' dimensions will be replaced by 'y' and 'x'.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)