Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
deepgabani8 opened this issue Jun 12, 2023 · 0 comments
Open

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

deepgabani8 opened this issue Jun 12, 2023 · 0 comments

Comments

@deepgabani8
Copy link
Collaborator

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,])).

@deepgabani8 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
@alxmrs alxmrs removed their assignment Oct 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants