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 ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---