[
https://issues.apache.org/jira/browse/CLIMATE-746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Huikyo Lee updated CLIMATE-746:
-------------------------------
Description:
the old longitude conversion is a correct way to handle datasets whose
longitude values are between 180 and 360.
if lons.min() > 180:
lons -=360.
was:longitude shift needs to be done before converting longitude between 180
and 360 to negative values.
Summary: Partially restore utils.normalize_lat_lon_values (was:
Debugging utils.normalize_lat_lon_values)
> Partially restore utils.normalize_lat_lon_values
> ------------------------------------------------
>
> Key: CLIMATE-746
> URL: https://issues.apache.org/jira/browse/CLIMATE-746
> Project: Apache Open Climate Workbench
> Issue Type: Bug
> Reporter: Huikyo Lee
> Assignee: Huikyo Lee
> Fix For: 1.1
>
>
> the old longitude conversion is a correct way to handle datasets whose
> longitude values are between 180 and 360.
> if lons.min() > 180:
> lons -=360.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)