[ https://issues.apache.org/jira/browse/CLIMATE-821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15366595#comment-15366595 ]
ASF GitHub Bot commented on CLIMATE-821: ---------------------------------------- GitHub user agoodm opened a pull request: https://github.com/apache/climate/pull/370 CLIMATE-821 - write_netcdf() assumes lat and lon are 1D arrays This change allows for users to call ```write_netcdf()``` for datasets with 2D lat lon arrays. Waiting for @huikyole to test. You can merge this pull request into a Git repository by running: $ git pull https://github.com/agoodm/climate CLIMATE-821 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/climate/pull/370.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 #370 ---- commit 427450d50d9339bc27bde98a0972528438549a6d Author: Alex Goodman <ago...@users.noreply.github.com> Date: 2016-06-29T01:33:30Z CLIMATE-821 - write_netcdf() assumes lat and lon are 1D arrays ---- > write_netcdf() assumes lat and lon are 1D arrays > ------------------------------------------------ > > Key: CLIMATE-821 > URL: https://issues.apache.org/jira/browse/CLIMATE-821 > Project: Apache Open Climate Workbench > Issue Type: Improvement > Components: regridding/data processing > Affects Versions: 1.1 > Reporter: Alex Goodman > Assignee: Alex Goodman > Fix For: 1.1 > > > {{write_netcdf()}} in {{dataset_processor}} currently does not support > datasets which have 2D lat and lon arrays. This is fine for data expressed on > a cylindrical projection, but dataset grids on conformal projections (such as > NARR) require this support. -- This message was sent by Atlassian JIRA (v6.3.4#6332)