google / google/weather-tools

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

Open
#344 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
252
Forks
60
Avg merge
8d 4h
Merged PRs (30d)
3

Description

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](https://github.com/google/weather-tools/assets/60647051/c2061d29-b5d0-47da-9f09-a2973ffc0ecd)

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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.