I've been attempting to process Meteosat data, but I'm encountering difficulties reading it using various readers. Even when I try to automatically detect the reader, I'm still unable to access the data.
Could you please review the attached file to identify the potential issue? If you suspect a problem with my dataset, please provide a sample for me to analyze.
Dear Hamed,
Sorry for the delay in approving your message to the list. Your message was stopped in the mail-filter and had to be manually approved, which I just did now. Could you please not attach rar files in the future.
Could you post the error log in text format instead, and I am sure someone here can help you out?
This is what I see in your rar file (after having it checked for
virus):
Pathname/Comment
Size Date Time Attr
----------------------------------------------
data/3.JPG
78183 08-09-24 21:00 .....A
data/4.JPG
189658 08-09-24 21:01 .....A
data/5.JPG
206047 08-09-24 21:03 .....A
data/H-000-MSG4__-MSG4________-VIS006___-000004___-202105261200-C_
1094040 26-10-21 07:13 .....A
data/H-000-MSG4__-MSG4________-VIS006___-000004___-202105261200-__
2159158 26-10-21 07:13 .....A
data
0 08-09-24 21:06 .D....
----------------------------------------------
6 3727086
-Adam
I've been attempting to process Meteosat data, but I'm encountering difficulties reading it using various readers. Even when I try to automatically detect the reader, I'm still unable to access the data.
Could you please review the attached file to identify the potential issue? If you suspect a problem with my dataset, please provide a sample for me to analyze.
--
You received this message because you are subscribed to the Google Groups "pytroll" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pytroll+u...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/pytroll/f3b67887-3658-4f9a-ba69-df898d7c2aban%40googlegroups.com.
-- Adam Dybbroe, Satellite Remote Sensing Scientist Research lead - Nowcasting and Remote Sensing Meteorological Research unit, Research and Development Swedish Meteorological and Hydrological Institute (SMHI) www.pytroll.org nwcsaf.smhi.se www.smhi.se
Hamed,
So, the syntax would be:
scn = Scene(filenames=FILENAMES, reader='seviri_l1b_hrit')
But FILENAMES here need to be the full list of files for the
channels you want loaded for at least one HRIT segment,
*including* the prologue and epilogue files! From your screen
capture I see only one file, segment 4 VIS006.
-Adam