You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@climate.apache.org by hu...@apache.org on 2017/06/21 18:53:08 UTC

[2/3] climate git commit: more latitude and longitude name options have been added

more latitude and longitude name options have been added


Project: http://git-wip-us.apache.org/repos/asf/climate/repo
Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/e5630163
Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/e5630163
Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/e5630163

Branch: refs/heads/master
Commit: e5630163f6d587039d144ae2725b9cf9428b907c
Parents: 8b2f816
Author: huikyole <hu...@argo.jpl.nasa.gov>
Authored: Wed Jun 21 11:21:01 2017 -0700
Committer: huikyole <hu...@argo.jpl.nasa.gov>
Committed: Wed Jun 21 11:21:01 2017 -0700

----------------------------------------------------------------------
 ocw/data_source/local.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/climate/blob/e5630163/ocw/data_source/local.py
----------------------------------------------------------------------
diff --git a/ocw/data_source/local.py b/ocw/data_source/local.py
index 0c5c07e..be23bb2 100644
--- a/ocw/data_source/local.py
+++ b/ocw/data_source/local.py
@@ -31,8 +31,8 @@ import h5py
 import numpy
 import numpy.ma as ma
 
-LAT_NAMES = [b'lat', b'lats', b'latitude', b'latitudes']
-LON_NAMES = [b'lon', b'lons', b'longitude', b'longitudes']
+LAT_NAMES = [b'lat', b'lats', b'latitude', b'latitudes',b'rlat']
+LON_NAMES = [b'lon', b'lons', b'longitude', b'longitudes',b'rlon']
 TIME_NAMES = [b'time', b'times', b'date', b'dates', b'julian']