You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
For now, we managed this in the ingestion pipeline by doing something like this: np.concatenate((data[1800:,], data[:1800,])).
The text was updated successfully, but these errors were encountered:
deepgabani8
changed the title
**weather-mv rg** gave data with offset by 180 degree longitude.
weather-mv rg gave data with offset by 180 degree longitude.
Jun 12, 2023
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.
For now, we managed this in the ingestion pipeline by doing something like this:
np.concatenate((data[1800:,], data[:1800,]))
.The text was updated successfully, but these errors were encountered: