-
Notifications
You must be signed in to change notification settings - Fork 302
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
Add Himawari-8 AHI L2 reader #1250
base: main
Are you sure you want to change the base?
Conversation
Current stage of this reader: 1. No end_time propertyAs only 2. csv not supportedThere's a special L2 data called Wildfire. Here's the filename pattern:
Maybe we can add another reader called |
Where is this Himawari L2 data from? I guess p-tree? This is mainly just a note to remind me to look into this when I have some free time later in the week, it'd be good to support both source of L2 data. |
Codecov Report
@@ Coverage Diff @@
## master #1250 +/- ##
==========================================
- Coverage 90.02% 89.88% -0.15%
==========================================
Files 218 219 +1
Lines 31269 31339 +70
==========================================
+ Hits 28151 28168 +17
- Misses 3118 3171 +53
Continue to review full report at Codecov.
|
@simonrp84 Yes, they're from p-tree. The attached README txt illustrates all information. BTW, it seems the L2 data on AWS just has three cloud products, right? Then, that's different from these data on p-tree ... Not sure that we need two readers or just one for dealing with both kinds of data. |
@zxdawn Hmm, that looks quite different. I'll investigate more later in the week! |
There's also another set of L2 product from JMA in Not sure if you would like to incorporate them. |
Any GRIB files should be handled by a separate reader. Either the generic |
Great work so far @zxdawn ! don't hesitate to put some image previews here to, it's always nice to see what it will look like. |
@mraspaud Thanks! I'm writing a (I'm preparing the proposal for my PhD research, so that would be a little later) |
This PR adds a reader for the Himawari-8 AHI L2 data which are NC files.
flake8 satpy