Here is my current Python script for Himawari-8. If you followed the Himawari-8 Data Download tutorial and saved the files as suggested you need only change the path variable in the script. For example, if your path looks like this: D:/himawari-8-data/2020/0415/0500/ The path variable will be this: path = 'D:/himawari-8-data/' Do not include the YYYY/MMDD/hhmm/ part of your path; the script assumes you used this directory structure and will handle it automatically. Also don't forget the quotes and forward slash at the end!
A little used and neglected blog of various things