google / weather-tools

Tools to make weather data accessible and useful.
https://weather-tools.readthedocs.io/
Apache License 2.0
216 stars 40 forks source link

weather-mv rg gave data with offset by 180 degree longitude. #344

Open deepgabani8 opened 1 year ago

deepgabani8 commented 1 year ago

For ECMWF hres eu nowcasting data, weather-mv rg regridded the data which has data shifted horizontally by 180 degree longitudes. Below is a plot of the data that we are getting out of regridding pipeline in the earth engine. image with the issue

For now, we managed this in the ingestion pipeline by doing something like this: np.concatenate((data[1800:,], data[:1800,])).