Here is my current Python script for GOES-16 and GOES-17 satellites. If you followed the GOES Satellite Data Download tutorial and saved the file as suggested you need only change the path variable in the script. For example, if your path looks like this: E:/goes-16-data/full-disk/multi-band/2020/0415/1430/ The path variable will be this: path = 'E:/goes-16-data/full-disk/multi-band/' 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