-
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
msg_native example #62
Comments
|
I tried that too. Should it be possible to specify a full file path? I would like to skip file_patterns-handling when using nat files. If possible.
|
Found that problem. Found out the problem with the default file_pattern. I had And now next problem. :-) AttributeError: 'NativeMSGFileHandler' object has no attribute 'metadata'
|
After looking at the code, I think there is a bug in 0.7.1. I reverted back to 0.7.0 and msg_native worked fine. It seems to be related to metadata handling in reader. |
@mraspaud Could you test this if you have the time? |
I don't get this error in the feature-xarray branch |
Fixed and merged to |
Add support for HY-1C
Merge pull request pytroll#62 from adybbroe/master
Can someone write a small example on how to use the msg_native driver?
I tried:
global_scene = Scene(filenames="MSG1-SEVI-MSG15-0201-NA-20080131234240.880000000Z-20110506121050-1224354-2.nat", platform_name="Meteosat-10", sensor="seviri", reader="native_msg",base_dir="/mnt/LC3950L4/")
But I guess it is related to the
file_patterns: ['{satid:4s}-{instr:4s}-MSG{product_level:2d}-0100-NA-{processing_time1:%Y%m%d%H%M%S.%f}000Z-{processing_time2:%Y%m%d%H%M%S}-{order_id:d}.nat']
Can I override this id somehow and just send in the file?
The text was updated successfully, but these errors were encountered: