Hi,
I am working on a small project where we want to derive CAPE from IASI (hyperspectral sounder satellite instrument) data. I have looked at SHARPpy, SkewT and this. Currently I can input one IASI profile and get out a CAPE value, using the SkewT package. But SkewT is not designed for doing it on many profiles in one go, so doing it on the entire satellite scan becomes inefficient (very slow). To me it looks like MetPy is also designed with single radiosonde type of data in mind. But perhaps you have some ideas/plans to extend it?
I am currently slowly adapting the functions taken from SkewT to digest arrays (2d or 1d) of profiles instead of just a single profile. Don't know yet, however, if I will succeed.
Hi,
I am working on a small project where we want to derive CAPE from IASI (hyperspectral sounder satellite instrument) data. I have looked at SHARPpy, SkewT and this. Currently I can input one IASI profile and get out a CAPE value, using the SkewT package. But SkewT is not designed for doing it on many profiles in one go, so doing it on the entire satellite scan becomes inefficient (very slow). To me it looks like MetPy is also designed with single radiosonde type of data in mind. But perhaps you have some ideas/plans to extend it?
I am currently slowly adapting the functions taken from SkewT to digest arrays (2d or 1d) of profiles instead of just a single profile. Don't know yet, however, if I will succeed.