ARPA-SIMC / meteosatlib

OpenMTP/HRI/HRIT C++ access libraries, gdal drivers and other tools
GNU General Public License v2.0
8 stars 2 forks source link

support MTG data #38

Open brancomat opened 9 months ago

brancomat commented 9 months ago

https://user.eumetsat.int/resources/user-guides/mtg-test-data

spanezz commented 9 months ago

I had a first glance. What I found:

However, due to the different set of instruments in MTG compared to MSG the data is very different both in what is measured and how it is used: I've seen mentions of things like vertical soundings and lightning detection, for example.

It looks like python should be able to load MTG data without any involvement from meteosatlib at all.

It may be that accessing data directly will need some common postprocessing that is best shared into a library, and in that case meteosatlib could be well placed to be that library. I would sat that it will however not be defined by the data format itself, but by the way the data will be used, and that is outside my personal field of expertise

spanezz commented 9 months ago

Also, satpy is already able to read MTG files, and we might want to evaluate if there are things that meteosatlib does that satpy doesn't, and if not, considering discontinuing meteosatlib and migrating to satpy: https://satpy.readthedocs.io/en/stable/#id1