pytroll / pygac

A python package to read and calibrate NOAA and Metop AVHRR GAC and LAC data

Home Page:https://pygac.readthedocs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix reading of renamed files

mraspaud opened this issue · comments

At the moment, the satpy reader for pygac is dependent on the filename format of the gac files. It would be really good to have a function that takes in a filename, and by looking at the header could determine what type of data it is: pod vs klm, gac vs lac.

Isn't this one solved by the new function runner.get_reader_class in #55 ?

I think it does, thanks @carloshorn !