Closed Joshdpaul closed 8 months ago
If implemented during the regridding pipeline, the downstream indicators would also inherit the -180 to 180 longitude.
I think this will be a simple subtraction operation, followed by a sort:
ds['lon'] = ds['lon'] - 180 ds = ds.sortby(ds.lon)
The notebook in #25 has a basic workflow for coverting to standard longitude
If implemented during the regridding pipeline, the downstream indicators would also inherit the -180 to 180 longitude.
I think this will be a simple subtraction operation, followed by a sort: