-
Notifications
You must be signed in to change notification settings - Fork 303
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
Missing HRV-channel StackedAreaDefinition for native_msg-reader #299
Comments
I had a similar issue, except my target area is Central Europe only. To be able to properly remap the HRV channel, I transformed the HRV array into |
@sjoro will you have time to work on this before then end of next week ? |
@mraspaud yes, i'll have a look later this week or early next week. can't promise that I can get it working before the end of next week. |
Hi all, latlon=scn['VIS008'].area.get_lonlats() Now, I need to read the HRV channel, and it seems that it has no lat/lon coordinates within the file: latlon=scn['HRV'].area.get_lonlats() scn['HRV'] Could someone advise please how can I get the lat/lon coordinates for HRV channel? |
You could probably use the little patch I supplied a few comments back (I think it has not found its way into the code yet). Then for HRV you get an xarray of 11136 x 11136, for which you can calculate the coordinates by interpolating the VIS coordinates to the 11136 grid. No idea how accurate this, but for colorful pictures it should be ok, I guess ;) |
It's still of our todo list, so it will be implemented eventually. I think I will have a look at this rather sooner than later (within a couple of weeks), but @marfel 's patch can be used in the meanwhile of course. |
Thanks everyone, I was able to get the coordinates after using this patch |
@djhoese sorry, not from my side. |
Will we have something to release on monday ? ;) |
ehrm... no. i've earmarked this enhancement for my todo list for Madison. |
ok, good to know :) thanks |
Perfect, closing this then. |
Code Sample, a minimal, complete, and verifiable piece of code
Problem description
Resampling native format SEVIRI HRV-channel onto
seviri_0deg
-area produces a strange looking result. HRV channel requires a specialStackedAreaDefinition
as it is scanned in two parts.Expected Output
Correctly resampled HRV channel ;)
The text was updated successfully, but these errors were encountered: