-
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
Metadata name problem in HY-2B L2B reader #1783
Comments
I think @TAlonglong originally wrote the reader so he may have to comment on the accuracy of 1 and 2. They both seem like they could be differences between your data provider and EUMETCast. For your third question, Satpy only really deals with producing raster images of raster data. In the most generic sense it takes data arrays and writes them to some file format like geotiff or netcdf. For drawing vector arrows you'll probably want to look at providing the data to matplotlib. Xarray has a helper property for this. In Satpy, |
1: Yes, looks like this has changed. I will need to look into this. |
Thanks advices! |
OK Looking into this I see in the data files I have available the read is still correct. Meaning there are no On eumetcast we only have HY-2B data available as far as I can see. https://navigator.eumetsat.int/product/EO:EUM:DAT:0381?query=HY-2B&s=advanced To make any progress I need accurate documentation of the file format or examples files I can partly reverse engineer the documentation from. Sorry. |
Here is an example file! |
Global_Attributes
maybe changed fromL2B_Number_WVC_cells
toL2B_Expected_WVC_Cells
.satpy/satpy/readers/hy2_scat_l2b_h5.py
Line 59 in 983961b
I use the data provided by NSOAS. Due to I don't have EUMETCast data that I can't verify whether it is different from the data distributed by EUM.
During the plotting process, found that if this error is not modified, an error will be reported as
I fixed
valid range
intovalid_range
in this line. Don’t know if I’m doing this correctly?satpy/satpy/readers/hy2_scat_l2b_h5.py
Line 118 in 983961b
Thanks for your attention to this matter.
The text was updated successfully, but these errors were encountered: