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 ---- ---