投影をプレート カリーに変換しようとしています。
Satpy を使用して netcdf をロードしました。
from satpy import Scene
from glob import glob
goes17 = glob('./samplefile/*')
goes17_scene = Scene(reader="abi_l1b", filenames=goes17)
次に、 https: //satpy.readthedocs.io/en/stable/resample.html#create-custom-area-definition を使用してプレート カリーにリサンプルしたい のです が、サンプル コードはありません。