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:07 UTC

[1/3] climate git commit: CLIMATE-918 - Revise LAT_NAMES and LON_NAMES

Repository: climate
Updated Branches:
  refs/heads/master cb93fce5b -> ec3fdb4f7


CLIMATE-918 - Revise LAT_NAMES and LON_NAMES

- LAT_NAMES and LON_NAMES in ocw.data_source.local have been revised to prevent loading wrong variables for longitudes and latitudes when using OCW loaders


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

Branch: refs/heads/master
Commit: 8b2f8160185afb1b70dd57a18aed95a790b1a4fa
Parents: cb93fce
Author: huikyole <hu...@argo.jpl.nasa.gov>
Authored: Tue Jun 20 21:33:37 2017 -0700
Committer: huikyole <hu...@argo.jpl.nasa.gov>
Committed: Tue Jun 20 21:33:37 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/8b2f8160/ocw/data_source/local.py
----------------------------------------------------------------------
diff --git a/ocw/data_source/local.py b/ocw/data_source/local.py
index adc89b6..0c5c07e 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'y', b'rlat', b'rlats', b'lat', b'lats', b'latitude', b'latitudes']
-LON_NAMES = [b'x', b'rlon', b'rlons', b'lon', b'lons', b'longitude', b'longitudes']
+LAT_NAMES = [b'lat', b'lats', b'latitude', b'latitudes']
+LON_NAMES = [b'lon', b'lons', b'longitude', b'longitudes']
 TIME_NAMES = [b'time', b'times', b'date', b'dates', b'julian']
 
 


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

Posted by hu...@apache.org.
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']
 
 


[3/3] climate git commit: Merge branch 'CLIMATE-918'

Posted by hu...@apache.org.
Merge branch 'CLIMATE-918'


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

Branch: refs/heads/master
Commit: ec3fdb4f70e31635575bb519d2b0fbe642c10c9a
Parents: cb93fce e563016
Author: huikyole <hu...@argo.jpl.nasa.gov>
Authored: Wed Jun 21 11:52:53 2017 -0700
Committer: huikyole <hu...@argo.jpl.nasa.gov>
Committed: Wed Jun 21 11:52:53 2017 -0700

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