-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
Fix rectangle of zeros to the north east of the UK on eumetsat_*.zarr
#30
Comments
Thanks for looking into this! The size of the satellite image is 24x24 with the 4-6km pixels for these Non-HRV channels, larger as we go further north, which then gives 144km on the largest ones. So these might show up on examples in the north I guess. |
OK, cool beans, I've started two new issues to work round this issue for now. In terms of fixing this issue (which perhaps isn't super-urgent) I guess the next step is to figure out if these "rectangles of zeros" existing in the original |
The "rectangle of zeros" starts at 1,037,047 meters (OSGB "northing") and extends north. |
eumetsat_*.zarr
eumetsat_*.zarr
OK, I've implemented the code to drop GSPs which are so far north that they might bump into the "rectangles of zeros"... luckily this only drops 2 GSPs. |
Describe the bug
From manually looking at the "eumetsat_*.zarr" data (i.e. the non-HRV data), most timesteps have a rectangle of zeros like this:
Occasionally the rectangle extends further west:
Occasionally there is no rectangle:
The HRV data doesn't appear to have this "rectangle of zeros" problem.
In the non-HRV data: for a given timestep, the rectangle appears to be the same shape across all the non-HRV channels.
To Reproduce
Expected behavior
No rectangle of zeros 🙂
Additional context
For now, we can probably work around this issue:
-1
issue (-1s in the satellite data nowcasting_dataset#484), although it might be related (I'm not sure yet!)The text was updated successfully, but these errors were encountered: