Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Python で gdal を使用して tiff スタックを開こうとしています。これは単一のファイルで、その中に複数の tiff ファイルがあります。ImageJ で開くと、スタックをスクロールできます。しかし、「gdal.Open(file).ReadAsArray() を実行すると、最初の tiff ファイルのみが読み込まれます。スタック全体を読み込む方法はありますか?